Re: ITP: mathomatic-11.3d (was Re: Call for a volunteer)

2004-08-21 Thread Corinna Vinschen
On Aug 20 17:13, George Gesslein II wrote:
 winam.zip has been deleted.

Thanks,
Corinna

   Regards,
   George
 
 George John Gesslein II
 http://www.mathomatic.com
 
 
 On Fri, 20 Aug 2004, Corinna Vinschen wrote:
 [...]
 erm... it's not enough to point to the Cygwin web site for that purpose.
 If you provide the cygwin1.dll binary, you *must* also provide the sources
 which were used for building this version of the DLL (aka same version
 number) on your web site, otherwise you're infringing the Cygwin license.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.


Please upload: openldap-2.2.15-2/libopenldap2_2_7-2.2.15-2/openldap-devel-2.2.15-2

2004-08-21 Thread Dr. Volker Zell
Hi

Please upload at your earliest convinience and remove the following 
packages:

 openldap-2.2.15-1
 libopenldap2-2-15-2.2.15-1
 openldap-devel-2.2.15-1

There was a bug in the packaging of libopenldap.

 cut here 
#!/bin/bash

mkdir -p openldap openldap/openldap-devel openldap/libopenldap2_2_7

cd openldap
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/setup.hint
wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.15-2.tar.bz2
wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.15-2-src.tar.bz2

cd openldap-devel
wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-devel/setup.hint
wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-devel/openldap-devel-2.2.15-2.tar.bz2

cd ../libopenldap2_2_7
wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/libopenldap2_2_7/setup.hint
wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/libopenldap2_2_7/libopenldap2_2_7-2.2.15-2.tar.bz2
 cut here 


DESCRIPTION:

Lightweight Directory Access Protocol clients, servers and libraries.

CYGWIN NEWS:


* Repackaged libopenldap2-2-15-2.2.15-1 as libopenldap2_2_7-2.2.15-2
  so that setup recoginzes the package


Thanks
  Volker



[ITP] ctetris

2004-08-21 Thread Reini Urban
Hi
I would like to contribute and maintain the ctetris package:
http://sourceforge.net/projects/ctetris
http://prdownloads.sourceforge.net/ctetris/ctetris-0.29.tar.bz2?download
Ciao
  Reini Urban
--
Here is the setup.hint file:
sdesc: Console mode tetris clone
ldesc: ctetris is a beautiful tetris clone, written in C using the 
ncurses library. It works very fast and efficient, so it should be 
possible to play it even over a slow remote terminal. With highscores. 
The author is Dominik Hackl. License: GPL
curr: 0.29
category: Games
requires: libncurses7 cygwin

 cut here 

#!/bin/bash

mkdir ctetris
cd ctetris
wget 
http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/setup.hint
wget 
http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1-src.tar.bz2 

wget 
http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1.tar.bz2
 cut here 


PS: Igor, Please note that I posted my other ITP for mathomatica (my 
first one) without the required [ITP] subject line, only ITP and 
threaded under Call for a volunteer. Hope you got that for your 
Pending Packages List.
--
He not busy being born is busy dying. (Bob Dylan)


Re: [ITP] ctetris

2004-08-21 Thread Christopher Faylor
On Sat, Aug 21, 2004 at 03:40:06PM +0200, Reini Urban wrote:
I would like to contribute and maintain the ctetris package:

http://sourceforge.net/projects/ctetris
http://prdownloads.sourceforge.net/ctetris/ctetris-0.29.tar.bz2?download

+1 from me.

cgf


Re: [update] base-files and base-passwd

2004-08-21 Thread Pierre A. Humblet
On  Sat, 14 Aug 2004 13:25:24 -0400 I wrote
John,

could you use cp -p in base-files-profile.sh?

The postinstall exim.sh uses the non-existence of /etc/exim.conf
as the sign that it's a fresh installation. That test doesn't
work right if it happens to run after base-files-profile.sh,
because it creates /etc/exim.conf from /etc/defaults/etc

Being able to compare dates would greatly help.

That was brain dead suggestion because the -p undoes
the effect of the touch and reintroduces the ntsec
problem with cp.
Using the -p to timestamp the file has become unnecessary 
anyway since now base-files-profile only handles files in its
manifest. 
I am afraid a new version is necessary. Sorry about that.

Pierre



Re: [ITP] ctetris

2004-08-21 Thread Igor Pechtchanski
On Sat, 21 Aug 2004, Reini Urban wrote:

 Hi
 I would like to contribute and maintain the ctetris package:
 
 http://sourceforge.net/projects/ctetris
 http://prdownloads.sourceforge.net/ctetris/ctetris-0.29.tar.bz2?download
 
 Ciao
   Reini Urban

+1

 Here is the setup.hint file:
 
 sdesc: Console mode tetris clone
 ldesc: ctetris is a beautiful tetris clone, written in C using the ncurses
 library. It works very fast and efficient, so it should be possible to play it
   ^ly?
 even over a slow remote terminal. With highscores. The author is Dominik
 Hackl. License: GPL
 curr: 0.29
 category: Games
 requires: libncurses7 cygwin
 
 PS: Igor, Please note that I posted my other ITP for mathomatica (my first
 one) without the required [ITP] subject line, only ITP and threaded under
 Call for a volunteer. Hope you got that for your Pending Packages List.

It did say ITP:, which is similar enough...  ;-)  I don't maintain the 
PPL at the moment, due to lack of time, but I did see the message.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing.  -- Dr. Jubal Harshaw


Re: [update] base-files and base-passwd

2004-08-21 Thread Igor Pechtchanski
On Sat, 21 Aug 2004, Pierre A. Humblet wrote:

 On  Sat, 14 Aug 2004 13:25:24 -0400 I wrote
 John,
 
 could you use cp -p in base-files-profile.sh?
 
 The postinstall exim.sh uses the non-existence of /etc/exim.conf
 as the sign that it's a fresh installation. That test doesn't
 work right if it happens to run after base-files-profile.sh,
 because it creates /etc/exim.conf from /etc/defaults/etc
 
 Being able to compare dates would greatly help.
 
 That was brain dead suggestion because the -p undoes
 the effect of the touch and reintroduces the ntsec
 problem with cp.
 Using the -p to timestamp the file has become unnecessary 
 anyway since now base-files-profile only handles files in its
 manifest. 
 I am afraid a new version is necessary. Sorry about that.

There's always touch -r (or touch --reference=), if you really need 
the timestamp.  This won't touch the ACLs.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing.  -- Dr. Jubal Harshaw


Re: [ITP] ctetris

2004-08-21 Thread John Morrison
 Hi
 I would like to contribute and maintain the ctetris package:

+1 binary installs and runs OK, src rebuilds binary correctly (without the
-1,
I don't know if that's an issue...?)

J.



Re: [update] base-files and base-passwd

2004-08-21 Thread John Morrison
 On Sat, 21 Aug 2004, Pierre A. Humblet wrote:

 On  Sat, 14 Aug 2004 13:25:24 -0400 I wrote
 John,
 
 could you use cp -p in base-files-profile.sh?
 
 The postinstall exim.sh uses the non-existence of /etc/exim.conf
 as the sign that it's a fresh installation. That test doesn't
 work right if it happens to run after base-files-profile.sh,
 because it creates /etc/exim.conf from /etc/defaults/etc
 
 Being able to compare dates would greatly help.

 That was brain dead suggestion because the -p undoes
 the effect of the touch and reintroduces the ntsec
 problem with cp.
 Using the -p to timestamp the file has become unnecessary
 anyway since now base-files-profile only handles files in its
 manifest.
 I am afraid a new version is necessary. Sorry about that.

 There's always touch -r (or touch --reference=), if you really need
 the timestamp.  This won't touch the ACLs.

Hi guys,

I've removed the -p from the copy instruction, there's -3 available now at

http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/base-files-3.0-3.tar.bz2

is the timestamp really necessary?

J.

PS, base-passwd needs uploading...
http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-passwd/base-passwd-2.1-1.tar.bz2




Re: Please upload: openldap-2.2.15-2/libopenldap2_2_7-2.2.15-2/openldap-devel-2.2.15-2

2004-08-21 Thread Corinna Vinschen
On Aug 21 14:27, Dr. Volker Zell wrote:
 Hi
 
 Please upload at your earliest convinience and remove the following 
 packages:
 
  openldap-2.2.15-1
  libopenldap2-2-15-2.2.15-1
  openldap-devel-2.2.15-1
 
 There was a bug in the packaging of libopenldap.
 
  cut here 
 #!/bin/bash
 
 mkdir -p openldap openldap/openldap-devel openldap/libopenldap2_2_7
 
 cd openldap
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.15-2.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.15-2-src.tar.bz2
 
 cd openldap-devel
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-devel/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-devel/openldap-devel-2.2.15-2.tar.bz2
 
 cd ../libopenldap2_2_7
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/libopenldap2_2_7/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/libopenldap2_2_7/libopenldap2_2_7-2.2.15-2.tar.bz2
  cut here 

Uploaded.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.


Re: [update] base-files and base-passwd

2004-08-21 Thread Pierre A. Humblet
At 04:27 PM 8/21/2004 +0100, John Morrison wrote:
 On Sat, 21 Aug 2004, Pierre A. Humblet wrote:

 On  Sat, 14 Aug 2004 13:25:24 -0400 I wrote
 John,
 
 could you use cp -p in base-files-profile.sh?
 
 The postinstall exim.sh uses the non-existence of /etc/exim.conf
 as the sign that it's a fresh installation. That test doesn't
 work right if it happens to run after base-files-profile.sh,
 because it creates /etc/exim.conf from /etc/defaults/etc
 
 Being able to compare dates would greatly help.

 That was brain dead suggestion because the -p undoes
 the effect of the touch and reintroduces the ntsec
 problem with cp.
 Using the -p to timestamp the file has become unnecessary
 anyway since now base-files-profile only handles files in its
 manifest.
 I am afraid a new version is necessary. Sorry about that.

 There's always touch -r (or touch --reference=), if you really need
 the timestamp.  This won't touch the ACLs.

Hi guys,

I've removed the -p from the copy instruction, there's -3 available now at

http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/base-fi
les-3.0-3.tar.bz2

is the timestamp really necessary?

I don't think so.

Pierre



Re: [update] base-files and base-passwd

2004-08-21 Thread Corinna Vinschen
On Aug 21 16:27, John Morrison wrote:
 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/base-files-3.0-3.tar.bz2
 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-passwd/base-passwd-2.1-1.tar.bz2

Both uploaded.  I removed base-files-2.5-1.tar.bz2 and
base-passwd-1.1-1.tar.bz2.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.


Please upload: ccrypt-1.7-1: A utility for encrypting and decrypting files

2004-08-21 Thread Andreas Seidl
Based on my 1.6 package, which received 3 votes, was thoroughly
reviewed, but never uploaded for unknown reasons, I've made a new
package of the new 1.7 version.
http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/ccrypt-1.7-1-src.tar.bz2
http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/ccrypt-1.7-1.tar.bz2
http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/setup.hint
Andreas
--
http://www.fmi.uni-passau.de/~seidl


Re: Please upload: ccrypt-1.7-1: A utility for encrypting and decrypting files

2004-08-21 Thread Gerrit P. Haase
Hallo Andreas,

Am Samstag, 21. August 2004 um 21:50 schriebst du:


 Based on my 1.6 package, which received 3 votes, was thoroughly
 reviewed, but never uploaded for unknown reasons, I've made a new
 package of the new 1.7 version.

 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/ccrypt-1.7-1-src.tar.bz2
 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/ccrypt-1.7-1.tar.bz2
 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/setup.hint

Uploaded.  Please announce to cygwin-announce after some hours so the
mirrors may update their repositories.
 - Subject: New package: ccrypt-$version


Gerrit
-- 
=^..^=




Re: Bug in ssmtp-config, and a general note about configuration interview scripts

2004-08-21 Thread Robert R Schneck-McConnell
John Hardin wrote:
 Just ran across a bug in ssmtp-config that brings up an issue in
 build-a-config-file interview scripts in general:

 If the user makes an error typing in a config setting, and (naturally
 enough) hits the backspace key to fix it, ssmtp-config (and probably
 many other similar scripts as well) will embed a literal backspace in
 the configuration setting - in other words, they're using raw input
 rather than cooked.

I'll note that the bug does not manifest (for me) using rxvt.


 I would like to suggest to all who are writing interview scripts that
 they should use read -e VARNAME instead of read VARNAME to get data
 from the user. read -e uses the readline library which, among other
 things, properly handles backspaces.

I'll make this change and submit a new package in a week or so, unless
anyone can think of any problem with this approach.

Robert