Re: [ITP] libIDL-0.8.3-1

2004-07-23 Thread Corinna Vinschen
Hi Yaakov,

On Jul 22 17:40, Yaakov Selkowitz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Yaakov Selkowitz wrote:
 | I would like to contribute libIDL to the Cygwin distribution.  This is a
 | prereq for ORBit2, one of the Gnome2 backend libraries.
 |
 |
 http://cygwin-ports.sourceforge.net/install/release/Gnome2/libIDL/libIDL-0.8.3-1-src.tar.bz2
 
 |
 http://cygwin-ports.sourceforge.net/install/release/Gnome2/libIDL/libIDL-0.8.3-1.tar.bz2
 
 |
 http://cygwin-ports.sourceforge.net/install/release/Gnome2/libIDL/setup.hint
 
 
 It's been a week now, and nobody's said a thing about this, with the
 exception of cgf's blanket vote for all core GNOME packages.
 
 Counting that as one vote, I'd like to give this my own GTG review, and
 as a contributor of 5 packages, would like to qualify for an exemption.
 ~ Corinna or cgf, objections?  If not, could you upload?

no objections from me or cgf, no.  I've uploaded the package.


Thanks,
Corinna

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


Re: BLT

2004-07-23 Thread Corinna Vinschen
On Jul 22 14:50, Marcus G. Daniels wrote:
 Hello,
 
 Here are Cygwin packages for the BLT Tcl/Tk Extension library, a fairly 
 popular set of extension widgets for Tcl/Tk.
 These are for use with the native Tcl/Tk libraries, not X11 builds.
 
  http://www.santafe.edu/~mgd/cygwin/blt/blt-3.0-1-src.tar.bz2
  http://www.santafe.edu/~mgd/cygwin/blt/blt-3.0-1.tar.bz2
 
 Here is the setup.hint file:
 
 category: Libs
 requires: tcltk
 sdesc: Extension widgets for Tcl/Tk
 ldesc: BLT is an extension to the Tk toolkit, adding new widgets,
 geometry managers, and miscellaneous commands.

Looks like a nice package so +1 from me.  I've made a review and I'm
a bit surprised about the content of usr/lib.  There's a static lib
called libBLT30.a and a symlink to ../bin/cygBLT30.dll, but there's
no link library to link against the DLL, libBLT30.dll.a.  Does that
actually work for linking against the DLL?  I thought the .dll.a
lib is needed for that.


Corinna

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


Re: BLT

2004-07-23 Thread Corinna Vinschen
On Jul 23 07:31, Marcus G. Daniels wrote:
 Corinna Vinschen wrote:
 
 There's a static lib called libBLT30.a and a symlink to 
 ../bin/cygBLT30.dll, but there's no link library to link against the 
 DLL, libBLT30.dll.a. Does that actually work for linking against the 
 DLL? I thought the .dll.a lib is needed for that.
 
 libtool (e.g. building clients of this library) looks for either a DLL 
 or a import library.  I just made a symlink because BLT didn't make the 
 import library itself.  The symlink is just so when clients go looking 
 for BLT in lib/ they find something.  I can make a .dll.a if you 
 prefer.  I just wanted to get feedback right away and so made this 
 shortcut..  Thanks!

Yes, I would prefer a .dll.a file because that's the current scheme.

Thanks,
Corinna

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


Re: BLT

2004-07-23 Thread Corinna Vinschen
On Jul 23 09:38, Marcus G. Daniels wrote:
 Corinna Vinschen wrote:
 
 Yes, I would prefer a .dll.a file because that's the current scheme.
  
 
 Ok, done.  Actually BLT had the command to do it, but the wrong target 
 filename.   Anyway now it makes a .dll.a, and the symlink for the .dll 
 in lib/ is removed.
 
 http://www.santafe.edu/~mgd/cygwin/blt/

Thank you.  So we just need 2 more votes.

 P.S. Any thoughts on HDF5?  I need that for another package I'm making.

Not really.  3 votes and a GTG review required as usual.


Corinna

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


Re: Please upload: ssmtp-2.60.9-2

2004-07-24 Thread Corinna Vinschen
On Jul 23 15:42, Robert R Schneck-McConnell wrote:
 Corinna, this has an ssmtp-config which suggests linking
 /usr/sbin/sendmail to ssmtp; so go ahead and upload your new cron.

Cool, thank you.  I've just uploaded cron.

Corinna

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


Re: CMake 2.0.3-1 ready

2004-08-04 Thread Corinna Vinschen
On Aug  3 14:28, William A. Hoffman wrote:
 ftp://www.cmake.org/pub/cmake/cygwin/setup.hint
 ftp://www.cmake.org/pub/cmake/cygwin/cmake-2.0.3-1.tar.bz2
 ftp://www.cmake.org/pub/cmake/cygwin/cmake-2.0.3-1-src.tar.bz2

Uploaded.  I've just removed the curr line from setup.hint.


Corinna

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


Re: gtk2-win32 vs. gtk2-x11

2004-08-09 Thread Corinna Vinschen
On Aug  8 01:13, Gerrit P. Haase wrote:
 Hello,
 
 I'm not sure how to release gtk+ with x11 and win32 together.
 
 There are lot of duplicated filenames, only the two main DLL's have a
 different name.  These two version cannot be installed together
 without using different prefixes.

Can you explain a bit more?  Are they using different header files
with the same name instead of using #define's a lot, etc?

 I have no idea how to resolve this now.
 Move gtk2-x11 under prefix /usr/X11R6?  Use an /opt prefix?

How did you solve it for the other packages you already uploaded?


Corinna

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


Re: lilypond 2.2.5-1 available for upload

2004-08-09 Thread Corinna Vinschen
On Aug  9 11:23, Bertalan Fodor wrote:
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-2.2.5-1.tar.bz2
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-2.2.5-1-src.tar.bz2
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/setup.hint
 
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-doc/lilypond-doc-2.2.5-1.tar.bz2
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-doc/setup.hint

Uploaded.  I've removed the 2.0.1-1 release.


Corinna

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


Re: gtk2-win32 vs. gtk2-x11

2004-08-10 Thread Corinna Vinschen
On Aug 10 11:09, Gerrit P. Haase wrote:
 Hello Corinna,
 
 Date: Mon, 9 Aug 2004 11:12:13 +0200, Corinna writes:
  On Aug  8 01:13, Gerrit P. Haase wrote:
  Hello,
  
  I'm not sure how to release gtk+ with x11 and win32 together.
  
  There are lot of duplicated filenames, only the two main DLL's have a
  different name.  These two version cannot be installed together
  without using different prefixes.
 
  Can you explain a bit more?  Are they using different header files
  with the same name instead of using #define's a lot, etc?
 
 There are the executables:
   /usr/bin/gdk-pixbuf-query-loaders.exe
   /usr/bin/gtk-query-immodules-2.0.exe
   /usr/bin/gdk-pixbuf-csource.exe
   /usr/bin/gtk-demo.exe

What about having two versions each, as with the *.a files?

/usr/bin/gdk-pixbuf-query-loaders-x11.exe
/usr/bin/gdk-pixbuf-query-loaders-win32.exe
etc.

 in the x11 version they are linked against
   /usr/lib/libgdk-x11-2.0.dll.a
   /usr/lib/libgtk-x11-2.0.dll.a
 the win32 ones are linked against
   /usr/lib/libgdk-win32-2.0.dll.a
   /usr/lib/libgtk-win32-2.0.dll.a

And the DLLs have the same name, without some x11/win32 suffix (sort of)?

 The headers are the same for both packages, probably with some
 #ifdef's.  The GTK+ immodules have the same name, but are linked
 against the main library (x11 or win32 version).  All the locale

Where are the immodules located, usr/share/$foo?  Any sense to
create appropriate subdirs x11/win32?  Too complicated?


Corinna

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


Re: Postinstall scripts and file access issues

2004-08-12 Thread Corinna Vinschen
On Aug 12 14:18, Christopher Faylor wrote:
 On Thu, Aug 12, 2004 at 11:04:29AM -0400, Pierre A. Humblet wrote:
 Those of you that do not follow the Cygwin list should look at 
 the thread http://cygwin.com/ml/cygwin/2004-08/msg00354.html
 http://cygwin.com/ml/cygwin/2004-08/msg00280.html
 
 In brief, postinstall scripts can produce unreadable files,
 due to interactions between the Windows and POSIX security
 models. This is particularly the case for scripts using cp,
 e.g. man.sh and base-files-profile.sh (among others?).
 It is probably the root cause of several complaints to the list.
 
 As a maintainer, the easy way out is to export CYGWIN=nontsec.
 Your script will then produce files with the same permissions as
 what setup itself does, so you are off the hook.
 
 If you don't do that, then you should either touch the destination
 file before copying into it, or chmod after the copy. 
 
 This should probably go into  http://cygwin.com/setup.html#postinstall
 
 Should we just have setup.exe set CYGWIN=nontsec and have any postinstall
 script which needs it set it explicitly?

Sounds reasonable to me.


Corinna

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


Re: [ITP] autossh-1.2g-1 ready for upload

2004-08-14 Thread Corinna Vinschen
On Aug 13 09:50, [EMAIL PROTECTED] wrote:
 http://home.comcast.net/~andrex/cygwin/autossh/setup.hint
 http://home.comcast.net/~andrex/cygwin/autossh/autossh-1.2g-1.tar.bz2
 http://home.comcast.net/~andrex/cygwin/autossh/autossh-1.2
 g-1-src.tar.bz2
 
 BTW, do I have to worry about the file ownerships?  Or does the setup
 utility take care of that for me?

No, the ownership doesn't matter.

Uploaded.  Thanks for that package.  Please send an announcement to
the cygwin-announce list in a few hours, according to
http://cygwin.com/setup.html#submitting , section 9.


Corinna

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


Re: Please upload: openldap-2.2.15-1/libopenldap2-2-15-2.2.15-1/openldap-devel-2.2.15-1

2004-08-14 Thread Corinna Vinschen
On Aug 13 13:18, Dr. Volker Zell wrote:
 Hi
 
 Please upload at your earliest convinience
 
 
  cut here 
 #!/bin/bash
 
 mkdir -p openldap openldap/openldap-devel openldap/libopenldap2-2-15
 
 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-1.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.15-1-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-1.tar.bz2
 
 cd ../libopenldap2-2-15
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/libopenldap2-2-15/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/libopenldap2-2-15/libopenldap2-2-15-2.2.15-1.tar.bz2
  cut here 

Uploaded.

Thanks,
Corinna

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


Re: e2fsprogs, e2fsimage

2004-08-15 Thread Corinna Vinschen
On Aug 15 01:29, Gerrit P. Haase wrote:
 When I run badblocks, e2fsck, fsck.ext2, fsck.ext3, mke2fs, mkfs.ext2,
 mkfs.ext3 and resize2fs I get an error popup:
 'Entry point GetFileSizeEx not found in KERNEL32.DLL.'
 
 I'm running NT4 with SP6a.  (See attached screenshot).  Note that this
 happens with the binaries compiled here locally.  Is this an error in
 the w32api libraries?
 
 Cygwin Package Information
 Package  VersionStatus
 cygwin   1.5.9-1OK
 w32api   2.5-1  OK
 
 Should I upgrade?

Yes, to Win2K ;-)

GetFileSizeEx is not available in 9x and in NT = 4.

The above packages shouldn't use it (Cygwin doesn't).  The problem is
perhaps that GetFileSizeEx is not guarded by an `#if (_WIN32_WINNT = 0x0500)'
in w32api/include/winbase.h.
 

Corinna

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


Re: [update] autossh 1.2g-2

2004-08-18 Thread Corinna Vinschen
On Aug 16 15:52, [EMAIL PROTECTED] wrote:
 Changes:
 * Expanded /usr/share/doc/autossh/README.Cygwin, to describe the NT
 service mode and how to use it with cygrunsrv.
 
 http://home.comcast.net/~andrex/cygwin/autossh/setup.hint
 http://home.comcast.net/~andrex/cygwin/autossh/autossh-1.2g-2.tar.bz2
 http://home.comcast.net/~andrex/cygwin/autossh/autossh-1.2
 g-2-src.tar.bz2

Uploaded.

Thanks,
Corinna

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


Re: [ANN] Updated: rsync-2.6.2-2

2004-08-18 Thread Corinna Vinschen
On Aug 18 07:46, Lapo Luchini wrote:
 http://www.lapo.it/cygwin/rsync-2.6.2-2-src.tar.bz2
 http://www.lapo.it/cygwin/rsync-2.6.2-2.tar.bz2

Uploaded.

Corinna

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


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

2004-08-19 Thread Corinna Vinschen
On Aug 18 17:04, John Morrison wrote:
 Please upload :)
 
 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/base-files-3.0-2.tar.bz2
 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/md5sum
 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/setup.hint

Uploaded.

Corinna

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


Re: Seeking initial reactions: Moving setup from CVS to Subversion?

2004-08-19 Thread Corinna Vinschen
On Aug 19 23:00, Robert Collins wrote:
 I'm also not keen on this for several reasons:
 * subversion doesn't address the issues with merging  distribution that
 made it difficult for folk with long-running patches to stay in sync
 * subversion appears to be a very fragile system (I'm working with quite
 a few projects that involve subversion, and breakage is common).
 * plus of course, that the rest of the project has shown no interest (at
 this point) in moving.

That's a fairly good summary.  I also don't see a reason to move to
another sccs for this project.  Also keep in mind that you're adding
another burden to the overseers folks.  That's not worth it.


Corinna

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


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

2004-08-20 Thread Corinna Vinschen
George,

On Aug 20 14:23, Reini Urban wrote:
 George Gesslein II schrieb:
 I have developed the portable CAS Mathomatic (www.mathomatic.com) and
 have created a makefile for Cygwin.  I am running Linux and do not have
 Cygwin, and I was wondering if anyone would like to submit this program
 to the Cygwin package archive.
 
 George John Gesslein II
 http://www.mathomatic.com
 [...]
 However, the binary winamp.zip distribution at your site requires a link 
 to the sources which he (Gordon McKinney) used to build. The cygwin, 
 readline and ncurses sources also!

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

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


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.


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 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.


Re: Please upload. Re: [ITP] ctetris

2004-08-22 Thread Corinna Vinschen
On Aug 22 14:20, Reini Urban wrote:
 Corinna, please upload.

It's not me alone who can and should upload.

 3 +votes.
 
 cygwin-announce msg already prepared.
 
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/setup.hint
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1-src.tar.bz2
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1.tar.bz2
  
 
 
 John Morrison schrieb:
 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...?)

You didn't respond to this concern.

Corinna

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


Re: Please upload. Re: [ITP] ctetris

2004-08-23 Thread Corinna Vinschen
On Aug 22 19:52, Reini Urban wrote:
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/setup.hint
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1-src.tar.bz2
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1.tar.bz2
  

Uploaded.

Corinna

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


Re: update: gsl-1.5

2004-08-23 Thread Corinna Vinschen
On Aug 22 14:53, Teun Burgers wrote:
 http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.5-1-src.tar.bz2
 http://home.quicknet.nl/qn/prive/ar.burgers/gsl/gsl-1.5-1.tar.bz2

Uploaded.  I removed 1.3-1.

Corinna

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


Re: Please upload: esound-0.2.35-1

2004-08-23 Thread Corinna Vinschen
On Aug 22 19:09, Yaakov Selkowitz wrote:
 http://cygwin-ports.sourceforge.net/install/esound-0.2.35-1-src.tar.bz2
 http://cygwin-ports.sourceforge.net/install/esound-0.2.35-1.tar.bz2
 http://cygwin-ports.sourceforge.net/install/libesound0-0.2.35-1-src.tar.bz2
 http://cygwin-ports.sourceforge.net/install/libesound-devel-0.2.35-1-src.tar.bz2

Uploaded.

Corinna

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


Re: forwarding of announcements disabled?

2004-08-23 Thread Corinna Vinschen
On Aug 23 10:44, Andreas Seidl wrote:
 
 It seems mails are no longer forwarded (and prefixed with
 [ANNOUNCEMENT]) from the cygwin-announce list to the cygwin list
 anymore. So I have to send mails to both lists?

It still worked for me yesterday.  Just send an appropriate duplicate
to the cygwin list for now if you like.

Corinna

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


Re: gobject-2.0 NOT FOUND!!

2004-08-23 Thread Corinna Vinschen
On Aug 23 07:15, Maya wrote:
 OS MSW-XP
 When I try to compile a simple GTK+ program I get a message sying that 'gobject-2.0' 
 was not found and to add to the PKG_CONFIG_PATH. I tried to do that but 'find.exe' 
 cound not find a 'gobject-2.0.pc', in fact it does not exist!
 Any body knows how to fix this problem?
 TIA

Wrong mailing list.  Try [EMAIL PROTECTED]

Corinna

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


Re: [ITP] glib-1.2.10

2004-08-26 Thread Corinna Vinschen
On Aug 26 09:52, Dr. Volker Zell wrote:
  Yaakov Selkowitz writes:
 
  I would like to contribute glib-1.2 to the Cygwin distribution.
 
 +1 from me
 
 Ciao
   Volker

This package as well as gtk+ are auto-voted per decree.  Are you going
to review them, Volker? :-)


Corinna

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


Re: Packaging O'Caml

2004-08-27 Thread Corinna Vinschen
On Aug 27 00:31, Christopher Faylor wrote:
 On Thu, Aug 26, 2004 at 04:33:38PM -0400, Igor Pechtchanski wrote:

[..lots of unnecessary quoting removed...]

 Huh?  So, for example, if one builds a program that uses, say,
 cygncurses7.dll (by linking with /usr/lib/libncurses.dll.a), which, in
 turn, uses cygwin1.dll, that program cannot be released under any license
 that's incompatible with GPL?
 
 Huh? right back at you.
 
 When you build a program using gcc on cygwin, you link in libcygwin.a
 unless you specifically tell gcc not to do so.  If you do not link in
 libcygwin.a then either 1) you are not building a cygwin program, or you
 are 2) inexplicably linking using just the cygwin1.dll directly (which
 probably wouldn't work anyway).  In either case you would not be covered
 by the license exception.  In the first case it would hardly matter and
 in the second case, it is just an artifact of the fact that linking
 directly to the dll didn't work when the licensing words were written.

I've changed the text on the licensing.html page.  It now mentions
cygwin1.dll explicitely.


Corinna

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


Re: [ITP] glib-1.2.10

2004-08-27 Thread Corinna Vinschen
On Aug 26 17:50, Yaakov Selkowitz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Corinna Vinschen wrote:
 
 | This package as well as gtk+ are auto-voted per decree.  Are you going
 | to review them, Volker? :-)
 
 Well, that's nice to hear. :-)  Gerrit gave these a GTG, so could
 someone please upload them?  Thanks!

Uploaded (both packages).

Corinna

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


Re: [ITP] glib-1.2.10

2004-08-27 Thread Corinna Vinschen
On Aug 27 15:14, Dr. Volker Zell wrote:
  Corinna Vinschen writes:
 
  This package as well as gtk+ are auto-voted per decree.  Are you going
  to review them, Volker? :-)
 
 Yup, I'll do that on sunday. Today it's BAP time :-)

Too late, it's already uploaded.

Corinna


P.S.: Have fun at the BAP concert ;-)

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


Re: Please upload: ssmtp-2.60.9-3

2004-08-28 Thread Corinna Vinschen
On Aug 27 18:07, Robert R Schneck-McConnell wrote:
 Please upload a new version of ssmtp:
 
 http://math.berkeley.edu/~schneck/cygwin/ssmtp/ssmtp-2.60.9-3.tar.bz2
 http://math.berkeley.edu/~schneck/cygwin/ssmtp/ssmtp-2.60.9-3-src.tar.bz2
 
 ssmtp-2.60.4-3 can be kept as prev and other old versions deleted.

Done.

Corinna

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


Re: [ITP] ocaml-3.08.1-1

2004-08-31 Thread Corinna Vinschen
On Aug 29 17:26, Igor Pechtchanski wrote:
 http://cs.nyu.edu/~pechtcha/cygwin/ocaml/ocaml-3.08.1-1-src.tar.bz2
 http://cs.nyu.edu/~pechtcha/cygwin/ocaml/ocaml-3.08.1-1.tar.bz2
 http://cs.nyu.edu/~pechtcha/cygwin/ocaml/setup.hint (also inline below)

Uploaded.

Thanks,
Corinna

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


Re: [ITP] ocaml-3.08.1-1

2004-08-31 Thread Corinna Vinschen
On Aug 31 08:53, Christopher Faylor wrote:
 On Tue, Aug 31, 2004 at 10:41:18AM +0200, Corinna Vinschen wrote:
 On Aug 29 17:26, Igor Pechtchanski wrote:
  http://cs.nyu.edu/~pechtcha/cygwin/ocaml/ocaml-3.08.1-1-src.tar.bz2
  http://cs.nyu.edu/~pechtcha/cygwin/ocaml/ocaml-3.08.1-1.tar.bz2
  http://cs.nyu.edu/~pechtcha/cygwin/ocaml/setup.hint (also inline below)
 
 Uploaded.
 
 The setup.hint file which was uploaded was not correct.  It contained
 http errors.  I had to re-get it from
 http://cs1.cs.nyu.edu/~pechtcha/cygwin/ocaml/setup.hint.

Oops, sorry.

Corinna

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


Re: [ITP] ocaml-3.08.1-1

2004-08-31 Thread Corinna Vinschen
On Aug 31 15:35, Corinna Vinschen wrote:
 On Aug 31 08:53, Christopher Faylor wrote:
  On Tue, Aug 31, 2004 at 10:41:18AM +0200, Corinna Vinschen wrote:
  On Aug 29 17:26, Igor Pechtchanski wrote:
   http://cs.nyu.edu/~pechtcha/cygwin/ocaml/ocaml-3.08.1-1-src.tar.bz2
   http://cs.nyu.edu/~pechtcha/cygwin/ocaml/ocaml-3.08.1-1.tar.bz2
   http://cs.nyu.edu/~pechtcha/cygwin/ocaml/setup.hint (also inline below)
  
  Uploaded.
  
  The setup.hint file which was uploaded was not correct.  It contained
  http errors.  I had to re-get it from
  http://cs1.cs.nyu.edu/~pechtcha/cygwin/ocaml/setup.hint.
 
 Oops, sorry.

Urgh, even worse, both archives were broken as well.  For some reason
I can't download them using curl.  Wget worked, though.  I fixed them.


Corinna

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


Re: [ITP] ocaml-3.08.1-1

2004-09-01 Thread Corinna Vinschen
On Aug 31 12:18, Igor Pechtchanski wrote:
 On Tue, 31 Aug 2004, Corinna Vinschen wrote:
  Urgh, even worse, both archives were broken as well.  For some reason
  I can't download them using curl.  Wget worked, though.  I fixed them.
 
 Could be a problem with the logging script used on the site.  I haven't
 tested it with curl, only wget and Netscape/Firefox/IE.  If curl is what
 you normally use, I'll install it and make sure that the site works with
 it for the future.

That would be nice.

Corinna

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


Re: Please upload: TeXmacs-1.0.4-4

2004-09-02 Thread Corinna Vinschen
On Sep  2 09:51, Andreas Seidl wrote:
 
 Please upload
 
 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/TeXmacs-1.0.4-4-src.tar.bz2
 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/TeXmacs-1.0.4-4.tar.bz2
 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/setup.hint
 
 and remove the -3 revison.

Done.

Thanks,
Corinna

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


Re: [Updated] ocaml/setup.hint (Was Re: ocaml packaging dependency bug: curses vs. termcap)

2004-09-02 Thread Corinna Vinschen
On Sep  2 11:52, Igor Pechtchanski wrote:
 requires: line in setup.hint -- can someone please upload a new version of
 just that file from http://cs.nyu.edu/~pechtcha/cygwin/ocaml/setup.hint.
 I'll fix it in the source package for the next release.

Done.

Corinna

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


Re: Please upload: audiofile, glib, gtk+, libiDL

2004-09-03 Thread Corinna Vinschen
On Sep  2 14:41, Yaakov Selkowitz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I've fixed the aclocal files in my packages affected by automake-1.8.
 Could someone please upload?
 
 http://cygwin-ports.sourceforge.net/install/temp/audiofile/audiofile-0.2.6-2-src.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/audiofile/audiofile-0.2.6-2.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/audiofile/libaudiofile-devel/libaudiofile-devel-0.2.6-2.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/audiofile/libaudiofile0/libaudiofile0-0.2.6-2.tar.bz2
 
 http://cygwin-ports.sourceforge.net/install/temp/glib/glib-1.2.10-2-src.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/glib/glib-1.2.10-2.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/glib/glib-devel/glib-devel-1.2.10-2.tar.bz2
 
 http://cygwin-ports.sourceforge.net/install/temp/gtk+/gtk+-1.2.10-2-src.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/gtk+/gtk+-1.2.10-2.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/gtk+/gtk+-devel/gtk+-devel-1.2.10-2.tar.bz2
 
 http://cygwin-ports.sourceforge.net/install/temp/libIDL/libIDL-0.8.3-2-src.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/libIDL/libIDL-0.8.3-2.tar.bz2
 http://cygwin-ports.sourceforge.net/install/temp/libIDL/setup.hint

Uploaded.

But I'm wondering if the packaging of libaudiofile-devel-0.2.6-2.tar.bz2
is correct.  usr/lib/libaudiofile.a is missing.  It was available in the
-1 package.


Corinna

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


Re: Please upload. Re: [ITP] ctetris

2004-09-03 Thread Corinna Vinschen
On Sep  3 11:33, Reini Urban wrote:
 Corinna Vinschen schrieb:
 On Aug 22 19:52, Reini Urban wrote:
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/setup.hint
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1-src.tar.bz2
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/ctetris/ctetris-0.29-1.tar.bz2
  
 
 
 Uploaded.
 
 Corinna
 
 oops, it misses the version and install and source lines.
 this is my first package, sorry.
 
 is is possible that this line in setup.hint
   curr: 0.29
 is wrong?
 could you pleased fix it to
   curr: 0.29-1

No, I *removed* the line entirely.  You only need prev/curr/test if you
have an unusual version numbering scheme.

Corinna

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


Re: update: tetex 2.0.2-14

2004-09-17 Thread Corinna Vinschen
On Sep 16 15:45, Jan Nieuwenhuizen wrote:
 
 This is a bugfix release.  Changes:
 
 tetex-bin (2.0.2-14) unstable; urgency=low
 
   * Fix xdvi script (reported by Gregory Borota).
 
 tetex-texmf (2.0.2-14) unstable; urgency=low
 
   * Add fonts cmr{5,6,7,8}.pfb, cmti{5,6}.pfb, cmtt{5,6,7,8,17}.pfb,
 cmcsc8.pfb and cmss{5,6,7,8,9,10,12,14,17}.pfb to tetex-tiny (Mats
 Bengtsson).
   * Also add cmb10.pfb, cmbxti8*
   * post-texmf.sh: Unset some environment variables that setup.exe may
 leak, which break texconfig.
 
 Please upload.

Done.  Anything which could be deleted?  What about all 2.0.2-1 and -2
versions?  What about libkpathsea3abi13?

Corinna

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


Re: [ITP] cdrtools-2.01

2004-09-17 Thread Corinna Vinschen
On Sep 17 09:41, Ross Smith II wrote:
 I want to contribute/maintain cdrtools (cdrecord, mkisofs, etc).
 Canonical website:
 http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 
 Package setup.hint:
 ===
 sdesc: Rip and burn CDs, make ISO files, and related utilities
 ldesc: CDRTools is a collection of utilities, that allows one to rip and
 burn CD-Rs and CD-RWs.
 Also included are utilities to create ISO files, and to convert audio CD
 tracks to .wav files.
 requires: cygwin
 category: Utils
 
 Does anyone see any issues with producing this package?


Sorry, but yes.

Joerg is providing ProDVD executables for Cygwin for which he doesn't
provide the source code, so he's clearly infringing the Cygwin license
unless he has a buyout license.  From what I can tell, he hasn't.

Until that's sorted out, I'll veto the package.


Corinna

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


Re: [ITP] cdrtools-2.01

2004-09-20 Thread Corinna Vinschen
On Sep 18 08:25, Ross Smith II wrote:
 Quoting Corinna Vinschen [EMAIL PROTECTED]:
 
  On Sep 17 09:41, Ross Smith II wrote:
   Does anyone see any issues with producing this package?
 
  Sorry, but yes.
 
  Joerg is providing ProDVD executables for Cygwin for which he doesn't
  provide the source code, so he's clearly infringing the Cygwin license
  unless he has a buyout license.  From what I can tell, he hasn't.
 
 Corinna,
 
 I was able to download
 ftp://ftp.berlios.de/pub/cdrecord/alpha/win32/cygwin-1.1.8-2-src.tar.gz from
 his site.
 
 Also, if you google cygwin-1.1.8-2.tar.gz, you'll find
 http://public.planetmirror.com/pub/cdrecord/alpha/win32/ listed 3rd and 
 http://ftp.berlios.de/pub/schily/cdrtools/alpha/win32/ listed 5th, and these
 are the first links to the actual file.
 
 So it looks to me like he's doing a good job of providing the source code. But
 maybe I'm missing the bigger picture. Let me know.

The author provides a ProDVD edition, which is based on the same source
as cdrecord, but contains proprietary code to access DVD drives.  By
providing a closed source application in binary only form linked against
Cygwin, he's infringing the GPL.  I've contacted Joerg by mail to solve
this issue but until then, I'm not happy with providing the tool in the
net distro.  It feels wrong.


Corinna

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


Re: unison-2.10.2-1 and unison-gtk2-2.10.2-1

2004-09-20 Thread Corinna Vinschen
On Sep 17 22:25, Gerrit P. Haase wrote:
 Hello Andrew,
 
 I finally finished the review.
 
  unison:
 
 2.10.2 as text version rebuilds fine, though I would prefer some kind
 of script which does all the work for me, I didn't tried to build the
 2.9.x version.
 
 GTG for the text version.

Can we upload the text version separately?

Corinna

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


Re: new package: lighttpd (second attempt)

2004-09-20 Thread Corinna Vinschen
On Sep 18 22:36, Jan Kneschke wrote:
 http://jan.kneschke.de/projects/lighttpd/download/lighttpd-1.3.0-1.tar.bz2
 http://jan.kneschke.de/projects/lighttpd/download/lighttpd-1.3.0-1-src.tar.bz2
 
 setup.hint:
 sdesc: a light-weight and flexible webserver
 ldesc: lighttpd a secure, fast, compliant and very flexible web-server
 which has been optimized for high-performance environments. It has a
 very low memory footprint compared to other webservers and takes care of
 cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
 Output-Compression, URL-Rewriting and many more) make lighttpd the
 perfect webserver-software for every server that is suffering load
 problems. 
 category: Net Web
 requires: pcre cygwin zlib openssl openldap bzip2

+1 from me, which makes 3.

Packaging looks ok to me, so I have just uploaded it.

Please send an announcement to cygwin-announce AT cygwin DOT com using
one of the recent announcement messages as a template.


Thanks,
Corinna

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


Re: unison-2.10.2-1 and unison-gtk2-2.10.2-1

2004-09-20 Thread Corinna Vinschen
On Sep 20 12:26, Gerrit P. Haase wrote:
 Hallo Corinna,
 
 Am Montag, 20. September 2004 um 11:27 schriebst du:
 
  On Sep 17 22:25, Gerrit P. Haase wrote:
  Hello Andrew,
  
  I finally finished the review.
  
   unison:
  
  2.10.2 as text version rebuilds fine, though I would prefer some kind
  of script which does all the work for me, I didn't tried to build the
  2.9.x version.
  
  GTG for the text version.
 
  Can we upload the text version separately?
 
 Andrew provides two different source packages, so I think yes.

Could you upload then, please?

Thanks,
Corinna

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


Re: [ITP] cdrtools-2.01

2004-09-20 Thread Corinna Vinschen
On Sep 20 07:15, Ross Smith II wrote:
 Quoting Corinna Vinschen [EMAIL PROTECTED]:

http://cygwin.com/acronyms/#PCYMTNQREAIYR

Just today I made the same mistake on the cygwin ML, but nevertheless,
it's still correct.

  The author provides a ProDVD edition, which is based on the same source
  as cdrecord, but contains proprietary code to access DVD drives.  By
  providing a closed source application in binary only form linked against
  Cygwin, he's infringing the GPL.  I've contacted Joerg by mail to solve
  this issue but until then, I'm not happy with providing the tool in the
  net distro.  It feels wrong.
 
 Agreed. cdrtools itself is GPL, so he must see what he is doing is wrong.

That's what I hope.

 I'll hold off packaging cdrtools, until I hear from you.

Thanks,
Corinna

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


Re: [PACKAGE UPDATE]: grace-5.1.17-1

2004-09-21 Thread Corinna Vinschen
On Sep 20 18:29, Volker Quetschke wrote:
 Ping!?

Pong!

I also removed 5.1.12-1.

 http://www.scytek.de/cygwin/release/grace/setup.hint
 http://www.scytek.de/cygwin/release/grace/grace-5.1.17-1.tar.bz2
 http://www.scytek.de/cygwin/release/grace/grace-5.1.17-1-src.tar.bz2


Corinna

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


Re: Please upload: openldap-2.2.17-1/libopenldap2_2_7-2.2.17-1/openldap-devel-2.2.17-1

2004-09-21 Thread Corinna Vinschen
On Sep 20 18:24, Dr. Volker Zell wrote:
 Please upload at your earliest convinience.
 
  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.17-1.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.17-1-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.17-1.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.17-1.tar.bz2
  cut here 

Done.  Can 2.1.25-1 get removed?

Corinna

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


Re: Please upload: openldap-2.2.17-1/libopenldap2_2_7-2.2.17-1/openldap-devel-2.2.17-1

2004-09-21 Thread Corinna Vinschen
On Sep 21 12:06, Dr. Volker Zell wrote:
  Corinna Vinschen writes:
 
  Done.  Can 2.1.25-1 get removed?
 
 Thanks and YES

Done.  I've kept libopenldap2/libopenldap2-2.1.25-1.tar.bz2 for
backward compatibility.

Corinna

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


Re: upset errors for libopenldap2

2004-09-21 Thread Corinna Vinschen
On Sep 21 10:06, Christopher Faylor wrote:
 Gerrit please fix this ASAP:
 
 upset: *** warning package libopenldap2 refers to non-existent external-source: 
 openldap

Sorry, my bad.  I removed version 2.1.whatever of openldap but I didn't
know that libopenldap2 has this external-source ref.  Fixed.


Corinna

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


Re: Please upload: tzcode-2004d-1

2004-09-22 Thread Corinna Vinschen
On Sep 21 18:25, Dr. Volker Zell wrote:
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/tzcode/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/tzcode/tzcode-2004d-1-src.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/tzcode/tzcode-2004d-1.tar.bz2

Uploaded.  2003d-1 removed.

Corinna

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


Re: Please upload: gnuplot-4.0.0-1

2004-09-22 Thread Corinna Vinschen
On Sep 21 18:36, Dr. Volker Zell wrote:
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gnuplot/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gnuplot/gnuplot-4.0.0-1-src.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gnuplot/gnuplot-4.0.0-1.tar.bz2

Uploaded.

Corinna

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


Re: Please upload: gd-2.0.28-1/libgd2-2.0.28-1/libgd-devel-2.0.28-1

2004-09-22 Thread Corinna Vinschen
On Sep 21 19:33, Dr. Volker Zell wrote:
 Hi
 
 Please upload at your earliest convinience
 
 
  cut here 
 #!/bin/bash
 
 mkdir -p gd gd/libgd2 gd/libgd-devel
 
 cd gd
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/setup.hint

Is it a bug or intention that the dependencies changed from 'xorg-x11-bin-dlls'
to 'xorg-x11-bin'?

Corinna

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


Re: [ITP] clamav-0.75.1-3 - A GPL virus scanner

2004-09-22 Thread Corinna Vinschen
On Sep 22 00:47, Reini Urban wrote:
 I fixed this and more.
 I added a preremove script which stops and uninstalls the service.
 
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/clamav-0.75.1-3.tar.bz2
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/clamav-0.75.1-3-src.tar.bz2
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/README
 http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/setup.hint

Is that package ready to upload then?  Gerrit?


Corinna

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


Re: Please upload: gd-2.0.28-1/libgd2-2.0.28-1/libgd-devel-2.0.28-1

2004-09-22 Thread Corinna Vinschen
On Sep 22 14:56, Dr. Volker Zell wrote:
  Corinna Vinschen writes:
  Is it a bug or intention that the dependencies changed from 'xorg-x11-bin-dlls'
  to 'xorg-x11-bin'?
 
 Why, it still says xorg-x11-bin-dlls ?

Oh well, sorry.  It's right around the other way.  The dependency
changed from xorg-x11-bin to xorg-x11-bin-dlls.  Still the question,
intentional or not?


Corinna

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


Re: clamav-0.75.1-3 - A GPL virus scanner

2004-09-22 Thread Corinna Vinschen
On Sep 22 16:25, Gerrit P. Haase wrote:
 Hallo Corinna,
 
 Am Mittwoch, 22. September 2004 um 13:33 schriebst du:
 
  On Sep 22 00:47, Reini Urban wrote:
  I fixed this and more.
  I added a preremove script which stops and uninstalls the service.
  
  http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/clamav-0.75.1-3.tar.bz2
  http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/clamav-0.75.1-3-src.tar.bz2
  http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/README
  http://xarch.tu-graz.ac.at/home/rurban/software/cygwin/clamav/setup.hint
 
  Is that package ready to upload then?  Gerrit?
 
 Volker reviewed it GTG two times already, Reini fixed more issues than
 Volker detected, I think it should be relly GTG now.

Cool, could you upload it, please?


Thanks,
Corinna

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


Re: Please upload: gd-2.0.28-1/libgd2-2.0.28-1/libgd-devel-2.0.28-1

2004-09-22 Thread Corinna Vinschen
On Sep 22 16:37, Dr. Volker Zell wrote:
  Corinna Vinschen writes:
 
  On Sep 22 14:56, Dr. Volker Zell wrote:
   Corinna Vinschen writes:
   Is it a bug or intention that the dependencies changed from 
 'xorg-x11-bin-dlls'
   to 'xorg-x11-bin'?
  
  Why, it still says xorg-x11-bin-dlls ?
 
  Oh well, sorry.  It's right around the other way.  The dependency
  changed from xorg-x11-bin to xorg-x11-bin-dlls.  Still the question,
  intentional or not?
 
 Intentional. Somebody must have edited the setup.hint file to accommodate
 the switch from XFree* xorg-x11*. The right dependency is xorg-x11-bin-dlls.

Ok, thanks.  Uploaded.  I removed 2.0.15-1.

Corinna

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


Re: libglade2-2.4.0-1

2004-09-23 Thread Corinna Vinschen
On Sep 22 22:01, Yaakov Selkowitz wrote:
 Gerrit P. Haase wrote:
 Hallo Yaakov,
 
 Uploaded.
 
 Thanks, but you put these into a dir called libglade, and the package is 
 called libglade2.  Could you fix this, please?

Done.

Corinna

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


Re: libglade2-2.4.0-1

2004-09-23 Thread Corinna Vinschen
On Sep 23 13:31, Gerrit P. Haase wrote:
 Well, we could start now with all packages that have GNOME / gnome in
 their name and put these below a GNOME directory, anyway, I think this
 is ok (unless there are objections).

One argument against this is that all mirrors will delete the files and
pull them again from cygwin.com.

 But IMO the only useful solution is to create another category and put
 all the stuff into the new GNOME category so it is trransparent to Joe
 User.

It would be nice(tm) if setup would allow subcategories (e.g. X11/Gnome).
Or does it already?


Corinna

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


Re: please upload [was: update: tetex 2.0.2-15]

2004-10-11 Thread Corinna Vinschen
On Oct  9 12:47, Jan Nieuwenhuizen wrote:
 http://lilypond.org/cygwin/uploads/tetex/tetex-base/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-base/tetex-base-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/tetex-bin/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-bin/tetex-bin-2.0.2-15-src.tar.bz2
 http://lilypond.org/cygwin/uploads/tetex/tetex-bin/tetex-bin-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/tetex-devel/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-devel/tetex-devel-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/tetex-doc/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-doc/tetex-doc-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/tetex-extra/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-extra/tetex-extra-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/tetex-tiny/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-tiny/tetex-tiny-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/tetex-x11/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/tetex-x11/tetex-x11-2.0.2-15.tar.bz2
 
 ===
 
 http://lilypond.org/cygwin/uploads/tetex/libkpathsea3/setup.hint
 http://lilypond.org/cygwin/uploads/tetex/libkpathsea3/libkpathsea3-2.0.2-15.tar.bz2

Uploaded.  I removed -13.


Corinna

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


Re: Interest in native Tcl/Tk/Expect/Itcl/... packages?

2004-10-15 Thread Corinna Vinschen
On Oct 15 09:31, Jean-Sebastien Trottier wrote:
 On Fri, Oct 15, 2004 at 01:06:10PM +0200, Gerrit P. Haase wrote:
  Jean-Sebastien schrieb:
  
   Of course, I don't mind becoming maintainer for these packages...
  
   I just want to know if there's actual interest for this, or else I'll
   stop wasting my time...
  
   Let me know what you think.
  
  Yes, +1 from me.  There are packages out there depending on Cygwin and
  non Cygwin TCL/TK versins, would be really great to have this as
  official version.
 
 A quick list would be great... we'll need to figure out if we need both
 the Cygwin and non-Cygwin versions...

The Tcl GUI version of GDB, insight, relies on Tcl/Tk for Cygwin with
the native GUI.  Not everybody who wants to debug using insight wants
to install X.  It makes sense to me to have both Tcl/Tk versions 
available.


Corinna

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


Re: Please upload: man-1.5o-1

2004-09-28 Thread Corinna Vinschen
On Sep 27 08:31, Dr. Volker Zell wrote:
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/man/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/man/man-1.5o-1-src.tar.bz2
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/man/man-1.5o-1.tar.bz2

Uploaded.  I removed 1.5k-2.

But is it really correct that setup.hint requires ash *and* bash?


Corinna

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


Re: libtoolized some older libs

2004-09-29 Thread Corinna Vinschen
On Sep 28 19:14, Charles Wilson wrote:
 I made several /usr/lib/.la file for libs which could be loaded shared 
 (at run-time) for myself to enable shared and smaller modules for the 
 bigger stuff I'm working on. php, clamav, postgresql, ...
 
 Whether a .la file exists or not has NO bearing on whether the library 
 can be loaded dynamically (either implicitly by the windows runtime 
 loader, or explicitly via dlopen()/LoadLibrary()/etc).
 
 The .dll.a  .dll files for these packages are fine.  There is nothing 
 wrong with them.
 
 Except they weren't produced by libtool.  BFD.

Erm, why?  OpenSSL doesn't use libtool for producing shared libs, even
on any other platform.  What's the deal?


Corinna

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


Re: How can you change the DLL name in the .idata section header of a DLL?

2004-09-30 Thread Corinna Vinschen
On Sep 29 17:20, Charles Wilson wrote:
 Reini Urban wrote:
 
 Spoofing is a good point.
 But I might prefer to be able to update dynamic dependencies without 
 breakage. openssl usually gets updated with an security issue.
 e.g curl or postgresql cannot deal with an openssl update which deletes 
 cygssl-0.9.7.dll and replaces that with cygssl-0.9.8.dll.
 If we had just a cygssl.dll we can simply upgrade that and nothing breaks.
 
 That's the way most other DLLs on cygwin are named.  But cygssl is 
 different -- as a security/encryption DLL, considerations other that 
 ease of slipstream replacement are more important.  Usually there is a 
 reason when a maintainer chooses to go against the common practice: 
 openssl is one of those.

I'm not quite sure if I understand exactly what you are up to, Charles,
but Reini, you're definitely wrong here.

The numbering scheme of OpenSSL is so that 0.9.7 is a *major* version
number.  The minor versions, which are bug fixes and security updates
are using an addition lower case letter, following the major version
number, as you can see if you scan through the cygwin-announce archives:

  0.9.7a
  0.9.7b
  0.9.7c
  0.9.7d

The version 0.9.8 will be the next major version and this *will* break
backward compatibility.  The same happened at the step from 0.9.6 to
0.9.7 and that was the reason that I began using the openssl naming
scheme.

So, bottom line is this:  Security updates of 0.9.7 will still be named
0.9.7 so there's no backward compatibility breakage for depending
packages.  0.9.8 is a major version update and will use new DLL names,
but I will keep 0.9.7 around as well, at least until all depending
packages in the distro have upgraded by linking against 0.9.8.

That's basically what Charles and other do, just the naming scheme
is different because the OpenSSL project doesn't use libtool.


Corinna

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


Re: Please upload: gv-3.5.8-2

2004-09-30 Thread Corinna Vinschen
On Sep 30 12:48, Dr. Volker Zell wrote:
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gv/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gv/gv-3.5.8-2-src.tar.bz2
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gv/gv-3.5.8-2.tar.bz2

Uploaded.


Corinna

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


Re: [ITP] libgpg-error-1.0-2

2004-10-01 Thread Corinna Vinschen
On Sep 30 10:00, Volker Quetschke wrote:
 http://www.scytek.de/cygwin/release/libgpg-error/setup.hint
 http://www.scytek.de/cygwin/release/libgpg-error/libgpg-error-1.0-2.tar.bz2
 http://www.scytek.de/cygwin/release/libgpg-error/libgpg-error-1.0-2-src.tar.bz2

3 votes, a GTG review.

Uploaded.


Thanks,
Corinna

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


Re: [ITP] libgcrypt-1.2.0-2

2004-10-01 Thread Corinna Vinschen
On Sep 30 13:25, Volker Quetschke wrote:
 http://www.scytek.de/cygwin/release/libgcrypt/setup.hint
 http://www.scytek.de/cygwin/release/libgcrypt/libgcrypt-1.2.0-2.tar.bz2
 http://www.scytek.de/cygwin/release/libgcrypt/libgcrypt-1.2.0-2-src.tar.bz2

And another 3 votes + GTG review.

Uploaded with Volker's patch to setup.hint.


Thanks,
Corinna



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


Re: [ITP] cdrtools-2.01

2004-10-01 Thread Corinna Vinschen
On Oct  1 08:59, Ross Smith II wrote:
 Quoting Corinna Vinschen:
 
  The author provides a ProDVD edition, which is based on the same source
  as cdrecord, but contains proprietary code to access DVD drives.  By
  providing a closed source application in binary only form linked against
  Cygwin, he's infringing the GPL.  I've contacted Joerg by mail to solve
  this issue but until then, I'm not happy with providing the tool in the
  net distro.  It feels wrong.
 
 Corinna,
 
 Any response from Joerg?

No, I'm sorry.  I didn't get a reply so far.  It's two weeks now. 
There's a good chance that Joerg is just on vacation or so, so I'll
repeat my posting on Monday.


Corinna

P.S: Please don't Cc me.  I'm reading the mailing list.  I'm setting the
 Reply-To for a reason.

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


Re: [ITP-2] t1lib: Library for generating character- and string-glyphs from Adobe Type 1 fonts

2004-10-05 Thread Corinna Vinschen
On Oct  5 07:37, Dr. Volker Zell wrote:
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/t1lib/t1lib-x11/setup.hint

ERROR 404

I've created a setup.hint from the text you've applied to your posting.

Uploaded.


Thanks,
Corinna

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


Re: DJB licensing issues [Was: [ITP] mhash-0.9.1-1]

2004-10-06 Thread Corinna Vinschen
On Oct  6 11:20, Lapo Luchini wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Brian Dessent wrote:
  Still, I doubt it qualifies as OSI-approved by any stretch of the
  imagination.
 
 It doesn't even have a copyright notice in the source nor in the
 package, maybe it qualifies as Public Domani, but I guess an email to
 DJB could clarify it a bit...

It's essential to do this.  A source code with no copyright or licensing
information at all is highly lawless ground.  Dunno about other countries
but in Germany a source code is not just public domain because the author
didn't add a copyright notice.  On the contrary.


Corinna

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


Re: Openssh on Windows XP SP2 sshd service stops when attempting to connect.

2004-10-06 Thread Corinna Vinschen
On Oct  6 18:37, koan wrote:
 Hello,
 
 I have read what I can find, but am getting stuck with sshd.  I am using 

Wrong mailing list.  Try [EMAIL PROTECTED]

Corinna

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


Re: Resolvers (Re: mhash-0.9.1-1)

2004-10-06 Thread Corinna Vinschen
On Oct  6 12:48, Reini Urban wrote:
 Gerrit P. Haase schrieb:
 Already ported: BIND.  Why don't you use bind?
 http://anfaenger.de/cygwin/DNS/bind-9.2.2/
 
 Because most of us don't like bind that much, I assume.

I guess using bind is some sort of a habit.  The same goes for sendmail.
You think you know the beast, just because you learned over the years
how to fed it to keep it calm...

Corinna

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


Re: [PACKAGE UPDATE] ccdoc-0-8.41-2

2004-10-07 Thread Corinna Vinschen
On Oct  6 19:38, Joe Linoff wrote:
 Please upload the following to replace ccdoc-0.8.39-1:
 
 http://ccdoc.sourceforge.net/cygwin/ccdoc-0.8.41-2.tar.bz2
 http://ccdoc.sourceforge.net/cygwin/ccdoc-0.8.41-2-src.tar.bz2
 http://ccdoc.sourceforge.net/cygwin/setup.hint

Uploaded.  Did replace mean I should remove 0.8.39-1?  Usually
it's no bad idea to keep one older version for a while...


Thanks,
Corinna

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


Re: [PACKAGE UPDATE] ccdoc-0-8.41-2

2004-10-08 Thread Corinna Vinschen
On Oct  7 08:02, Joe Linoff wrote:
 Corinna Vinschen wrote:
 On Oct  6 19:38, Joe Linoff wrote:
 http://ccdoc.sourceforge.net/cygwin/ccdoc-0.8.41-2.tar.bz2
 http://ccdoc.sourceforge.net/cygwin/ccdoc-0.8.41-2-src.tar.bz2
 http://ccdoc.sourceforge.net/cygwin/setup.hint
 
 Uploaded.  Did replace mean I should remove 0.8.39-1?  Usually
 it's no bad idea to keep one older version for a while...
 
 Yes, I meant to replace 0.8.39-1 with 0.8.41-2.

Ok, removed. 

Are you going to send an announcement to cygwin-announce, btw?


Corinna

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


Re: Updated: rsync-2.6.2-3

2004-10-08 Thread Corinna Vinschen
On Oct  8 09:55, Christopher Faylor wrote:
 This is the second time I've seen this in a header:
 
 To: Mailing List: CygWin-Apps cygwin-apps at cygwin dot com
 
 Is this really a valid To address?  It sure confuses mutt.

Huh!

Coincidentally I've send PM to Lapo this morning asking to fix this, but
from the weird result I see in mutt's To: output I didn't realize that
the colon is the problem.  I bet there's an RFC which requires to quote it.


Corinna

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


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

2004-10-18 Thread Corinna Vinschen
On Oct 15 13:52, Dr. Volker Zell wrote:
 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.17-2.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/openldap/openldap-2.2.17-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.17-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.17-2.tar.bz2

Uploaded.  Any reason to keep 2.2.15-2 and libopenldap2?

Corinna

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


Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Corinna Vinschen
On Oct 20 18:32, Ross Smith II wrote:
 I've fixed the issues Christopher listed below, and a couple more. 2.3.0-2 is now 
 available.
 
 It now defaults to using ssmtp.  If you want to use SMTP, you will need to run 
 email-config.

I don't understand this one.  Exim as well as ssmtp both have a config
script which sets /usr/sbin/sendmail so that it points to the real 
executable, if /usr/sbin/sendmail doesn't exists.

Wouldn't it be better to use /usr/sbin/sendmail as default and either
to complain if /usr/sbin/sendmail doesn't exist?


Corinna

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


Re: [ITP] cdrtools-2.01

2004-12-11 Thread Corinna Vinschen
On Dec 10 15:50, Ross Smith II wrote:
 Corinna,
 
 Have you heard anything from Joerg?

No, unfortunately not.

 If not, should I just package it, try to follow up with Joerg, or simply 
 drop the matter?

Please drop the matter for now.  If something changes, I'll let you know.
I didn't forget about it.

Corinna

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


Re: Updated: lilypond-2.4.2-1

2004-12-16 Thread Corinna Vinschen
On Dec 16 06:55, Bertalan Fodor wrote:
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/setup.hint
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-2.4.2-1.tar.bz2
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-2.4.2-1-src.tar.bz2
 
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-doc/setup.hint
 http://www.inf.bme.hu/~berti/lilypond/release/lilypond/lilypond-doc/lilypond-doc-2.4.2-1.tar.bz2

Uploaded.  I've removed 2.2.2 and kept 2.2.5.

Thanks,
Corinna

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


Re: Updated: diffstat 1.37-1

2004-12-20 Thread Corinna Vinschen
On Dec 20 06:45, Eric Blake wrote:
 It turns out that while I was building the first tarball, the upstream 
 maintainer re-released his package with a new 'make check' testsuite, and 
 with a digital signature.  I have repackaged to include that, and this is 
 my first foray into gpg signatures as well.  Delete 1.37-1 to leave 1.35-1 
 as prev and 1.37-2 as current.
 
 http://home.comcast.net/~ericblake/diffstat-1.37-2.tar.bz2
 http://home.comcast.net/~ericblake/diffstat-1.37-2-src.tar.bz2

Done.

Thanks,
Corinna

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


Re: bc and readline

2004-12-24 Thread Corinna Vinschen
On Dec 22 21:12, Lapo Luchini wrote:
 man bc states that bc can be compiled to support readline library.
 This could be very handy.. why cygwin's bc does not?

I like the idea.  I'm always stumbling over bc's inability to allow
proper editing.

 Problems specific to Cygwin or simply it is not default and no one felt
 it necessary?

Isn't Chris the bc maintainer?  I'm pretty sure he won't object if you'd
take over maintainership ;-)


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: [RFU] bc-1.06-2 [Was: bc and readline]

2004-12-27 Thread Corinna Vinschen
On Dec 27 01:11, Lapo Luchini wrote:
 Corinna Vinschen wrote:
 
  Isn't Chris the bc maintainer? I'm pretty sure he won't object if
  you'd take over maintainership ;-)
 
 Here is my attemp.
 Really nothing was necessary, except a one-liner patch (duplicate
 definition of readline()).
 Readline support seems to work with no problems.
 
 http://www.lapo.it/cygwin/bc-1.06-2-src.tar.bz2
 http://www.lapo.it/cygwin/bc-1.06-2.tar.bz2
 
 b4682f5dfc9552f098d182216b4ea252 bc-1.06-2-src.tar.bz2
 6f5e2e9c0b5338614341c1639205ed37 bc-1.06-2.tar.bz2
 
 a4a8115e46105b33072af3d0f53bab0f34cf0933 bc-1.06-2-src.tar.bz2
 98f83c0a6fad6ce7e8bdfea59a873dfb525bf017 bc-1.06-2.tar.bz2
 
 Lapo
 
 PS: RFU was meant to be Ready For Upload, but actually I would be
 more confortable if someoneelse would take at least a look at the
 package ;-)

I've unpacked source and binary packages and they are both ok from what
I can tell.  What's missing is a setup.hint file which adds the new
dependencies and Chris' final goodbye to the package.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: cygwin-doc for upload

2005-01-03 Thread Corinna Vinschen
On Dec 30 17:33, Joshua Daniel Franklin wrote:
 http://ns1.iocc.com/~joshua/cygwin/cygwin-doc-1.4-1.tar.bz2
 http://ns1.iocc.com/~joshua/cygwin/cygwin-doc-1.4-1-src.tar.bz2
 http://ns1.iocc.com/~joshua/cygwin/setup.hint

Uploaded.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: Move nfs-server, emacs-leim out of test (was Re: 3 Packages always Skipped)

2005-01-05 Thread Corinna Vinschen
On Jan  5 10:22, Christopher Faylor wrote:
 I've made an empty package for regex so that it will do nothing but
 delete any previous installation.

Thanks!
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: [ITP] cvsutils

2005-01-09 Thread Corinna Vinschen
On Jan  7 07:31, Eric Blake wrote:
 sdesc: CVS client utilities for offline work.
 ldesc: Client-side tools for interacting with CVS, performing useful
 commands normally impossible when offline, with read-only CVS access,
 or with slow connections.
 category: Devel
 requires: cygwin perl cvs ash

Uploaded.  Please send an announcement to the cygwin-announce list.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: fortune-1.99.1

2005-01-13 Thread Corinna Vinschen
On Jan 13 11:19, Reini Urban wrote:
 Yitzchak Scott-Thoennes schrieb:
 On Thu, Jan 13, 2005 at 10:16:39AM +0100, Reini Urban wrote:
 Yitzchak Scott-Thoennes:
 
 All debian version 1.99.1-1 patches to the data files have been
 applied (see http://packages.debian.org/unstable/source/fortune-mod),
 including spelling changes and removal of a number of Deutsch quotes.
 
 = german quotes please.
 Deutsch would be a person.
 
 I'll take your word for it, but 
 http://en.wikipedia.org/wiki/German_language
 lies then.  
 
 German is complicated and full of traps. Maybe you mixed that with 
 dutch? Dutch quotes (as adjective) would be ok.

... but wouldn't mean the same, of course, because that would be too easy.
Keep it in English please.  Deutsch would be incorrect in this context
anyway.  *If* you want to use it, say deutsche quotes, but that's bad
English ;-)

I'm wondering if we should add a WARNING: Contains potentially offensive
texts(*) to the sdesc in setup.hint.  Not that I like the idea, but it
seems appropriate to avoid more discussion on the list.  What do you think?

Oh, yes, the package itself looks ok to me.  I'll upload it after you,
Yitzchak, have said a word about the sdesc.


Corinna

(*) And, of course, May contain nuts.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: fortune-1.99.1

2005-01-13 Thread Corinna Vinschen
On Jan 13 10:35, Yitzchak Scott-Thoennes wrote:
 On Thu, Jan 13, 2005 at 09:15:13AM -0800, Yitzchak Scott-Thoennes wrote:
  Corinna, please use the following, or your wording, or adjust however you 
  want:
  
  sdesc: Print a random, hopefully interesting, adage; may contain 
  offsensive material
  category: Games
  requires: cygwin libiconv2
 
 Oops, changed it to German in the cygwin specific README but didn't update
 the reverse patch.  Will re-upload the source tarball now.

I used your wording (except the spelling error) and the new source
archive.  Uploaded.

Thanks very much for doing this.

Igor, did you already throw a couple of gold stars in Yitzchak's
direction?  If not, it's about time ;-)


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: Please upload: gd-2.0.33-1/libgd2-2.0.33-1/libgd-devel-2.0.33-1

2005-01-13 Thread Corinna Vinschen
On Jan 13 17:22, Dr. Volker Zell wrote:
 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/gd-2.0.33-1-src.tar.bz2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/gd-2.0.33-1.tar.bz2
 
 cd libgd2
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/libgd2/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/libgd2/libgd2-2.0.33-1.tar.bz2
 
 cd ../libgd-devel
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/libgd-devel/setup.hint
 wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/gd/libgd-devel/libgd-devel-2.0.33-1.tar.bz2

Uploaded.  I've removed 2.0.21-1.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: fortune-1.99.1

2005-01-13 Thread Corinna Vinschen
On Jan 13 15:16, Igor Pechtchanski wrote:
  On Thu, Jan 13, 2005 at 12:43:12PM +0100, Corinna Vinschen wrote:
  Igor, did you already throw a couple of gold stars in Yitzchak's
  direction?  If not, it's about time ;-)
 
  Corinna
 
 Done.  I hope I got the reason right... ;-)
   Igor

Looks good to me.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: Updated: diffstat-1.38-1

2005-01-17 Thread Corinna Vinschen
On Jan 17 07:15, Eric Blake wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 New upstream release (including a patch from me), no change to setup.hint.
 Please delete 1.35-1, leaving 1.37-2 as prev, and upload 1.38-1 as the new
 current:

Done.

 [Unrelated: I'm still trying to port all the coreutils 5.2.1 cygwin-local
 changes to the new coreutils 5.3.0 so I can release that; hopefully I will
 have it ready sometime this week.]

Sounds promising :-)


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: bsdgames

2005-01-18 Thread Corinna Vinschen
On Jan 18 00:03, Warren Young wrote:
 Yitzchak Scott-Thoennes wrote:
 
 I'd leave out ones that are already packaged elsewhere (banner, wtf, 
 fortune,
 etc.) or ones that don't build easily.
 
 I don't see people wanting 'just' fortune, or 'just' wtf.  More likely,
 a person will be making a decision about whether they want their Cygwin
 installation to include entertainment options or not.

As long as it doesn't collide with the robots package we already have,
it's ok.  Cygwin's robots is a clone of the System V version, the BSD
version is a bit boring and with a pretty small playfield.  I'd rather
keep System V robots.  Or we could rename BSD robots to bsdrobots.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: bsdgames

2005-01-18 Thread Corinna Vinschen
On Jan 18 03:01, Yitzchak Scott-Thoennes wrote:
 On Tue, Jan 18, 2005 at 10:31:07AM +0100, Corinna Vinschen wrote:
  As long as it doesn't collide with the robots package we already have,
  it's ok.  Cygwin's robots is a clone of the System V version, the BSD
  version is a bit boring and with a pretty small playfield.  I'd rather
  keep System V robots.  Or we could rename BSD robots to bsdrobots.
 
 I would just leave robots out.  One thing I note is that the package
 by default puts the binaries in /usr/games, in accordance with FHS 2.2
 and 2.3 (I didn't look at any earlier versions of FHS).  Is this what
 we want?   If so, fortune and robots at least should also be there.
 If we use /usr/games, should it be added to people's path?

I'm fine with adding the /usr/games directory, but it shouldn't
necessarily be part of the default PATH.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: Ready for upload: wget-1.9.1-2

2005-01-25 Thread Corinna Vinschen
On Jan 24 23:22, Hack Kampbjorn wrote:
 wget http://cygwin.hackdata.org/wget-1.9.1-2/wget-1.9.1-2.tar.bz2
 wget http://cygwin.hackdata.org/wget-1.9.1-2/wget-1.9.1-2-src.tar.bz2
 wget http://cygwin.hackdata.org/wget-1.9.1-2/setup.hint

Uploaded.  1.9-1 has gone.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: coreutils-5.3.0-1

2005-01-31 Thread Corinna Vinschen
On Jan 31 06:52, Eric Blake wrote:
 Attention: cygutils, gettext, and procps maintainers - see below for
 packaging conflicts.
 
 According to Corinna Vinschen on 1/31/2005 2:38 AM:
  
 This release is marked as test for several reasons:
 
  Please consider to put this package out of test in a couple of days.
 
 I forgot to mention one other reason - upstream designated 5.3.0 as
 unstable, as compared to 5.2.1 being stable.  But it has worked pretty
 reliably for me, so you are right that I should bump it to current after a
 couple of weeks of no complaints on the cygwin list from early testers.

Hmm, if it's even unstable for the upstream maintainers...

 Then I won't bother writing a workaround patch for `pathchk' in the 1.5.12
 timeframe unless someone asks for one.  Any idea when 1.5.13 comes out?

Later this year.

  Packaging looks good.  I've uploaded the package.  Please send an
  announce posting to cygwin-announce.  Don't forget to include the
  unsubscribe instructions in your announcement.
 
 Hmm, I found some packaging issues (maybe we should fold a variation of
 this check into the generic-build-script):
 
 $ tar tjvf coreutils-5.3.0-1.tar.bz2 |
  sed -e 's,.*usr/,/usr/,' -e 's, - .*,,' | grep -v '/$' |
  xargs cygcheck -fv | grep -v coreutils-5.2.1
 /usr/bin/readlink.exe: found in package cygutils-1.2.5-1
 /usr/lib/charset.alias: found in package gettext-0.14.1-1
 /usr/lib/charset.alias: found in package libiconv-1.9.2-1
 /usr/bin/uptime.exe: found in package procps-010801-2

Urgh!  Ok, that's not good.  Please remove charset.alias from the 
coreutils binary package.  There's no reason to provide it.  As far as
readlink(1) is concerned, I guess it makes sense to use the coreutils
version and remove the cygutils version.

What about uptime?  I guess it should stay in procps, and not be packed
with coreutils to keep problems at a minimum.

   It looks like I will have
 to make a -2 release soon to get rid of these packaging conflicts.

I guess, yes.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: corrupted files: docbook, lintntl1

2005-02-08 Thread Corinna Vinschen
On Feb  7 21:05, Charles Wilson wrote:
 Christopher Faylor wrote:
 Could the package maintainers for the packages in the subject provide a
 URL where I can fix this problem? 
 
 libintl1 appears to be corrupted on mirrors.kernel.org only (ftp.gwdg.de 
 and sunsite.icm.edu.pl look OK).
 
 The correct file is here:
 http://cygutils.fruitbat.org/libintl1-0.10.40-1-src.tar.bz2
 
 size  : 1.3M
 md5sum: 578ba3edc1f077e5b27716f18bc3f7d1

Thanks.  Soebody uploaded the file but the result has been named
libintl1-0.10.40-1-src.tar.bz2.1 by wget, apparently.  I renamed it
to libintl1-0.10.40-1-src.tar.bz2.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: [UPDATE] base-passwd-2.2-1

2005-02-18 Thread Corinna Vinschen
On Feb 18 10:00, John Morrison wrote:
 Base-passwd
 Change: added a missing /etc/ - Thanks Igor
 
 md5sum for base-passwd-2.2-1.tar.bz2 ed2c2f1670df26ed4f4c704a145b05be
 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-passwd/base-passwd-2.2-1.tar.bz2

Uploaded.  I've removed 2.0-1.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: please upload: nasm-0.98.39-1

2005-02-18 Thread Corinna Vinschen
On Feb 18 22:33, Dean Scarff wrote:
 http://scarff.id.au/file/nasm/nasm-0.98.39-1-src.tar.bz2
 http://scarff.id.au/file/nasm/nasm-0.98.39-1.tar.bz2
 http://scarff.id.au/file/nasm/setup.hint

Uploaded.  I've removed 0.98.36-1.

 I haven't kept up with the list, so if I've missed any new packaging  
 conventions introduced in the last 8 months, let me know.

Just drop useless 'curr' and 'prev' lines from setup.hint.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: New procps release

2005-02-22 Thread Corinna Vinschen
On Feb 21 21:21, Chris January wrote:
 I've finally found time to update the procps package. The new version is
 based off procps 3.2.5 from procps.sourceforge.net.
 
 Download links:
 http://www.atomice.com/downloads/procps-3.2.5-1-bin.tar.bz2
 http://www.atomice.com/downloads/procps-3.2.5-1-src.tar.bz2
 
 The only Cygwin specific change in this version is greater tolerance for
 different clocks on SMP Windows.
 Slabinfo is included but does not work (no /proc/slabinfo file exists at
 present). Pmap requires cygserver. Sysctl is useless.
 Cygwin 1.5.13 is required (use current CVS for now).

If Cygwin 1.5.13 is required, this should be marked as test release.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


Re: new version of cygwin-doc for upload

2005-02-24 Thread Corinna Vinschen
On Feb 23 22:21, Joshua Daniel Franklin wrote:
 http://www.iocc.com/~joshua/cygwin/cygwin-doc-1.4-2.tar.bz2
 http://www.iocc.com/~joshua/cygwin/cygwin-doc-1.4-2-src.tar.bz2

Uploaded.  I've removed 1.3-7.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:cygwin@cygwin.com
Red Hat, Inc.


<    1   2   3   4   5   6   7   8   9   10   >