Bug#495933: question

2014-09-19 Thread Thorsten Schmale
Hi,

i haven't compared samefile to fdupes, so i cannot tell the differences.
But anyhow, i'm not using the software anymore, so from my point of view it
doesn't need to be packaged.

Best regards,
Thorsten


2014-09-19 19:34 GMT+02:00 Henri Salo he...@nerv.fi:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 This software sounds useful. Does it differ somehow from fdupes package? I
 do
 not know what is Debian policy on this, but I do not think we should
 package
 this if it does not offer something that fdupes can't do already. Of course
 there might also be other reasons to get this into Debian.

 https://packages.debian.org/wheezy/fdupes

 Your comments are welcome.

 - ---
 Henri Salo
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)

 iEYEARECAAYFAlQcaTkACgkQXf6hBi6kbk+e5QCeMSutiUKDwK/Xhtg3np5ZeKBp
 BhsAnAu0SseiT/MzhXyyUhH/c9jZcTPj
 =d88o
 -END PGP SIGNATURE-



Bug#495933: ITP: samefile -- samefile reads a list of filenames from stdin and finds identical files regardless of their names.

2008-08-21 Thread Thorsten Schmale
Package: wnpp
Severity: wishlist
Owner: Thorsten Schmale [EMAIL PROTECTED]

* Package name: samefile
  Version : 2.12
  Upstream Author : Jens Schweikhardt ([EMAIL PROTECTED])
* URL : http://www.schweikhardt.net/samefile/
* License : GPL
  Programming Lang: C
  Description : samefile reads a list of filenames from stdin and finds 
identical files regardless of their names.

 samefile reads a list of filenames (one filename per line) from stdin.
 For each filename pair with identical contents, a line consisting of
 six fields is output:
 The size in bytes,
 two filenames,
 the character =''
 if the two files are on the same device, X'' otherwise,
 and the link counts of the two files.
 The output is sorted in reverse order by size as the primary key
 and the filenames as the secondary key.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-023stab046.2-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#468183: Unsupported?

2008-03-04 Thread Thorsten Schmale
I forwarded your question to the upstream developer. He will check that
in the code. But for now he suggested to leave the Mysql logging feature
out of the package.

On 29/02/08 22:13 +0100, Florian Weimer wrote:
 * Thorsten Schmale:
 
  I created an updated description. Please see below.  One thing i
  forgot to mention earlier was the feature of logging the http requests
  directly to a mysql-database.  I'm not quite sure, but I think this
  feature is not supported by most other webservers.
 
 We've already got libapache2-mod-log-sql.  (I wouldn't recommend using
 it either, though.)  Most web servers support SQL logging in some form
 or other.  There are also tons of converters to load Common Log format
 files into SQL databases.
 
 Are you sure that MonkeyD logs requests containing ' characters
 correctly?  The source code doesn't look like it.  (You may have to use
 telnet/socket/nc manually, to prevent escaping from the browser.)
 
 


signature.asc
Description: Digital signature


Bug#468183: Unsupported? (Was: Bug#468183: ITP: monkey -- small webserver based on the HTTP/1.1 protocol)

2008-02-29 Thread Thorsten Schmale
I created an updated description. Please see below.
One thing i forgot to mention earlier was the feature of logging the http 
requests 
directly to a mysql-database.
I'm not quite sure, but I think this feature is not supported by most other 
webservers.

Description: small http server
 Monkey is a small, fast, and easily configurable HTTP/1.1 compliant web
 server. It implements the following features:
 .
   * multi-threading
   * support for MIME
   * resume
   * virtual hosts
   * CGI and PHP
   * directory navigation
   * basic security features (denying access to certain URLs and IPs)
   * logging directly to a mysql-database instead of using logfiles.
   * translated documentation
 .

Regards,
Thorsten

On 29/02/08 13:18 +0100, Andreas Tille wrote:
 On Fri, 29 Feb 2008, William Pitcock wrote:
 
 But if you are worried about the QA and security team, then why not
 create an unsupported repo. It could even be a good solution towards
 recruiting new DDs.
 
 Lets call it, say, 'community', 'extras', or 'unsupported'.
 
 Please don't!
 
 Kind regards
 
 Andreas.
 
 -- 
 http://fam-tille.de
 
 

-- 
MY SUSPENSION WAS NOT MUTUAL
MY SUSPENSION WAS NOT MUTUAL
MY SUSPENSION WAS NOT MUTUAL
MY SUSPENSION WAS NOT MUTUAL

Bart Simpson on chalkboard in episode BABF10


signature.asc
Description: Digital signature


Bug#468183: ITP: monkey -- small webserver based on the HTTP/1.1 protocol

2008-02-28 Thread Thorsten Schmale
Hi,

@Guus:
thanks for your hints. I can easily change that.

@Nico:
there is not much difference betweeen monkey and other webservers. There
are already lots of other webservers in the repositories like mini_httpd, 
micro_httpd, dhttpd. Do they differ that much?
Debian is always full of pride regarding the large amount of
software-packages. So why not add this one?
Please don't get me wrong - I got your point. I just want do understand
your concerns.

Regards,
Thorsten Schmale


On 27/02/08 21:29 +0100, Nico Golde wrote:
 Hi Thorsten,
 * Thorsten Schmale [EMAIL PROTECTED] [2008-02-27 16:19]:
  Package: wnpp
  Severity: wishlist
  Owner: Thorsten Schmale [EMAIL PROTECTED]
  
  * Package name: monkey
Version : 0.9.2
Upstream Author : Eduardo Silva [EMAIL PROTECTED]
  * URL : http://monkeyd.sourceforge.net/
  * License : GPL
Programming Lang: C
Description : monkey is a small webserver based on the HTTP/1.1 
  protocol
  
  Monkey is a Web Server written in C based on the HTTP/1.1 protocol. The
  objective is to develop a fast, efficient, small and easy to configure
  webserver.
  Although it is very small and does not need much system resources, it
  has a lot of nice features like Multithreading, Mimetype Support,
  Virtualhosts, CGI  PHP, Basic Security features (Deny by URL + IP)
 
 How does it differ from lighttpd, thttpd or fnord? Why do we 
 need yet another webserver in the archive?
 Kind regards
 Nico
 -- 
 Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
 For security reasons, all text in this mail is double-rot13 encrypted.



-- 
THERE ARE PLENTY OF BUSINESSES LIKE SHOW BUSINESS
THERE ARE PLENTY OF BUSINESSES LIKE SHOW BUSINESS
THERE ARE PLENTY OF BUSINESSES LIKE SHOW BUSINESS
THERE ARE PLENTY OF BUSINESSES LIKE SHOW BUSINESS

Bart Simpson on chalkboard in episode 1F19


signature.asc
Description: Digital signature


Bug#468183: ITP: monkey -- small webserver based on the HTTP/1.1 protocol

2008-02-27 Thread Thorsten Schmale
Package: wnpp
Severity: wishlist
Owner: Thorsten Schmale [EMAIL PROTECTED]

* Package name: monkey
  Version : 0.9.2
  Upstream Author : Eduardo Silva [EMAIL PROTECTED]
* URL : http://monkeyd.sourceforge.net/
* License : GPL
  Programming Lang: C
  Description : monkey is a small webserver based on the HTTP/1.1 protocol

Monkey is a Web Server written in C based on the HTTP/1.1 protocol. The
objective is to develop a fast, efficient, small and easy to configure
webserver.
Although it is very small and does not need much system resources, it
has a lot of nice features like Multithreading, Mimetype Support,
Virtualhosts, CGI  PHP, Basic Security features (Deny by URL + IP)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]