[GTG] Re: [ITP] outguess 0.2 -- Universal Steganographic tool for PNM and JPG files

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/unstable/outguess

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker


[ITP] micro-httpd 20011214 -- Extremely small Unix-based HTTP server

2008-03-03 Thread Cygwin-bug#20080303T0737

Included in Debian stable:

http://packages.debian.org/micro-httpd

Jari

sdesc: Extremely small Unix-based HTTP server
ldesc: Program runs from inetd. All in 150 lines of code. micro-httpd can
also be used to serve HTTPS by wrapping it with stunnel. But for
low-traffic sites, it's quite adequate. It implements all the basic
features of an HTTP server.
category: Web
requires: cygwin

  wget\
http://cygwin.cante.net/micro-httpd/micro-httpd-20011214-1-src.tar.bz2 \
http://cygwin.cante.net/micro-httpd/micro-httpd-20011214-1.tar.bz2 \
http://cygwin.cante.net/micro-httpd/setup.hint \

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir micro-httpd ; cd micro-httpd
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/micro-httpd/get.sh \
  http://cygwin.cante.net/micro-httpd/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] since 0.5 -- Tail work-alike that saves and uses state information

2008-03-03 Thread Jari Aalto
   http://packages.debian.org/since
  
  When I build from source I get an additional README file in
  /usr/share/doc/since-0.5

 Now it's missing from your and my build.

The original package contains:

lrwxrwxrwx 1 root None 6 Feb 29 13:24 INSTALL - README
-rw-r--r-- 1 root None   846 Jul 18  2003 README

I removed INSTALL (aka README) from binpkg, because it only contained
development information. Binpkg does include standard Cygwin
information:

/usr/share/doc/Cygwin/since-0.5.README

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] linklint 2.3.5 -- Feature rich HTML link check program

2008-03-03 Thread Jari Aalto
* Message-Id: [EMAIL PROTECTED]
   http://packages.debian.org/linklint
  
  /usr/lib/perl5/5.8/cygwin/perllocal.pod should be deleted from the
  binary tarball. Your postinstall script takes care of it.

 No, when building from source there is no
 /usr/share/perl/cygwin-pods/linklint.pod also your binary has it.

Could you clarify this one. The generated binpkg does no longer
carry perllocal.pod, but includes:

usr/share/doc/Cygwin/linklint-2.3.5.README
usr/share/perl/
usr/share/perl/cygwin-pods/
usr/share/perl/cygwin-pods/linklint.pod
usr/lib/perl5/vendor_perl/5.8/cygwin/auto/linklint/
usr/lib/perl5/vendor_perl/5.8/cygwin/auto/linklint/.packlist

I rebuild the package, in case that makes any difference:

  wget\
http://cygwin.cante.net/linklint/linklint-2.3.5-1-src.tar.bz2 \
http://cygwin.cante.net/linklint/linklint-2.3.5-1.tar.bz2 \
http://cygwin.cante.net/linklint/setup.hint

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] ogmtools 1.5 -- Tools for manipulating Ogg multimedia streams

2008-03-03 Thread Jari Aalto
* Sun 2008-03-02 Volker Zell [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]

  http://packages.debian.org/ogmtools

 Builds fine from source and packaging look good.
 The requires in setup.hint are not right.

The cygcheck reports (this is 'uniq' result from all *exe):

  D:\cygwin\bin\cygogg-0.dll
  D:\cygwin\bin\cygvorbis-0.dll
  D:\cygwin\bin\cygvorbisenc-2.dll

Setup.hint reads:

  requires: cygwin libogg0 libvorbis0 libvorbisenc2

Which was based on:

  $ cygcheck -l libogg0
  /usr/bin/cygogg-0.dll

  $ cygcheck -l libvorbis0
  /usr/bin/cygvorbis-0.dll

  $ cygcheck -l libvorbisenc2
  /usr/bin/cygvorbisenc-2.dll

Anything missing?

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] zsync 0.5 -- Client-side implementation of the rsync algorithm

2008-03-03 Thread Jari Aalto

[Ping]

* Sun 2008-02-24 jari aalto
* Message-Id: [EMAIL PROTECTED]

Included in Debian stable

http://packages.debian.org/zsync

Jari

sdesc: Client-side implementation of the rsync algorithm
ldesc: A file transfer program to download files from remote web servers. If
a previous version of a file is available locally, zsync will only
download changed parts and hereby minimise the download volume. The
algorithm is the same as used by rsync(1), but zsync does not require
any server software (apart from a web server), nor does it need shell
access. Instead, it uses a control file (.zsync file) that describes
the file to be downloaded, which it uses to determine the blocks to
fetch. This file is created once on the server (and not for each
request) and sits next to actual file to download.
category: Net
requires: cygwin

a) manual

  wget\
http://cygwin.cante.net/zsync/zsync-0.5-1-src.tar.bz2 \
http://cygwin.cante.net/zsync/zsync-0.5-1.tar.bz2 \
http://cygwin.cante.net/zsync/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir zsync ; cd zsync
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/zsync/get.sh \
  http://cygwin.cante.net/zsync/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh


[ITP] tailor 0.9.30 -- Migrate changesets between version control systems

2008-03-03 Thread Cygwin-bug#20080303T1018

Included in Debian stable:

http://packages.debian.org/tailor

Jari

sdesc: Migrate changesets between version control systems
ldesc: The tailor tool moves patches and changesets between different
repositories, preserving as much information as possible. The
repositories can be managed by different version control systems.
Currently, CVS, Subversion, darcs, mercurial, monotone, Codeville, and
Bazaar-NG are supported. Taylor can synchronise repositories
on an ongoing basis. Changesets are either pulled one-way from a
master repository, or migrated back and forth for full two-way
synchronisation.
category: Devel Python
requires: cygwin python

a) manual

  wget\
http://cygwin.cante.net/tailor/setup.hint \
http://cygwin.cante.net/tailor/tailor-0.9.30-1-src.tar.bz2 \
http://cygwin.cante.net/tailor/tailor-0.9.30-1.tar.bz2

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir tailor ; cd tailor
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/tailor/get.sh \
  http://cygwin.cante.net/tailor/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] o3read 0.0.4 -- Standalone converter for OpenOffice.org documents

2008-03-03 Thread Corinna Vinschen
On Feb 29 14:11, Jari Aalto wrote:
 http://cygwin.cante.net/o3read/o3read-0.0.4-1-src.tar.bz2 \
 http://cygwin.cante.net/o3read/o3read-0.0.4-1.tar.bz2 \
 http://cygwin.cante.net/o3read/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] rdtool 0.6.20 -- Ruby RD document formatter

2008-03-03 Thread Corinna Vinschen
On Feb 29 14:33, Jari Aalto wrote:
 http://cygwin.cante.net/rdtool/rdtool-0.6.20-1-src.tar.bz2 \
 http://cygwin.cante.net/rdtool/rdtool-0.6.20-1.tar.bz2 \
 http://cygwin.cante.net/rdtool/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] renattach 1.2.4 -- Filter to rename or delete dangerous e-mail attachments

2008-03-03 Thread Corinna Vinschen
On Feb 29 17:37, Jari Aalto wrote:
 http://cygwin.cante.net/renattach/setup.hint \
 http://cygwin.cante.net/renattach/renattach-1.2.4-1-src.tar.bz2 \
 http://cygwin.cante.net/renattach/renattach-1.2.4-1.tar.bz2 \

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [GTG] Re: [ITP] qsf 1.2.7 -- Lightweight statistical spam filter

2008-03-03 Thread Corinna Vinschen
On Mar  2 19:24, Dr. Volker Zell wrote:
  Jari Aalto writes:
 
  Included in Debian stable
 
  http://packages.debian.org/qsf
 
 Builds fine from source, packaging and setup.hint look good.
 
 One question, my executable when build with your script is only 94k and
 yours 430k, also mine includes mysql suppport from my /usr/local tree
 detected by configure.

I don't understand what you're trying to say with mentioning mysql from
/usr/local.  That shouldn't be used by qsf anyway, right?

The size is probably a result of not stripping the executable.  Jari?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] outguess 0.2 -- Universal Steganographic tool for PNM and JPG files

2008-03-03 Thread Corinna Vinschen
On Mar  3 08:55, Jari Aalto wrote:
 http://cygwin.cante.net/outguess/outguess-0.2-1-src.tar.bz2 \
 http://cygwin.cante.net/outguess/outguess-0.2-1.tar.bz2 \
 http://cygwin.cante.net/outguess/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] dhttpd 1.02a -- Minimal secure webserver without cgi-bin support

2008-03-03 Thread Corinna Vinschen
On Mar  2 19:09, Jari Aalto wrote:
 http://cygwin.cante.net/dhttpd/setup.hint \
 http://cygwin.cante.net/dhttpd/dhttpd-1.02a-1-src.tar.bz2 \
 http://cygwin.cante.net/dhttpd/dhttpd-1.02a-1.tar.bz2

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] readpst 0.5.2 -- Convert Outlook PST files to mbox and others

2008-03-03 Thread Corinna Vinschen
On Mar  1 14:05, Jari Aalto wrote:
 http://cygwin.cante.net/readpst/setup.hint \
 http://cygwin.cante.net/readpst/readpst-0.5.2-1-src.tar.bz2 \
 http://cygwin.cante.net/readpst/readpst-0.5.2-1.tar.bz2 \

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] integrit 4.1 -- File integrity checker, like Tripware

2008-03-03 Thread Corinna Vinschen
On Mar  1 19:50, Jari Aalto wrote:
 http://cygwin.cante.net/integrit/setup.hint \
 http://cygwin.cante.net/integrit/integrit-4.1-1-src.tar.bz2 \
 http://cygwin.cante.net/integrit/integrit-4.1-1.tar.bz2 \

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


[ITP] mairix 0.21 -- Index and search email messages stored in Maildir or MH folders

2008-03-03 Thread Jari Aalto

Included in Debian stable:

http://packages.debian.org/mairix

Jari

sdesc: Index and search email messages stored in Maildir or MH folders
ldesc: Index new messages incrementally - any particular message only
gets scanned once in the lifetime of the index file. The search mode
populates a virtual maildir (or MH) folder with symlinks which point to
the real messages. This folder can be opened as usual in your mail program.
The search mode is very fast. Indexing and searching works on the basis of
words. The index file tabulates which words occur in which parts
(particular headers + body) of which messages.
category: Mail
requires: cygwin

a) manual

  wget\
http://cygwin.cante.net/mairix/setup.hint \
http://cygwin.cante.net/mairix/mairix-0.21-1-src.tar.bz2 \
http://cygwin.cante.net/mairix/mairix-0.21-1.tar.bz2

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir mairix ; cd mairix
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/mairix/get.sh \
  http://cygwin.cante.net/mairix/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[ITP] nttcp-1.47 -- New test TCP program

2008-03-03 Thread Cygwin-bug#20080303T1300

Included in Debian stable:

http://packages.debian.org/nttcp

Jari

sdesc: New test TCP program
ldesc: Improved version of the ttcp program. It simulates inetd behaviour to
start off the remote side program which will send/receive data. Both
sides measure the time and number of bytes transfered. The local side
will print the measures. The format of the output can be specified on
the commandline.
category: Net
requires: cygwin

a) manual

  wget\
http://cygwin.cante.net/nttcp/nttcp-1.47-2-src.tar.bz2 \
http://cygwin.cante.net/nttcp/nttcp-1.47-2.tar.bz2 \
http://cygwin.cante.net/nttcp/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir nttcp ; cd nttcp
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/nttcp/get.sh \
  http://cygwin.cante.net/nttcp/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[ITP] txt2regex-0.8 -- A Regular Expression wizard, all written with bash2 builtins

2008-03-03 Thread Cygwin-bug#20080303T1357

Included in Debain stable:

http://packages.debian.org/txt2regex

Jari

sdesc: A Regular Expression wizard, all written with bash2 builtins
ldesc: A program that converts human sentences to RegExs. With a simple
interface, you just answer to questions and build your own RegEx for a
large variety of programs, like awk, emacs, grep, perl, php, procmail,
python, sed and vim. There are more than 20 supported programs.
category: Utils
requires: cygwin

  wget\
http://cygwin.cante.net/txt2regex/txt2regex-0.8-1-src.tar.bz2 \
http://cygwin.cante.net/txt2regex/txt2regex-0.8-1.tar.bz2 \
http://cygwin.cante.net/txt2regex/setup.hint

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir txt2regex ; cd txt2regex
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/txt2regex/get.sh \
  http://cygwin.cante.net/txt2regex/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

  cd /usr/src/cygwin-packages/txt2regex
  less /usr/src/cygwin-packages/txt2regex/get.sh
  tar -jtvf /usr/src/cygwin-packages/txt2regex/txt2regex-0.8-1.tar.bz2

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[GTG] Re: [ITP] zsync 0.5 -- Client-side implementation of the rsync algorithm

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 [Ping]

Pong

 * Sun 2008-02-24 jari aalto
 * Message-Id: [EMAIL PROTECTED]

 Included in Debian stable

 http://packages.debian.org/zsync

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker


[GTG] Re: [ITP] since 0.5 -- Tail work-alike that saves and uses state information

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

   http://packages.debian.org/since
  
  When I build from source I get an additional README file in
  /usr/share/doc/since-0.5
 
 Now it's missing from your and my build.

 The original package contains:

 lrwxrwxrwx 1 root None 6 Feb 29 13:24 INSTALL - README
 -rw-r--r-- 1 root None   846 Jul 18  2003 README

 I removed INSTALL (aka README) from binpkg, because it only contained
 development information. Binpkg does include standard Cygwin
 information:

 /usr/share/doc/Cygwin/since-0.5.README

Okidoki, then it's GTG.


[GTG] Re: [ITP] ogmtools 1.5 -- Tools for manipulating Ogg multimedia streams

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 * Sun 2008-03-02 Volker Zell [EMAIL PROTECTED]
 * Message-Id: [EMAIL PROTECTED]
 
  http://packages.debian.org/ogmtools
 
 Builds fine from source and packaging look good.
 The requires in setup.hint are not right.

 The cygcheck reports (this is 'uniq' result from all *exe):

   D:\cygwin\bin\cygogg-0.dll
   D:\cygwin\bin\cygvorbis-0.dll
   D:\cygwin\bin\cygvorbisenc-2.dll

 Setup.hint reads:

   requires: cygwin libogg0 libvorbis0 libvorbisenc2

 Which was based on:

   $ cygcheck -l libogg0
   /usr/bin/cygogg-0.dll

   $ cygcheck -l libvorbis0
   /usr/bin/cygvorbis-0.dll

   $ cygcheck -l libvorbisenc2
   /usr/bin/cygvorbisenc-2.dll

 Anything missing?

No. But make sure the setup.hints in the ITP mails are the same you are
using in the package. Check your ITP mail of ogmtools ...

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker
  


Re: [GTG] Re: [ITP] qsf 1.2.7 -- Lightweight statistical spam filter

2008-03-03 Thread Dr. Volker Zell
 Corinna Vinschen writes:

 On Mar  2 19:24, Dr. Volker Zell wrote:
  Jari Aalto writes:
 
  Included in Debian stable
 
  http://packages.debian.org/qsf
 
 Builds fine from source, packaging and setup.hint look good.
 
 One question, my executable when build with your script is only 94k and
 yours 430k, also mine includes mysql suppport from my /usr/local tree
 detected by configure.

 I don't understand what you're trying to say with mentioning mysql from
 /usr/local.  That shouldn't be used by qsf anyway, right?

The configure script of qsf picked it up from my local mysql
installation. I assume Jari has no local version of mysql.

Ciao
  Volker


Re: [ITP] linklint 2.3.5 -- Feature rich HTML link check program

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 * Message-Id: [EMAIL PROTECTED]
   http://packages.debian.org/linklint
  
  /usr/lib/perl5/5.8/cygwin/perllocal.pod should be deleted from the
  binary tarball. Your postinstall script takes care of it.
 
 No, when building from source there is no
 /usr/share/perl/cygwin-pods/linklint.pod also your binary has it.

 Could you clarify this one. The generated binpkg does no longer
 carry perllocal.pod, but includes:

 usr/share/doc/Cygwin/linklint-2.3.5.README
 usr/share/perl/
 usr/share/perl/cygwin-pods/
 usr/share/perl/cygwin-pods/linklint.pod
 usr/lib/perl5/vendor_perl/5.8/cygwin/auto/linklint/
 usr/lib/perl5/vendor_perl/5.8/cygwin/auto/linklint/.packlist

Your bin pkg is ok, but the following is the contents of MY bin pkg
after building with YOUR build script. I'm missing the linklint.pod.

tar -tvjf linklint-2.3.5-1.tar.bz2
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 etc/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 etc/postinstall/
-rw-r--r-- vzell/admin 265 2008-03-03 07:34 etc/postinstall/linklint.sh
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/bin/
-rwxr-xr-x vzell/admin  131292 2008-03-03 07:34 usr/bin/linklint
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/lib/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/lib/perl5/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/lib/perl5/5.8/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/lib/perl5/5.8/cygwin/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/lib/perl5/vendor_perl/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/lib/perl5/vendor_perl/5.8/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 
usr/lib/perl5/vendor_perl/5.8/cygwin/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 
usr/lib/perl5/vendor_perl/5.8/cygwin/auto/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 
usr/lib/perl5/vendor_perl/5.8/cygwin/auto/linklint/
-rw-r--r-- vzell/admin  24 2008-03-03 07:34 
usr/lib/perl5/vendor_perl/5.8/cygwin/auto/linklint/.packlist
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/share/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/share/doc/
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/share/doc/Cygwin/
-rw-r--r-- vzell/admin1567 2008-03-03 07:34 
usr/share/doc/Cygwin/linklint-2.3.5.README
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 usr/share/doc/linklint-2.3.5/
-rw-r--r-- vzell/admin6786 2008-03-03 07:34 
usr/share/doc/linklint-2.3.5/CHANGES.txt
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 
usr/share/doc/linklint-2.3.5/doc/
-rw-r--r-- vzell/admin   13499 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/bugs.html
-rw-r--r-- vzell/admin   18054 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/doc_index.html
-rw-r--r-- vzell/admin  85 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/dot.gif
-rw-r--r-- vzell/admin   20956 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/hints.html
-rw-r--r-- vzell/admin   22359 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/howitworks.html
-rw-r--r-- vzell/admin5646 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/index.html
-rw-r--r-- vzell/admin   44268 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/inputs.html
-rw-r--r-- vzell/admin5104 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/language.html
-rw-r--r-- vzell/admin   17909 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/license.html
-rw-r--r-- vzell/admin1214 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/linklint.gif
-rw-r--r-- vzell/admin9924 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/new.html
-rw-r--r-- vzell/admin   25458 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/outputs.html
drwxr-xr-x vzell/admin   0 2008-03-03 07:34 
usr/share/doc/linklint-2.3.5/doc/small/
-rw-r--r-- vzell/admin   13751 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/bugs.html
-rw-r--r-- vzell/admin   18509 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/doc_index.html
-rw-r--r-- vzell/admin  85 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/dot.gif
-rw-r--r-- vzell/admin   21313 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/hints.html
-rw-r--r-- vzell/admin   22856 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/howitworks.html
-rw-r--r-- vzell/admin5807 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/index.html
-rw-r--r-- vzell/admin   45024 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/inputs.html
-rw-r--r-- vzell/admin5398 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/language.html
-rw-r--r-- vzell/admin   17993 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/license.html
-rw-r--r-- vzell/admin1214 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/linklint.gif
-rw-r--r-- vzell/admin   10050 2001-08-24 07:11 
usr/share/doc/linklint-2.3.5/doc/small/new.html
-rw-r--r-- 

Re: [ITP] mairix 0.21 -- Index and search email messages stored in Maildir or MH folders

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/mairix

I would include the example .mairixrc (dotmairixrc.eg) under
/usr/share/doc/mairix-0.21

Otherwise builds fine from source, packaging and setup.hint look good.

GTG
  Volker


Re: [ITP] mairix 0.21 -- Index and search email messages stored in Maildir or MH folders

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/mairix

 Jari

 sdesc: Index and search email messages stored in Maildir or MH folders
 ldesc: Index new messages incrementally - any particular message only
 gets scanned once in the lifetime of the index file. The search mode
 populates a virtual maildir (or MH) folder with symlinks which point to
 the real messages. This folder can be opened as usual in your mail 
program.
 The search mode is very fast. Indexing and searching works on the basis of
 words. The index file tabulates which words occur in which parts
 (particular headers + body) of which messages.
 category: Mail
 requires: cygwin
  
Your inlined setup.hints usually do not correspond with the real
setup.hint from the package.

Ciao
  Volker
  


[GTG] Re: [ITP] txt2regex-0.8 -- A Regular Expression wizard, all written with bash2 builtins

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debain stable:

 http://packages.debian.org/txt2regex

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker
  


[GTG] Re: [ITP] tailor 0.9.30 -- Migrate changesets between version control systems

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/tailor

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker


Re: [ITP] nttcp-1.47 -- New test TCP program

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/nttcp

Src package contains binary and your build script hangs during the strip
phase.

Ciao
  Volker


Re: [ITP] zsync 0.5 -- Client-side implementation of the rsync algorithm

2008-03-03 Thread Corinna Vinschen
On Mar  3 11:54, Jari Aalto wrote:
 http://cygwin.cante.net/zsync/zsync-0.5-1-src.tar.bz2 \
 http://cygwin.cante.net/zsync/zsync-0.5-1.tar.bz2 \
 http://cygwin.cante.net/zsync/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] since 0.5 -- Tail work-alike that saves and uses state information

2008-03-03 Thread Corinna Vinschen
On Mar  2 21:43, Jari Aalto wrote:
 http://cygwin.cante.net/since/since-0.5-1-src.tar.bz2 \
 http://cygwin.cante.net/since/since-0.5-1.tar.bz2 \
 http://cygwin.cante.net/since/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] tailor 0.9.30 -- Migrate changesets between version control systems

2008-03-03 Thread Corinna Vinschen
On Mar  3 12:31, Jari Aalto wrote:
 http://cygwin.cante.net/tailor/setup.hint \
 http://cygwin.cante.net/tailor/tailor-0.9.30-1-src.tar.bz2 \
 http://cygwin.cante.net/tailor/tailor-0.9.30-1.tar.bz2

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] ogmtools 1.5 -- Tools for manipulating Ogg multimedia streams

2008-03-03 Thread Corinna Vinschen
On Feb 29 14:34, Jari Aalto wrote:
 http://cygwin.cante.net/ogmtools/ogmtools-1.5-1-src.tar.bz2 \
 http://cygwin.cante.net/ogmtools/ogmtools-1.5-1.tar.bz2 \
 http://cygwin.cante.net/ogmtools/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


RE: [ITP] txt2regex-0.8 -- A Regular Expression wizard, all written with bash2 builtins

2008-03-03 Thread Buchbinder, Barry (NIH/NIAID) [E]
Jari Aalto (Cygwin-bug#20080303T1357) wrote on Monday, March 03, 2008 9:02 AM:

 Included in Debain stable:
 
 http://packages.debian.org/txt2regex
 
 Jari
 
 sdesc: A Regular Expression wizard, all written with bash2 builtins
 ldesc: A program that converts human sentences to RegExs. With a
 simple interface, you just answer to questions and build your own
 RegEx for a large variety of programs, like awk, emacs, grep, perl,
 php, procmail, python, sed and vim. There are more than 20 supported
 programs. category: Utils   
 requires: cygwin

Shouldn't requires include bash?


Re: Listing explicit dependencies (those that are in Base)

2008-03-03 Thread Jari Aalto
* Mon 2008-03-03 Buchbinder,  [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 http://packages.debian.org/txt2regex
 
 sdesc: A Regular Expression wizard, all written with bash2 builtins

 Shouldn't requires include bash?

bash is in Base in this case. I'd gladly include explicit
dependencies if they are allowed. 

Any thoughts?

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITA] sysvinit: A System-V Init Clone

2008-03-03 Thread Corinna Vinschen
Yaakov?

Any chance you can do the update?

On Feb 25 12:24, Corinna Vinschen wrote:
 On Feb 20 11:48, Corinna Vinschen wrote:
  On Feb 19 23:03, Dr. Volker Zell wrote:
   Hi
   
   I would like to adopt and maintain the 'sysvinit' package from Sergey 
   Okhapkin.
   [...]
   wget http://volkerzell.de/cygwin/ITP/sysvinit/setup.hint
   wget http://volkerzell.de/cygwin/ITP/sysvinit/sysvinit-2.86-1-src.tar.bz2
   wget http://volkerzell.de/cygwin/ITP/sysvinit/sysvinit-2.86-1.tar.bz2
  
  Packaging looks good to me.  Thanks for taking over!
  
  I have prepared a new inetutils package which doesn't provide logger.exe
  anymore. 
 
 I uploaded the above package.  I also uploaded a new inetutils 
 package which was necessary due to a security problem in rshd.
 
  Now we just need a new util-linux package without last.exe. :)
 
 This is still the case.  We still need the new util-linux package
 without last.exe.  Yaakov?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] txt2regex-0.8 -- A Regular Expression wizard, all written with bash2 builtins

2008-03-03 Thread Corinna Vinschen
On Mar  3 16:01, Jari Aalto wrote:
 http://cygwin.cante.net/txt2regex/txt2regex-0.8-1-src.tar.bz2 \
 http://cygwin.cante.net/txt2regex/txt2regex-0.8-1.tar.bz2 \
 http://cygwin.cante.net/txt2regex/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] mairix 0.21 -- Index and search email messages stored in Maildir or MH folders

2008-03-03 Thread Jari Aalto
* Mon 2008-03-03 Volker Zell [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 Jari Aalto writes:

  Included in Debian stable:

  http://packages.debian.org/mairix

 I would include the example .mairixrc (dotmairixrc.eg) under
 /usr/share/doc/mairix-0.21

The package or the project page does not include sample file. User can
refer to:

man mairixrc

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[ITP] rdiff/librsync 0.9.1 - rsync remote delta algorithm

2008-03-03 Thread David Rothenberger
I'm ITP'ing this in preparation for packaging rdiff-backup, which
requires librsync.

Included in Debian stable:

  http://packages.qa.debian.org/libr/librsync.html

 [rdiff setup.hint ] 
sdesc: Compute and apply signature-based file differences
ldesc: rdiff is a tool from librsync. It computes and applies
signature-based file differences.
category: Utils
requires: cygwin libpopt0

 [librsync1 setup.hint ] 
sdesc: Free software library that implements the rsync remote-delta algorithm. 
(runtime)
ldesc: librsync is a free software library that implements the
rsync remote-delta algorithm. This algorithm allows efficient remote
updates of a file, without requiring the old and new versions to
both be present at the sending end. The library uses a streaming
design similar to that of zlib with the aim of allowing it to be
embedded into many different applications.
category: Libs
requires: cygwin libpopt0
external-source: rdiff

 [librsync-devel setup.hint ] 
sdesc: Free software library that implements the rsync remote-delta algorithm. 
(devel)
ldesc: librsync is a free software library that implements the
rsync remote-delta algorithm. This algorithm allows efficient remote
updates of a file, without requiring the old and new versions to
both be present at the sending end. The library uses a streaming
design similar to that of zlib with the aim of allowing it to be
embedded into many different applications.
category: Libs Devel
requires: cygwin popt libbz2-devel zlib
external-source: rdiff


wget -x -nH --cut-dirs=2 \
  
http://mysite.verizon.net/res00a7j/cygwin/rdiff/librsync-devel/librsync-devel-0.9.7-1.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin/rdiff/librsync-devel/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin/rdiff/librsync1/librsync1-0.9.7-1.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin/rdiff/librsync1/setup.hint \
  http://mysite.verizon.net/res00a7j/cygwin/rdiff/rdiff-0.9.7-1-src.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin/rdiff/rdiff-0.9.7-1.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin/rdiff/setup.hint


-- 
David Rothenberger    [EMAIL PROTECTED]

Something's rotten in the state of Denmark.
-- Shakespeare



Re: [ITP] mairix 0.21 -- Index and search email messages stored in Maildir or MH folders

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 * Mon 2008-03-03 Volker Zell [EMAIL PROTECTED]
 * Message-Id: [EMAIL PROTECTED]
 Jari Aalto writes:
 
  Included in Debian stable:
 
  http://packages.debian.org/mairix
 
 I would include the example .mairixrc (dotmairixrc.eg) under
 /usr/share/doc/mairix-0.21

 The package or the project page does not include sample file. User can
 refer to:

It includes dotmairixrc.eg, please double check.

Ciao
  Volker
  


Re: [GTG] Re: [ITP] qsf 1.2.7 -- Lightweight statistical spam filter

2008-03-03 Thread Jari Aalto
* Mon 2008-03-03 Corinna Vinschen
* Message-Id: [EMAIL PROTECTED]
  http://packages.debian.org/qsf
 
 Builds fine from source, packaging and setup.hint look good.
 
 One question, my executable when build with your script is only 94k and
 yours 430k, also mine includes mysql suppport from my /usr/local tree
 detected by configure.

  wget\
http://cygwin.cante.net/qsf/setup.hint \
http://cygwin.cante.net/qsf/qsf-1.2.7-1-src.tar.bz2 \
http://cygwin.cante.net/qsf/qsf-1.2.7-1.tar.bz2

I added following options to configure stage:

--without-mysql
--without-sqlite
--with-gdbm
--with-btree
--with-list

With the configure changed, it's now:

ls -l .inst/usr/bin/qsf.exe;
-rwxr-xr-x 1 root None 85504 Mar  3 14:52 .inst/usr/bin/qsf.exe

nm .inst/usr/bin/qsf.exe
$ nm: .inst/usr/bin/qsf.exe: no symbols

 mysql from /usr/local.  That shouldn't be used by qsf anyway, right?

Now taken cared of.

 The size is probably a result of not stripping the executable.  Jari?

The packaging script does automatic stripping.

Jari

P.S. Volker, It'd be also nice to have MySQL included if you have time to
package it.

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[ITA] gnupg-1.4.8-1

2008-03-03 Thread Gergely Budai
Package location:
=
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1.tar.bz2
http://home.arcor.de/thuffir/cygwin/gnupg/setup.hint

Signatures:
===
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2.sig
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1.tar.bz2.sig
http://home.arcor.de/thuffir/cygwin/gnupg/setup.hint.sig

Canonical Homepage:
===
http://www.gnupg.org/

Canonical download:
===
ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.8.tar.bz2
ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.8.tar.bz2.sig

You will need the following signatures for this package:

pub 1024D/FD65117B 03.03.2008 Gergely Budai [EMAIL PROTECTED]
Primary key fingerprint:  0A1B 33A2 C0C4 2191 97E5 F9D5 D798 B0B0 FD65
117B 
pub 1024R/1CE0C630 01.01.2006 Werner Koch (dist sig) [EMAIL PROTECTED]
Primary key fingerprint:  7B96 D396 E647 1601 754B E4DB 53B6 20D0 1CE0
C630 

gpg --keyserver wwwkeys.pgp.net --recv-keys FD65117B 1CE0C630

The setup.hint follows:
===
# setup.hint file for gnupg package
sdesc: GNU's tool for secure communication and data storage.
ldesc: GNU Privacy Guard is GNU's tool for secure communication and data
storage. It can be used to encrypt data and to create digital signatures.
GnuPG is a complete and free replacement for PGP. It includes an advanced
key management facility and is compliant with the proposed OpenPGP
Internet standard as described in RFC 2440.
category: Utils
requires: cygwin libbz2_1 libcurl4 libiconv2 libintl8 libncurses8
libopenldap2_3_0 libreadline6 libsasl2 libssh2_1 libusb-win32 minires
openssl zlib
test: 1.4.8-1
curr: 1.4.5-1
prev: 1.4.2.1-1


Greetings
Gergely Budai



Re: [ITA] gnupg-1.4.8-1

2008-03-03 Thread Volker Quetschke

As the current maintainer of gnupg I don't mind passing the
maintainership to Gergely. I didn't thoroughly test the package
but it looks good on a first glance.

This does not need to be a test package, if no problems arise
this should be curr.

If no one beats me to it I will do more test later this week.

  Volker

Gergely Budai wrote:

Package location:
=
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1.tar.bz2
http://home.arcor.de/thuffir/cygwin/gnupg/setup.hint

Signatures:
===
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2.sig
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1.tar.bz2.sig
http://home.arcor.de/thuffir/cygwin/gnupg/setup.hint.sig

Canonical Homepage:
===
http://www.gnupg.org/

Canonical download:
===
ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.8.tar.bz2
ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.8.tar.bz2.sig

You will need the following signatures for this package:

pub 1024D/FD65117B 03.03.2008 Gergely Budai [EMAIL PROTECTED]
Primary key fingerprint:  0A1B 33A2 C0C4 2191 97E5 F9D5 D798 B0B0 FD65
117B 
pub 1024R/1CE0C630 01.01.2006 Werner Koch (dist sig) [EMAIL PROTECTED]

Primary key fingerprint:  7B96 D396 E647 1601 754B E4DB 53B6 20D0 1CE0
C630 


gpg --keyserver wwwkeys.pgp.net --recv-keys FD65117B 1CE0C630

The setup.hint follows:
===
# setup.hint file for gnupg package
sdesc: GNU's tool for secure communication and data storage.
ldesc: GNU Privacy Guard is GNU's tool for secure communication and data
storage. It can be used to encrypt data and to create digital signatures.
GnuPG is a complete and free replacement for PGP. It includes an advanced
key management facility and is compliant with the proposed OpenPGP
Internet standard as described in RFC 2440.
category: Utils
requires: cygwin libbz2_1 libcurl4 libiconv2 libintl8 libncurses8
libopenldap2_3_0 libreadline6 libsasl2 libssh2_1 libusb-win32 minires
openssl zlib
test: 1.4.8-1
curr: 1.4.5-1
prev: 1.4.2.1-1


Greetings
Gergely Budai





--
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D



signature.asc
Description: OpenPGP digital signature


Re: [ITP] rdiff/librsync 0.9.1 - rsync remote delta algorithm

2008-03-03 Thread Dr. Volker Zell
 David Rothenberger writes:

 I'm ITP'ing this in preparation for packaging rdiff-backup, which
 requires librsync.

 Included in Debian stable:

   http://packages.qa.debian.org/libr/librsync.html

  [rdiff setup.hint ] 
 sdesc: Compute and apply signature-based file differences
 ldesc: rdiff is a tool from librsync. It computes and applies
 signature-based file differences.
 category: Utils
 requires: cygwin libpopt0

  [librsync1 setup.hint ] 
 sdesc: Free software library that implements the rsync remote-delta 
algorithm. (runtime)
 ldesc: librsync is a free software library that implements the
 rsync remote-delta algorithm. This algorithm allows efficient remote
 updates of a file, without requiring the old and new versions to
 both be present at the sending end. The library uses a streaming
 design similar to that of zlib with the aim of allowing it to be
 embedded into many different applications.
 category: Libs
 requires: cygwin libpopt0
 external-source: rdiff

This doesn't seem to depend on libpopt0

  [librsync-devel setup.hint ] 
 sdesc: Free software library that implements the rsync remote-delta 
algorithm. (devel)
 ldesc: librsync is a free software library that implements the
 rsync remote-delta algorithm. This algorithm allows efficient remote
 updates of a file, without requiring the old and new versions to
 both be present at the sending end. The library uses a streaming
 design similar to that of zlib with the aim of allowing it to be
 embedded into many different applications.
 category: Libs Devel
 requires: cygwin popt libbz2-devel zlib
 external-source: rdiff


Otherwise builds fine from source and packaging looks good.

Ciao
  Volker


Re: [ITP] rdiff/librsync 0.9.1 - rsync remote delta algorithm

2008-03-03 Thread David Rothenberger

On 3/3/2008 12:54 PM, Dr. Volker Zell wrote:

David Rothenberger writes:

  [librsync1 setup.hint ] 
 sdesc: Free software library that implements the rsync remote-delta 
algorithm. (runtime)
 ldesc: librsync is a free software library that implements the
 rsync remote-delta algorithm. This algorithm allows efficient remote
 updates of a file, without requiring the old and new versions to
 both be present at the sending end. The library uses a streaming
 design similar to that of zlib with the aim of allowing it to be
 embedded into many different applications.
 category: Libs
 requires: cygwin libpopt0
 external-source: rdiff

This doesn't seem to depend on libpopt0


I don't truly understand how to handle dependencies for development 
packages. /usr/lib/librsync.la lists as dependency_libs: 
/usr/lib/libpopt.la -lbz2 -lz. So, what should the dependencies be?


--
David Rothenberger    [EMAIL PROTECTED]

Nachman's Rule:
When it comes to foreign food, the less authentic the better.
-- Gerald Nachman



RE: [ITA] gnupg-1.4.8-1

2008-03-03 Thread Gergely Budai
Sorry for announcing an [ITA] just like this.

- The relatively old mainstream version,
- the failure to contact the maintainer in a private email (probably I have
landed in the spam filter :)
- the lack of comments of my last ITA request on the package 
made me think that this package is not maintained anymore.

As the current maintainer possesses enormous knowhow  and experience on this
project, it would be a pity if he would abandon his maintainership on this
project.

I would ask for a co maintainership on the package this time and ask Mr
Quetschke for his help aswell as offering my full support for him.

Best Regards
Gergely Budai

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Volker Quetschke
Sent: Montag, 3. März 2008 21:39
To: cygwin-apps@cygwin.com
Subject: Re: [ITA] gnupg-1.4.8-1


As the current maintainer of gnupg I don't mind passing the maintainership
to Gergely. I didn't thoroughly test the package but it looks good on a
first glance.

This does not need to be a test package, if no problems arise this should be
curr.

If no one beats me to it I will do more test later this week.

   Volker



Re: [ITA] gnupg-1.4.8-1

2008-03-03 Thread David Rothenberger

On 3/3/2008 11:47 AM, Gergely Budai wrote:

Package location:
=
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2


This doesn't build for me, but maybe that's because I already have GPG 
installed? Only the tests fail.


Making all in checks
make[2]: Entering directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build/checks'
echo '#!/bin/sh' ./gpg_dearmor
echo ../g10/gpg --no-options --no-greeting \
 --no-secmem-warning --batch --dearmor ./gpg_dearmor
chmod 755 ./gpg_dearmor
./gpg_dearmor  ./pubring.gpg  
/usr/src/gnupg/tmp/gnupg-1.4.8/checks/pubring.asc

make[2]: *** [pubring.gpg] Error 57
make[2]: Leaving directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build/checks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build'
make: *** [all] Error 2


--
David Rothenberger    [EMAIL PROTECTED]

Jones' Motto:
Friends come and go, but enemies accumulate.



RE: [ITP] txt2regex-0.8 -- A Regular Expression wizard, all written with bash2 builtins

2008-03-03 Thread Igor Peshansky
On Mon, 3 Mar 2008, Buchbinder, Barry (NIH/NIAID) [E] wrote:

 Jari Aalto (Cygwin-bug#20080303T1357) wrote on Monday, March 03, 2008 9:02 AM:

  Included in Debain stable:
 
  http://packages.debian.org/txt2regex
 
  Jari
 
  sdesc: A Regular Expression wizard, all written with bash2 builtins
  ldesc: A program that converts human sentences to RegExs. With a
  simple interface, you just answer to questions and build your own
  RegEx for a large variety of programs, like awk, emacs, grep, perl,
  php, procmail, python, sed and vim. There are more than 20 supported
  programs. category: Utils
  requires: cygwin

 Shouldn't requires include bash?

You're right, IMO.  The requires: line is not only an indication of what
to pull in, but also what the package actually uses.  These dependences
are also used to find the order of postinstall scripts (so, for example,
if Jari's package has any postinstall scripts with #!/bin/sh, the
scripts may not work because the bash postinstall script was not run).  So
yes, please include all direct dependences in the requires: line, even
if they are in Base.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it. -- Rabbi Hillel


Re: [ITA] gnupg-1.4.8-1

2008-03-03 Thread Volker Quetschke

David Rothenberger wrote:

On 3/3/2008 11:47 AM, Gergely Budai wrote:

Package location:
=
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2


This doesn't build for me, but maybe that's because I already have GPG 
installed? Only the tests fail.


Making all in checks
make[2]: Entering directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build/checks'
echo '#!/bin/sh' ./gpg_dearmor
echo ../g10/gpg --no-options --no-greeting \
 --no-secmem-warning --batch --dearmor ./gpg_dearmor
chmod 755 ./gpg_dearmor
./gpg_dearmor  ./pubring.gpg  
/usr/src/gnupg/tmp/gnupg-1.4.8/checks/pubring.asc

make[2]: *** [pubring.gpg] Error 57
make[2]: Leaving directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build/checks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build'
make: *** [all] Error 2


Details please! All I tried so far was

$ ./gnupg-1.4.8-1.sh all

and that build fine after adding Gergely Budai's public key into my
keyring. Yes, you need a cygwin gnupg installed to build it that way.

Did you use the build script from the source package?

  Volker

P.S.: I also unpacked the freshly generated binary package after that
and gpg did the right thing during the few things that I tried.

--
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D



signature.asc
Description: OpenPGP digital signature


[ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-03 Thread Cygwin-bug#20080303T1651

Included in Debian stable:

http://packages.debian.org/rsnapshot

Jari

sdesc: A local and remote filesystem snapshot utility
ldesc: Rsnapshot is a filesystem snapshot utility. It can take incremental
snapshots of local and remote filesystems for any number of machines.
rsnapshot makes extensive use of hard links, so disk space is only
used when absolutely necessary.
category: Archive Perl
requires: cygwin perl

a) manual

  wget\
http://cygwin.cante.net/rsnapshot/setup.hint \
http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir rsnapshot ; cd rsnapshot
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/rsnapshot/get.sh \
  http://cygwin.cante.net/rsnapshot/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITA] gnupg-1.4.8-1

2008-03-03 Thread David Rothenberger

On 3/3/2008 2:44 PM, Volker Quetschke wrote:

David Rothenberger wrote:

On 3/3/2008 11:47 AM, Gergely Budai wrote:

Package location:
=
http://home.arcor.de/thuffir/cygwin/gnupg/gnupg-1.4.8-1-src.tar.bz2


This doesn't build for me, but maybe that's because I already have GPG 
installed? Only the tests fail.


Making all in checks
make[2]: Entering directory 
`/usr/src/gnupg/tmp/gnupg-1.4.8/.build/checks'

echo '#!/bin/sh' ./gpg_dearmor
echo ../g10/gpg --no-options --no-greeting \
 --no-secmem-warning --batch --dearmor ./gpg_dearmor
chmod 755 ./gpg_dearmor
./gpg_dearmor  ./pubring.gpg  
/usr/src/gnupg/tmp/gnupg-1.4.8/checks/pubring.asc

make[2]: *** [pubring.gpg] Error 57
make[2]: Leaving directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build/checks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnupg/tmp/gnupg-1.4.8/.build'
make: *** [all] Error 2


Details please! All I tried so far was

$ ./gnupg-1.4.8-1.sh all

and that build fine after adding Gergely Budai's public key into my
keyring. Yes, you need a cygwin gnupg installed to build it that way.

Did you use the build script from the source package?


Yes, did exactly the same thing: ./gnupg-1.4.8-1.sh all, except I did 
rm *.sig first instead of adding Gergely Budai's public key to my keyring.


--
David Rothenberger    [EMAIL PROTECTED]

Truthful, adj.:
Dumb and illiterate.
-- Ambrose Bierce, The Devil's Dictionary



Re: [ITP] rsnapshot 1.3.0 -- A local and remote filesystem snapshot utility

2008-03-03 Thread Igor Peshansky
On Tue, 4 Mar 2008, Jari Aalto wrote:

 ... rsnapshot makes extensive use of hard links, so disk space is only
 used when absolutely necessary...

This will not be true on some non-NTFS filesystems (e.g., FAT).  Perhaps a
note in the Cygwin-specific README to that regard is in order?  FWIW, I
would also change the ldesc to indicate that hard links will only be used
on NTFS and whatever other systems support them (Corinna?).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it. -- Rabbi Hillel


[GTG] Re: [GTG] Re: [ITP] qsf 1.2.7 -- Lightweight statistical spam filter

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 * Mon 2008-03-03 Corinna Vinschen
 * Message-Id: [EMAIL PROTECTED]
  http://packages.debian.org/qsf
 
 Builds fine from source, packaging and setup.hint look good.
 
 One question, my executable when build with your script is only 94k and
 yours 430k, also mine includes mysql suppport from my /usr/local tree
 detected by configure.

   wget\
 http://cygwin.cante.net/qsf/setup.hint \
 http://cygwin.cante.net/qsf/qsf-1.2.7-1-src.tar.bz2 \
 http://cygwin.cante.net/qsf/qsf-1.2.7-1.tar.bz2

 I added following options to configure stage:

 --without-mysql
 --without-sqlite
 --with-gdbm
 --with-btree
 --with-list

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker