Re: [ITA] nedit 5.5-2 -- A powerful, customizable, Motif based text editor

2007-12-20 Thread Corinna Vinschen
On Dec 18 23:06, Jari Aalto wrote:
   wget\
 http://cygwin.cante.net/nedit/setup.hint \
 http://cygwin.cante.net/nedit/nedit-5.5-2-src.tar.bz2 \
 http://cygwin.cante.net/nedit/nedit-5.5-2.tar.bz2 

Uploaded.


Thanks for taking over,
Corinna

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


[RFU] bzr 1.0-1 -- Next-generation distributed version control

2007-12-20 Thread Jari Aalto

New upstream release.

Jari

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

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


Re: [ITA] which: GNU which -- finds executables in the path

2007-12-20 Thread Corinna Vinschen
On Dec 19 13:58, David Rothenberger wrote:
 Corinna suggested[1] that the Cygwin which be replaced with the GNU
 version and asked for a volunteer maintainer. I'm willing to do
 this.

Cool, thank you!

   http://mysite.verizon.net/res00a7j/cygwin/which/setup.hint \
   http://mysite.verizon.net/res00a7j/cygwin/which/which-2.18-1-src.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/which/which-2.18-1.tar.bz2

Packaging looks good to me, but there's something strange:

  $ ./which -v
  GNU which v2.18, Copyright (C) 1999 - 2007 Carlo Wood.
  [...]
  $ ./which ls
  /usr/bin/ls
  $ ./which regedit
  ./which: no regedit in 
(/home/corinna/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/usr/bin)
  $ ./which regedit.exe
  ./which: no regedit.exe in 
(/home/corinna/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/usr/bin)

Old which:

  $ which regedit
  /cygdrive/c/Windows/regedit
  $ which regedit.exe
  /cygdrive/c/Windows/regedit.exe

Can you look into this?


Thanks,
Corinna

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


Re: [RFU] bzr 1.0-1 -- Next-generation distributed version control

2007-12-20 Thread Corinna Vinschen
On Dec 20 12:17, Jari Aalto wrote:
 http://cygwin.cante.net/bzr/setup.hint \
 http://cygwin.cante.net/bzr/bzr-1.0-1-src.tar.bz2 \
 http://cygwin.cante.net/bzr/bzr-1.0-1.tar.bz2 

Uploaded.  I removed 0.18-1.


Thanks,
Corinna

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


[ITP] rxp 1.4.8 -- Simple validating XML parser

2007-12-20 Thread Cygwin-bug#20071220T1119

Included in Debian stable:

  http://packages.debian.org/rxp

Jari

sdesc: Simple validating XML parser.
ldesc: A simple validating XML parser written by Richard Tobin. It
supports XML 1.1, Namespaces 1.1, and XML Catalogs.
category: Utils
requires: cygwin

a) manual

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

b) automatic

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

  mkdir rxp ; cd rxp
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/rxp/get.sh \
  http://cygwin.cante.net/rxp/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] rzip 2.1 -- Compression program to use long distance redundencies in files

2007-12-20 Thread Cygwin-bug#20071220T1155

Included in Debain stable

  http://packages.debian.org/rzip

Jari

sdesc: Compression program to use long distance redundencies in files
ldesc: A compression program able to take advantage of long distance
redundancies in files, allowing greater compression ratios. rzip uses
a history buffer of up to 900MB, while gzip uses 32KB and bzip2 uses
900KB. rzip cannot read from the standard input or write to the
standard output.
category: Utils
requires: cygwin libbz2_1

a) manual

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

b) automatic

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

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

  cd /usr/src/cygwin-packages/rzip
  less /usr/src/cygwin-packages/rzip/get.sh
  tar -jtvf /usr/src/cygwin-packages/rzip/rzip-2.1-1.tar.bz2

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


[ITP] spambayes 1.0.4 -- Python-based spam filter using statistical analysis

2007-12-20 Thread Cygwin-bug#20071220T1241

Included in Debian stable:

  http://packages.debian.org/spambayes

Jari

sdesc: Python-based spam filter using statistical analysis
ldesc: SpamBayes uses a different set of algorithm to most statistical spam
filters, which enables to dramatically lower the number of legitimate
mail classified as spam, through the introduction of an unsure
category. SpamBayes can be used as a POP3 or an IMAP proxy, as well as
a simple mail filter for use with procmail.
category: Mail Python
requires: cygwin python

a) manual

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

b) automatic

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

  mkdir spambayes ; cd spambayes
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/spambayes/get.sh \
  http://cygwin.cante.net/spambayes/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] spamprobe 1.4d-1 -- Bayesian spam filter

2007-12-20 Thread Cygwin-bug#20071220T1335

Included in Debian stable

  http://packages.debian.org/spamprobe

Jari

sdesc: Bayesian spam filter
ldesc: This package provides a spam filter based on the article A Plan for
Spam by Paul Graham. It uses a database (either BerkeleyDB or a
simpler hash file) to store one- and two-word phrases. Only certain
headers are analyzed and HTML tags are ignored to prevent false
positives of legitimate HTML emails. Image attachments are considered
as words that can signal spam. It can be simply integrated with
procmail or maildrop to filter spam on incoming mail.
category: Mail
requires: cygwin libdb libpbl

a) manual

  wget\
http://cygwin.cante.net/spamprobe/setup.hint \
http://cygwin.cante.net/spamprobe/spamprobe-1.4d-1-src.tar.bz2 \
http://cygwin.cante.net/spamprobe/spamprobe-1.4d-1.tar.bz2 \

b) automatic

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

  mkdir spamprobe ; cd spamprobe
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/spamprobe/get.sh \
  http://cygwin.cante.net/spamprobe/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] spamoracle 1.4 -- Ocaml based Bayesian spam filter

2007-12-20 Thread Cygwin-bug#20071220T1351

Included in Debian stable

  http://packages.debian.org/spamoracle

Jari

sdesc: Ocaml based Bayesian spam filter
ldesc: A tool to help detect and filter away spam. It proceeds by statistical
analysis of the words that appear in the email, comparing the
frequencies of words with those found in a user-provided corpus of
known spam and known legitimate email.
category: Mail
requires: cygwin

a) manual

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

b) automatic

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

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

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


[GTG] Re: [ITP] rxp 1.4.8 -- Simple validating XML parser

2007-12-20 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

   http://packages.debian.org/rxp

 Jari

 sdesc: Simple validating XML parser.
 ldesc: A simple validating XML parser written by Richard Tobin. It
 supports XML 1.1, Namespaces 1.1, and XML Catalogs.
 category: Utils
 requires: cygwin

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

GTG
  Volker


[GTG] Re: [ITP] rzip 2.1 -- Compression program to use long distance redundencies in files

2007-12-20 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debain stable

   http://packages.debian.org/rzip

 Jari

 sdesc: Compression program to use long distance redundencies in files
 ldesc: A compression program able to take advantage of long distance
 redundancies in files, allowing greater compression ratios. rzip uses
 a history buffer of up to 900MB, while gzip uses 32KB and bzip2 uses
 900KB. rzip cannot read from the standard input or write to the
 standard output.
 category: Utils
 requires: cygwin libbz2_1

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

GTG
  Volker


Re: [GTG] Re: [ITP] rzip 2.1 -- Compression program to use long distance redundencies in files

2007-12-20 Thread Igor Peshansky
On Thu, 20 Dec 2007, Dr. Volker Zell wrote:

  Jari Aalto writes:

  Included in Debain stable

http://packages.debian.org/rzip

  Jari

  sdesc: Compression program to use long distance redundencies in files
  ldesc: A compression program able to take advantage of long distance
  redundancies in files, allowing greater compression ratios. rzip uses
  a history buffer of up to 900MB, while gzip uses 32KB and bzip2 uses
  900KB. rzip cannot read from the standard input or write to the
  standard output.
  category: Utils
  requires: cygwin libbz2_1

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

Minor typo in the sdesc: it's redundancies, not redundencies.
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


[ITP] unalz 0.61 -- Utility to decompress alzip format file

2007-12-20 Thread Jari Aalto

Included in Debian stable:

  http://packages.debian.org/unalz

Jari

sdesc: Utility to decompress alzip format file.
ldesc: Unalz tool is the utility used for decompressing alzip format file. It
mainly operates on files with names ending in '.alz'. This compression
format is roughly combination of tar + bzip2.
category: Archive
requires: cygwin target

a) manual

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

b) automatic

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

  mkdir unalz ; cd unalz
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/unalz/get.sh \
  http://cygwin.cante.net/unalz/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] spamprobe 1.4d-1 -- Bayesian spam filter

2007-12-20 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable

   http://packages.debian.org/spamprobe

 Jari

 requires: cygwin libdb libpbl

Builds fine from source, packaging looks good.

But the requires line is not right.

Ciao
  Volker


[GTG] Re: [ITP] spamoracle 1.4 -- Ocaml based Bayesian spam filter

2007-12-20 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable

   http://packages.debian.org/spamoracle

 Jari

 sdesc: Ocaml based Bayesian spam filter
 ldesc: A tool to help detect and filter away spam. It proceeds by 
statistical
 analysis of the words that appear in the email, comparing the
 frequencies of words with those found in a user-provided corpus of
 known spam and known legitimate email.
 category: Mail
 requires: cygwin

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

GTG
  Volker


Re: [ITP] spambayes 1.0.4 -- Python-based spam filter using statistical analysis

2007-12-20 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

   http://packages.debian.org/spambayes

 Jari

 sdesc: Python-based spam filter using statistical analysis
 ldesc: SpamBayes uses a different set of algorithm to most statistical 
spam
 filters, which enables to dramatically lower the number of legitimate
 mail classified as spam, through the introduction of an unsure
 category. SpamBayes can be used as a POP3 or an IMAP proxy, as well as
 a simple mail filter for use with procmail.
 category: Mail Python
 requires: cygwin python

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

Maybe adding the contrib directory from the original source to the
package doc directory would be worthwhile.

Ciao
  Volker


Re: [ITA] which: GNU which -- finds executables in the path

2007-12-20 Thread David Rothenberger

On 12/20/2007 2:41 AM, Corinna Vinschen wrote:

Packaging looks good to me, but there's something strange:

Can you look into this?


Will do. I'm leaving town for a week today, but I'll look at it when I 
get back the first week of January.


--
David Rothenberger    [EMAIL PROTECTED]

Data, n.:
Computerspeak for information.  Properly pronounced
the way Bostonians pronounce the word for a female child.



Re: [ITA] which: GNU which -- finds executables in the path

2007-12-20 Thread David Rothenberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 12/20/2007 2:41 AM, Corinna Vinschen wrote:
 Packaging looks good to me, but there's something strange:

   $ ./which -v
   GNU which v2.18, Copyright (C) 1999 - 2007 Carlo Wood.
   [...]
   $ ./which ls
   /usr/bin/ls
   $ ./which regedit
   ./which: no regedit in 
 (/home/corinna/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/usr/bin)
   $ ./which regedit.exe
   ./which: no regedit.exe in 
 (/home/corinna/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/usr/bin)

 Old which:

   $ which regedit
   /cygdrive/c/Windows/regedit
   $ which regedit.exe
   /cygdrive/c/Windows/regedit.exe

 Can you look into this?

This is now fixed. which was using a function copied from
bash to search the path. I had to change the function to use
access() instead of the built-in checks, same as the current
bash for Cygwin does.

Thanks for spotting this, Corinna. I'm embarrassed that I
didn't think to check this.

download:
- --
wget \
  http://mysite.verizon.net/res00a7j/cygwin/which/setup.hint \
  http://mysite.verizon.net/res00a7j/cygwin/which/which-2.18-1-src.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin/which/which-2.18-1.tar.bz2

- --
David Rothenberger    [EMAIL PROTECTED]

Drakenberg's Discovery:
If you can't seem to find your glasses,
it's probably because you don't have them on.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Cygwin)
Comment: Key at http://mysite.verizon.net/res00a7j/key.gpg.txt
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBR2qjYr3xOW8bc2dhAQhEgwf9E1kCpAVxxk05ZeAPvgXaUwgrEvxktZUh
lt8+CSbv0mQaUoEMwRfF162wR9TkPbk2WnN29StdJEMbABJm6wqHqyDegXCmCbg0
EKWQk7Rb9ahRGkkGBieuC3wOKcOiXFkOCSvPNazKTRN6/pRknWwo03hCs5TLFkn3
adxYZ3l2HGriEOHXbIkYONYrvHSyreSqNT56yOANvPIcJgiEEyy/JcUY+fi+Z4VY
fNRZaFVWNWFsXYh24VrpFZtZ4lhW2P9UCDhCP7Ua2Iz+hUrxNh/0Wj5e07Cne3Ls
+BHMqGgJ/yyvceIkYTj8JlLpdXb3QZ4kU+E8zAwl8RaM1uani3Ct+g==
=fPYM
-END PGP SIGNATURE-



Re: [ITP] spambayes 1.0.4 -- Python-based spam filter using statistical analysis

2007-12-20 Thread Jari Aalto
* Thu 2007-12-20 Dr Dr [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 Builds fine from source, packaging and setup.hint look good.

 Maybe adding the contrib directory from the original source to the
 package doc directory would be worthwhile.

Thanks, added now.

Jari

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

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


Re: [ITP] spamprobe 1.4d-1 -- Bayesian spam filter

2007-12-20 Thread Jari Aalto
* Thu 2007-12-20 Dr Dr [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 Jari Aalto writes:

  Included in Debian stable

http://packages.debian.org/spamprobe

  Jari

  requires: cygwin libdb libpbl

 Builds fine from source, packaging looks good.

 But the requires line is not right.

This is interesting:

  $ objdump -p spamprobe.exe | grep 'DLL Name:'

DLL Name: cygwin1.dll
DLL Name: cygdb-4.5.dll
DLL Name: cygjpeg-62.dll
DLL Name: cygpng12.dll
DLL Name: cygungif-4.dll
DLL Name: KERNEL32.dll

  $ cygcheck spamprobe.exe

  D:\cygwin\bin\cygwin1.dll
C:\WINNT\system32\ADVAPI32.DLL
  C:\WINNT\system32\NTDLL.DLL
  C:\WINNT\system32\KERNEL32.DLL
  C:\WINNT\system32\RPCRT4.DLL
  D:\cygwin\bin\cygdb-4.5.dll
  D:\cygwin\bin\cygjpeg-62.dll
  D:\cygwin\bin\cygpng12.dll
D:\cygwin\bin\cygz.dll
  D:\cygwin\bin\cygungif-4.dll
D:\cygwin\usr\X11R6\bin\cygX11-6.dll

Is the objdump listing here incorrect?

Jari

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


RE: [ITP] spamprobe 1.4d-1 -- Bayesian spam filter

2007-12-20 Thread Dave Korn
On 20 December 2007 20:08, Jari Aalto wrote:

 This is interesting:
 
   $ objdump -p spamprobe.exe | grep 'DLL Name:'
 
 DLL Name: cygwin1.dll
 DLL Name: cygdb-4.5.dll
 DLL Name: cygjpeg-62.dll
 DLL Name: cygpng12.dll
 DLL Name: cygungif-4.dll
 DLL Name: KERNEL32.dll
 
   $ cygcheck spamprobe.exe
 
   D:\cygwin\bin\cygwin1.dll
 C:\WINNT\system32\ADVAPI32.DLL
   C:\WINNT\system32\NTDLL.DLL
   C:\WINNT\system32\KERNEL32.DLL
   C:\WINNT\system32\RPCRT4.DLL
   D:\cygwin\bin\cygdb-4.5.dll
   D:\cygwin\bin\cygjpeg-62.dll
   D:\cygwin\bin\cygpng12.dll
 D:\cygwin\bin\cygz.dll
   D:\cygwin\bin\cygungif-4.dll
 D:\cygwin\usr\X11R6\bin\cygX11-6.dll
 
 Is the objdump listing here incorrect?

  Try cygcheck -v, it eliminates duplicated dependencies, even if one is an 
indirect
one and one is direct.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today



RE: [ITP] spamprobe 1.4d-1 -- Bayesian spam filter

2007-12-20 Thread Dave Korn
On 21 December 2007 02:04, Dave Korn wrote:

  Gah!

   Try cygcheck -v, it eliminates duplicated dependencies, even if one is an
 ^^^
   the elimination of 

 indirect one and one is direct.

  i.e. it reports all dependencies always.

cheers,
  DaveK
-- 
Can't think of a witty .sigline today