Re: [RFU] lftp

2013-08-10 Thread Ken Brown

On 8/10/2013 2:07 PM, Schulman, Andrew wrote:

Please upload lftp 4.4.8-1, and remove version 4.4.4-1, leaving 4.4.7-1 as
previous.  This is still for x86 only.  Thanks, Andrew.

# x86
B=http://home.comcast.net/~andrex2/cygwin/x86
wget -x -nH --cut-dirs=3 \
  $B/lftp/lftp-4.4.8-1-src.tar.bz2 \
  $B/lftp/lftp-4.4.8-1.tar.bz2 \
  $B/lftp/lftp-debuginfo/lftp-debuginfo-4.4.8-1.tar.bz2 \
  $B/lftp/lftp-debuginfo/setup.hint \
  $B/lftp/setup.hint


Done.

Ken


Re: [RFU] lftp

2013-05-28 Thread Yaakov (Cygwin/X)

On 2013-05-27 15:46, Andrew Schulman wrote:

wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1-src.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.7-1.tar.bz2


Uploaded, and removed 4.4.0-1.

But in the future, please use the cygport-generated structure for your 
uploads and add the necessary flags to wget (e.g. -r -nH --cut-dirs=2), 
so that lftp-debuginfo is a subdirectory of lftp as it should be.  That 
will make it much easier to upload in the future.


Thanks,


Yaakov





Re: [RFU] lftp

2013-05-28 Thread Andrew Schulman
 On 2013-05-27 15:46, Andrew Schulman wrote:
  wget \
http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1.tar.bz2 \
http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1-src.tar.bz2 \

  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.7-1.tar.bz2
 
 Uploaded, and removed 4.4.0-1.
 
 But in the future, please use the cygport-generated structure for your 
 uploads and add the necessary flags to wget (e.g. -r -nH --cut-dirs=2), 
 so that lftp-debuginfo is a subdirectory of lftp as it should be.  That 
 will make it much easier to upload in the future.

I'm happy to oblige, and I see that lftp-debuginfo is in its own directory in
the mirrors.  But what you see above is how cygport is creating the files - all
together in the same directory as my .cygport file.  So this is the first I've
heard of it.

If cygport is supposed to be putting lftp-debuginfo into its own directory, I'm
not sure why it isn't.  Configuration setting?  Or maybe it wants the directory
already to exist?  I'll see what I can figure out when I get back to that
machine.


Re: [RFU] lftp

2013-05-28 Thread marco atzeri

Il 5/28/2013 12:21 PM, Corinna Vinschen ha scritto:


Yaakov, I'm wondering if it isn't time to do two things:

- Create a new cygport version which does not create the toplevel
   files anymore.


+1.
It is annoying to have 2 times the same files


- Create a short documentation how to create the new cygport files.


Corinna



Marco



Re: [RFU] lftp

2013-05-28 Thread Andrew Schulman
 On May 28 05:27, Andrew Schulman wrote:
   On 2013-05-27 15:46, Andrew Schulman wrote:
wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1-src.tar.bz2 
\
  
http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.7-1.tar.bz2
   
   Uploaded, and removed 4.4.0-1.
   
   But in the future, please use the cygport-generated structure for your 
   uploads and add the necessary flags to wget (e.g. -r -nH --cut-dirs=2), 
   so that lftp-debuginfo is a subdirectory of lftp as it should be.  That 
   will make it much easier to upload in the future.
  
  I'm happy to oblige, and I see that lftp-debuginfo is in its own directory 
  in
  the mirrors.  But what you see above is how cygport is creating the files - 
  all
  together in the same directory as my .cygport file.  So this is the first 
  I've
  heard of it.
  
  If cygport is supposed to be putting lftp-debuginfo into its own directory, 
  I'm
  not sure why it isn't.
 
 It is ;)
 
 Ignore the created toplevel files, rather cd into the cygport project
 dir and then into the dist subdir.  There you will find a proper
 package directory, neatly arranged for upload, including all setup.hint
 files.

Hm, what do you know.

 Yaakov, I'm wondering if it isn't time to do two things:
 
 - Create a new cygport version which does not create the toplevel
   files anymore.

Yes, that will force those of us who haven't been following to notice that
something has changed.  Expect of course a slew of why won't cygport build my
packages any more messages, and then we'll all know what to do again.

 - Create a short documentation how to create the new cygport files.

Yes please.  I keep reading bits and pieces about how things we used to have to
do aren't required any more, but if it's not in the docs, it's too hard to go
back and find.

Thanks,
Andrew.


Re: [RFU] lftp

2013-05-28 Thread Corinna Vinschen
On May 28 14:06, Andrew Schulman wrote:
  On May 28 05:27, Andrew Schulman wrote:
   If cygport is supposed to be putting lftp-debuginfo into its own 
   directory, I'm
   not sure why it isn't.
  
  It is ;)
  
  Ignore the created toplevel files, rather cd into the cygport project
  dir and then into the dist subdir.  There you will find a proper
  package directory, neatly arranged for upload, including all setup.hint
  files.
 
 Hm, what do you know.
 
  Yaakov, I'm wondering if it isn't time to do two things:
  
  - Create a new cygport version which does not create the toplevel
files anymore.
 
 Yes, that will force those of us who haven't been following to notice that
 something has changed.  Expect of course a slew of why won't cygport build my
 packages any more messages, and then we'll all know what to do again.
 
  - Create a short documentation how to create the new cygport files.
 
 Yes please.  I keep reading bits and pieces about how things we used to have 
 to
 do aren't required any more, but if it's not in the docs, it's too hard to go
 back and find.

Just as a sidenote, you could have a look into Yaakov's or my 64 bit
package cygport files.  Of my packages see, for instance, gawk, openssh
and, FWIW, the cygwin package itself.  The only thing you really have to
keep in mind is to specify the cygport file always with the .cygport
suffix:

  $ cygport foo almostall   # Wrong
  $ cygport foo.cygport almostall   # Correct

Btw., did you notice http://cygwin.com/ml/cygwin/2013-05/msg00379.html ?


Thanks,
Corinna

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


Re: [RFU] lftp

2013-05-27 Thread Andrew Schulman
Sorry, that should be:

wget \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.7-1.tar.bz2


Re: [RFU] lftp

2013-03-04 Thread Christopher Faylor
On Sun, Mar 03, 2013 at 06:40:37PM -0500, Chris Sutcliffe wrote:
Hi Andrew,

For some reason lftp-debuginfo is also being pulled down with this
release (it shows in the pending list, I've selected to skip it).
Is this on purpose or a mistake in the setup.hint?

Looking at some old mirrors, I see that the lftp directory was screwed
up back in October.  There were lftp-debuginfo files at the top level
and no lftp-debuginfo subdirectory.  That's probably the result of an
early version of my 'get-cygwin-package' script misbehaving.

I can't explain why your lftp-debuginfo setup.hint file didn't get
transferred, though, since it did when I ran the script the second time.

But, anyway, apologies for the screw up.

I'm not really satisfied with this script and think to have something
effective we'll have to go with a more formal upload request strategy.

cgf


Re: [RFU] lftp

2013-03-04 Thread Andrew Schulman
 I can't explain why your lftp-debuginfo setup.hint file didn't get
 transferred, though, since it did when I ran the script the second time.

Just in case it's not clear... wherever the setup.hint file for
lftp-debuginfo is coming from, it's not me.  I don't maintain that package
as such, and in fact I know almost nothing about -debuginfo packages.  All
I know is, cygport creates them, and I upload them.

See Yaakov bristle at my pejorative term, debug junk!
http://cygwin.com/ml/cygwin/2012-07/msg00377.html

I guess that some automated tool created a setup.hint file for me for
lftp-debuginfo, or else a Cygwin admin made one for me to save themselves
the trouble of bugging my ignorant ass to make one.

Andrew


Re: [RFU] lftp

2013-03-04 Thread Christopher Faylor
On Mon, Mar 04, 2013 at 04:22:54PM -0500, Andrew Schulman wrote:
 I can't explain why your lftp-debuginfo setup.hint file didn't get
 transferred, though, since it did when I ran the script the second time.

Just in case it's not clear... wherever the setup.hint file for
lftp-debuginfo is coming from, it's not me.  I don't maintain that package
as such, and in fact I know almost nothing about -debuginfo packages.  All
I know is, cygport creates them, and I upload them.

See Yaakov bristle at my pejorative term, debug junk!
http://cygwin.com/ml/cygwin/2012-07/msg00377.html

I guess that some automated tool created a setup.hint file for me for
lftp-debuginfo, or else a Cygwin admin made one for me to save themselves
the trouble of bugging my ignorant ass to make one.

I guess that explains everything then.  There was, indeed, no
lftp-debuginfo setup.hint file in your upload request so Yaakov probably
just created one:

category: Debug
requires: cygwin-debuginfo
external-source: lftp
sdesc: Debug info for lftp
ldesc: This package contains files necessary for debugging the
lftp package with gdb.

cgf


Re: [RFU] lftp

2013-03-03 Thread Christopher Faylor
On Sun, Mar 03, 2013 at 10:40:32AM -0500, Andrew Schulman wrote:
Please upload, remove version 4.3.7-1, and leave 4.4.0-1 as previous. Thanks,
Andrew.

wget \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.4-1.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.4-1-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.4-1.tar.bz2

Done.

cgf


Re: [RFU] lftp

2013-03-03 Thread Chris Sutcliffe
Hi Andrew,

For some reason lftp-debuginfo is also being pulled down with this
release (it shows in the pending list, I've selected to skip it).
Is this on purpose or a mistake in the setup.hint?

Thanks,

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: [RFU] lftp

2013-03-03 Thread Cygwin/X
On Sun, 3 Mar 2013 18:40:37 -0500, Chris Sutcliffe wrote:
 For some reason lftp-debuginfo is also being pulled down with this
 release (it shows in the pending list, I've selected to skip it).
 Is this on purpose or a mistake in the setup.hint?

Somehow the files didn't land where they should have on sourceware; I
just fixed it.


Yaakov



Re: [RFU] lftp

2012-10-04 Thread Christopher Faylor
On Wed, Oct 03, 2012 at 09:29:26PM -0400, Andrew Schulman wrote:
Please upload, removing version 4.3.3-1 and leaving 4.3.7-1 as previous. 
Thanks,
Andrew.

wget \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.0-1.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.0-1-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.0-1.tar.bz2

Done.

cgf


Re: [RFU] lftp

2012-06-01 Thread Corinna Vinschen
On May 31 15:28, Andrew Schulman wrote:
  Please upload, removing version 4.3.3-1 and leaving 4.3.6-1 as previous. 
  Thanks,
  Andrew.
 
 Correction:  Please remove version 4.3.6-1, and leave 4.3.3-1 as previous.
 Thanks, Andrew.

Done.


Thanks,
Corinna

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


Re: [RFU] lftp

2012-05-31 Thread Andrew Schulman
 Please upload, removing version 4.3.3-1 and leaving 4.3.6-1 as previous. 
 Thanks,
 Andrew.

Correction:  Please remove version 4.3.6-1, and leave 4.3.3-1 as previous.
Thanks, Andrew.


Re: [RFU] lftp

2012-04-17 Thread Yaakov (Cygwin/X)

On 2012-04-17 13:11, Andrew Schulman wrote:

Please upload, including setup.hint which has changed.  Thanks, Andrew.

wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.3.6-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.3.6-1-src.tar.bz2


Uploaded.  Can we remove any older versions?


Yaakov


Re: [RFU] lftp

2012-04-17 Thread Andrew Schulman
 On 2012-04-17 13:11, Andrew Schulman wrote:
  Please upload, including setup.hint which has changed.  Thanks, Andrew.
 
  wget \
http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint \
http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.3.6-1.tar.bz2 \
http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.3.6-1-src.tar.bz2
 
 Uploaded.  Can we remove any older versions?

Yes, please remove version 4.2.3-1.


Re: [RFU] lftp-4.3.3-1

2011-10-22 Thread Corinna Vinschen
On Oct 21 19:25, Andrew Schulman wrote:
 Please upload, removing version 4.0.10-1 and leaving 4.2.3-1 as previous.
 Thanks, Andrew.
 
 wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.3.3-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.3.3-1-src.tar.bz2

Done.


Thanks,
Corinna

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


Re: [RFU] lftp

2011-05-03 Thread Corinna Vinschen
On May  3 10:21, Andrew Schulman wrote:
 New upstream release.  Please upload, and remove versions 4.0.7-1 and
 4.2.2-1, leaving 4.0.10-1 as previous.  Thanks, Andrew.
 
 wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.2.3-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.2.3-1-src.tar.bz2

Done.


Thanks,
Corinna

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


Re: [RFU] lftp

2011-04-26 Thread Corinna Vinschen
On Apr 26 10:02, Andrew Schulman wrote:
 New upstream release.  Please upload.  Thanks, Andrew.
 
 wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.2.2-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.2.2-1-src.tar.bz2

Uploaded.


Thanks,
Corinna


Re: [RFU] lftp

2010-10-22 Thread Andrew Schulman
 On Thu, 2010-10-21 at 15:50 -0400, Andrew Schulman wrote:
  New upstream release.  Please upload.  Thanks, Andrew.
 
 Uploaded.  Can any of the older releases be removed?

Yes, please remove 4.0.3-1 and 4.0.5-1.  Thanks, Andrew.


Re: [RFU] lftp

2010-10-22 Thread Andrew Schulman
I just accidentally sent two announcements about this to cygwin-announce.
The first one is slightly wrong - it gave the previous version number
(4.0.7-1), so please disregard it.


Re: [RFU] lftp

2010-10-22 Thread Christopher Faylor
On Fri, Oct 22, 2010 at 10:07:15AM -0400, Andrew Schulman wrote:
I just accidentally sent two announcements about this to cygwin-announce.
The first one is slightly wrong - it gave the previous version number
(4.0.7-1), so please disregard it.

Sorry.  I didn't notice until after reflexively accepting it.  I should
have been paying closer attention.

cgf


Re: [RFU] lftp

2010-10-21 Thread Yaakov (Cygwin/X)
On Thu, 2010-10-21 at 15:50 -0400, Andrew Schulman wrote:
 New upstream release.  Please upload.  Thanks, Andrew.

Uploaded.  Can any of the older releases be removed?


Yaakov




Re: [RFU] lftp-4.0.7-1

2010-05-06 Thread Corinna Vinschen
On May  6 09:14, Andrew Schulman wrote:
 I have a new lftp package ready, from a new upstream release.  Please
 upload.  Thanks, Andrew.
 
 wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.0.7-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.0.7-1-src.tar.bz2

Uploaded.


Thanks,
Corinna

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


Re: [RFU] lftp

2010-01-07 Thread Andrew Schulman
Please also upload setup.hint, which has changed.  Thanks, Andrew.

wget \
 http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint


Re: [RFU] lftp

2010-01-07 Thread Corinna Vinschen
On Jan  7 12:11, Andrew Schulman wrote:
 Please also upload setup.hint, which has changed.  Thanks, Andrew.
 
 wget \
  http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint

I get an error 404 when trying to download setup.hint.


Corinna

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


Re: [RFU] lftp

2010-01-07 Thread Andrew Schulman
 On Jan  7 12:11, Andrew Schulman wrote:
  Please also upload setup.hint, which has changed.  Thanks, Andrew.
  
  wget \
   http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint
 
 I get an error 404 when trying to download setup.hint.

Erf, sorry.  Please try now.


Re: [RFU] lftp

2010-01-07 Thread Corinna Vinschen
On Jan  7 12:53, Andrew Schulman wrote:
  On Jan  7 12:11, Andrew Schulman wrote:
   Please also upload setup.hint, which has changed.  Thanks, Andrew.
   
   wget \
http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint
  
  I get an error 404 when trying to download setup.hint.
 
 Erf, sorry.  Please try now.

Yep, that's fine.  Uploaded and 3.7.15-1 removed.


THanks,
Corinna

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


Re: [RFU] lftp setup.hint

2009-07-21 Thread Christopher Faylor
On Tue, Jul 21, 2009 at 04:14:47PM -0400, Andrew Schulman wrote:
Please upload revised setup.hint files, below, for lftp for Cygwin 1.5 and
1.7.  The previous setup.hints were missing some package dependencies.  

For people whose lftp installations are broken because they didn't get all
of the necessary dependencies when they installed lftp the first time, will
setup.exe automatically pick up the missing dependencies the next time they
run it, or will they have to explicitly choose to reinstall lftp?

The latter, I think.

# 1.5
wget http://home.comcast.net/~andrex2/cygwin/1.5/lftp/setup.hint

# 1.7
wget http://home.comcast.net/~andrex2/cygwin/lftp/setup.hint

Thanks for fixing this.

Uploaded.

cgf


Re: [RFU] lftp setup.hint

2009-07-21 Thread Christopher Faylor
On Tue, Jul 21, 2009 at 04:39:52PM -0400, Christopher Faylor wrote:
On Tue, Jul 21, 2009 at 04:14:47PM -0400, Andrew Schulman wrote:
Please upload revised setup.hint files, below, for lftp for Cygwin 1.5 and
1.7.  The previous setup.hints were missing some package dependencies.  

For people whose lftp installations are broken because they didn't get all
of the necessary dependencies when they installed lftp the first time, will
setup.exe automatically pick up the missing dependencies the next time they
run it, or will they have to explicitly choose to reinstall lftp?

The latter, I think.

# 1.5
wget http://home.comcast.net/~andrex2/cygwin/1.5/lftp/setup.hint

Btw, this has a dependency on libreadline7.  I changed it to libreadline6
since that is the newest package available for 1.5.

cgf


Re: [RFU] lftp setup.hint

2009-07-21 Thread Andrew Schulman
 # 1.5
 wget http://home.comcast.net/~andrex2/cygwin/1.5/lftp/setup.hint
 
 Btw, this has a dependency on libreadline7.  I changed it to libreadline6
 since that is the newest package available for 1.5.

Right, thanks.


Re: [RFU] lftp

2009-01-22 Thread Corinna Vinschen
On Jan 21 15:29, Andrew Schulman wrote:
 # 1.5
 # Please leave 3.7.3-2 as previous, delete others

I left 3.7.3-1 as previous ;)

 wget \
  http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-3.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-3-src.tar.bz2
 
 # 1.7
 # Please leave 3.7.3-2 as previous, delete others
 wget \
  http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-4.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-4-src.tar.bz2

Uploaded.


Thanks,
Corinna

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


Re: [RFU] lftp-3.7.6-1

2009-01-14 Thread Corinna Vinschen
On Jan 13 16:31, Andrew Schulman wrote:
 I've packaged a new release of lftp, for both 1.5 and 1.7.  This is a new
 upstream release.  Please upload.  Thanks, Andrew.
 
 # 1.5
 wget \
  http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1-src.tar.bz2

Uploaded.

 # 1.7
 wget \
  http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1-src.tar.bz2

This is sort of a problem.  Can you please repack the 1.7 package and
rename it to lftp-3.7.6-2?  The release numbers shouldn't collide with
the 1.5 package.


Thanks,
Corinna

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


Re: [RFU] lftp-3.7.6-1

2009-01-14 Thread Andrew Schulman
  # 1.5
  wget \
   http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1.tar.bz2 \
   http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1-src.tar.bz2
 
 Uploaded.
 
  # 1.7
  wget \
   http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1.tar.bz2 \
   http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1-src.tar.bz2
 
 This is sort of a problem.  Can you please repack the 1.7 package and
 rename it to lftp-3.7.6-2?  The release numbers shouldn't collide with
 the 1.5 package.

Eh?  Whyso?  They're in different archives, right?


Re: [RFU] lftp-3.7.6-1

2009-01-14 Thread Corinna Vinschen
On Jan 14 04:32, Andrew Schulman wrote:
   # 1.5
   wget \
http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1.tar.bz2 \
http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1-src.tar.bz2
  
  Uploaded.
  
   # 1.7
   wget \
http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1.tar.bz2 \
http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1-src.tar.bz2
  
  This is sort of a problem.  Can you please repack the 1.7 package and
  rename it to lftp-3.7.6-2?  The release numbers shouldn't collide with
  the 1.5 package.
 
 Eh?  Whyso?  They're in different archives, right?

Not quite.  The 1.5 packages are mirrored into the 1.7 release directory
using a unionfs.  So there's a name collision.  It can work out fine
if the uploader does the job right, but it's a bit weird.  Right now
it's better to keep the packages separate by using different subrelease
numbers.


Corinna

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


Re: [RFU] lftp-3.7.6-1

2009-01-14 Thread Christopher Faylor
On Wed, Jan 14, 2009 at 10:53:15AM +0100, Corinna Vinschen wrote:
On Jan 14 04:32, Andrew Schulman wrote:
   # 1.5
   wget \
http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1.tar.bz2 \

   http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1-src.tar.bz2
  
  Uploaded.
  
   # 1.7
   wget \
http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1.tar.bz2 \

   http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1-src.tar.bz2
  
  This is sort of a problem.  Can you please repack the 1.7 package and
  rename it to lftp-3.7.6-2?  The release numbers shouldn't collide with
  the 1.5 package.
 
 Eh?  Whyso?  They're in different archives, right?

Not quite.  The 1.5 packages are mirrored into the 1.7 release directory
using a unionfs.  So there's a name collision.  It can work out fine
if the uploader does the job right, but it's a bit weird.  Right now
it's better to keep the packages separate by using different subrelease
numbers.

Right.  And, if the packages are actually different they shouldn't have the
same -version anyway.  It's too confusing.

cgf


Re: [RFU] lftp-3.7.6-1

2009-01-14 Thread Andrew Schulman
 On Jan 14 04:32, Andrew Schulman wrote:
# 1.5
wget \
 http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1.tar.bz2 \
 
http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1-src.tar.bz2
   
   Uploaded.
   
# 1.7
wget \
 http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1.tar.bz2 \
 
http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-1-src.tar.bz2
   
   This is sort of a problem.  Can you please repack the 1.7 package and
   rename it to lftp-3.7.6-2?  The release numbers shouldn't collide with
   the 1.5 package.
  
  Eh?  Whyso?  They're in different archives, right?
 
 Not quite.  The 1.5 packages are mirrored into the 1.7 release directory
 using a unionfs.  So there's a name collision.  It can work out fine
 if the uploader does the job right, but it's a bit weird.  Right now
 it's better to keep the packages separate by using different subrelease
 numbers.

OK.

# 1.7
wget \
 http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-2.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-2-src.tar.bz2


Re: [RFU] lftp-3.7.6-1

2009-01-14 Thread Corinna Vinschen
On Jan 14 11:24, Andrew Schulman wrote:
 # 1.7
 wget \
  http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-2.tar.bz2 \
  http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.6-2-src.tar.bz2

Uploaded.


Thanks,
Corinna

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


Re: [RFU] lftp-3.7.3-2

2008-09-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to Andrew Schulman on 9/4/2008 3:05 PM:
 I've packaged a new release of lftp.  This release corrects two packaging
 errors.  Note that one of the errors was in setup.hint, so please reupload 
 that.
 
 Thanks,
 Andrew.
 
 wget \
  http://home.comcast.net/~andrex/cygwin-1.5/lftp/setup.hint \
  http://home.comcast.net/~andrex/cygwin-1.5/lftp/lftp-3.7.3-2.tar.bz2 \
  http://home.comcast.net/~andrex/cygwin-1.5/lftp/lftp-3.7.3-2-src.tar.bz2

Uploaded.  Did you want 3.7.3-1 as previous, or deleted to leave 3.7.1-1
as previous?

- --
Don't work too hard, make some time for fun as well!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjOUDQACgkQ84KuGfSFAYCBVACcDCVN0A2DA9OxdAABqcZRGQvz
f7MAnRDSZYJgrYuFN0VkYbxcv71dEMm6
=Dc3g
-END PGP SIGNATURE-


Re: [RFU] lftp-3.7.3-2

2008-09-15 Thread Andrew Schulman
 Uploaded.  Did you want 3.7.3-1 as previous, or deleted to leave 3.7.1-1
 as previous?

Sorry, I should've said.  Please delete 3.7.3-1, and leave 3.7.1-1 as previous.

Thanks,
Andrew.


Re: [RFU] lftp 3.7.3-1

2008-07-16 Thread Andrew Schulman
Please remove versions 3.6.0-1 and 3.6.1-1 from the archive.  Thanks, Andrew.


Re: [RFU] lftp-3.7.1-1

2008-04-18 Thread Corinna Vinschen
On Apr 18 12:11, Andrew Schulman wrote:
 OK, I know I just asked you to upload version 3.7.0-1, but 3.7.1-1 is now
 available, and besides that, 3.7.0-1 had a Cygwin packaging error.
 
 So, please upload this version, remove version 3.7.0-1 from the archive, and
 leave 3.6.1-1 as the previous version.

Uploaded and 3.7.0-1 removed.


Thanks,
Corinna

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


Re: [RFU] lftp-3.7.0-1

2008-04-17 Thread Charles Wilson

Andrew Schulman wrote:

wget \
 http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.7.0-1.tar.bz2 \
 http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.7.0-1-src.tar.bz2


Uploaded.

--
Chuck


Re: [RFU] lftp 3.6.1-1

2007-11-14 Thread Corinna Vinschen
On Nov 13 16:15, [EMAIL PROTECTED] wrote:
 wget \
   http://home.comcast.net/~aschulman2/cygwin/lftp/lftp-3.6.1-1.tar.bz2 \
 http://home.comcast.net/~aschulman2/cygwin/lftp/lftp-3.6.1-1-src.tar.bz2

Uploaded.


Thanks,
Corinna

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


Re: [RFU] lftp 3.6.0-1

2007-10-27 Thread Corinna Vinschen
On Oct 26 12:57, [EMAIL PROTECTED] wrote:
 
 I've updated the lftp package.  This is a new upstream release, with new
 features and bug fixes.  Please upload.


Done.

Thanks,
Corinna

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


Re: [RFU] lftp-3.5.13-1

2007-08-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to Andrew Schulman on 8/27/2007 10:43 AM:
 I've packaged a new release of lftp.  This is a new upstream release, with
 bug fixes.
 
 wget \
   http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.13-1.tar.bz2 \
   http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.13-1-src.tar.bz2

Uploaded, leaving 3.5.12-1 as previous.  Do you want 3.5.11-2 deleted?

- --
Don't work too hard, make some time for fun as well!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG1BZq84KuGfSFAYARAiZ+AKCON0a3Y/VBlKxl3QzX1b5444E4OwCgzyZ1
Y20JEg6G58gYTHaqMWUlLhY=
=tNHy
-END PGP SIGNATURE-


Re: [RFU] lftp 3.5.12-1

2007-08-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to [EMAIL PROTECTED] on 8/7/2007 11:05 AM:
 I've updated the lftp package.  Changes since the previous Cygwin
 release:
 
 Please upload.
 
 Thanks,
 Andrew.
 
 wget \
   http://home.comcast.net/~andrex/cygwin/lftp/setup.hint \
   http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.12-1.tar.bz2 \
   http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.12-1-src.tar.bz2

Uploaded, leaving 3.5.11-2 as previous.  Do you want 3.5.11-1 and 3.5.9-1
deleted?

- --
Don't work too hard, make some time for fun as well!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGubU884KuGfSFAYARAv1hAKCz74LS+IA7Z8TifrW5R59WH0w3UQCgxzmm
C8Ov4yRmCpo+FkAIKAxBl8o=
=7o4J
-END PGP SIGNATURE-


Re: [RFU] lftp 3.5.12-1

2007-08-08 Thread Andrew Schulman
 Uploaded, leaving 3.5.11-2 as previous.  Do you want 3.5.11-1 and 3.5.9-1
 deleted?

Yes, please delete 3.5.9-1 and 3.5.11-1.  Thanks, Andrew.


Re: [RFU] lftp-3.5.11-2

2007-07-10 Thread Christopher Faylor
On Tue, Jul 10, 2007 at 02:49:03PM -0400, Andrew Schulman wrote:
There were two packaging errors in lftp-3.5.11-1:

* /etc/lftp.conf was being automatically overwritten on installation.
* setup.hint listed incorrect dependencies.

Both of these errors are fixed in lftp-3.5.11-2.  Please upload.

Thanks,
Andrew.

wget \
  http://home.comcast.net/~andrex/cygwin/lftp/setup.hint \
  http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.11-2.tar.bz2 \
  http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.11-2-src.tar.bz2

These files have been uploaded.

Thanks for the upload command.

cgf


Re: [RFU] lftp-3.5.11

2007-07-05 Thread Andrew Schulman
 Done.  Do you want me to remove 2.6.10-2 and 3.5.1-1?

Yes, please.  Thanks, Andrew.


Re: [RFU] lftp-3.5.11

2007-07-05 Thread Corinna Vinschen
On Jul  5 09:27, Andrew Schulman wrote:
  Done.  Do you want me to remove 2.6.10-2 and 3.5.1-1?
 
 Yes, please.  Thanks, Andrew.

Done.

Corinna

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


Re: [RFU] lftp 3.5.9-1

2007-02-09 Thread Corinna Vinschen
On Feb  8 12:58, [EMAIL PROTECTED] wrote:
 wget \
   http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.9-1.tar.bz2 \
   http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.9-1-src.tar.bz2

Uploaded.  You just missed to update your setup.hint file, too.
It referenced libintl3 in the requires line.  I changed that to
libintl8.  Please note that in your local setup.hint.


Corinna

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


Re: [RFU] lftp 3.5.9-1

2007-02-09 Thread Andrew Schulman
 You just missed to update your setup.hint file, too.
 It referenced libintl3 in the requires line.  I changed that to
 libintl8.  Please note that in your local setup.hint.

Got it, thanks.


Re: [RFU] lftp 3.5.9-1

2007-02-09 Thread Andrew Schulman
 On Feb  8 12:58, [EMAIL PROTECTED] wrote:
  wget \
http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.9-1.tar.bz2 \
http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.9-1-src.tar.bz2
 
 Uploaded.  You just missed to update your setup.hint file, too.
 It referenced libintl3 in the requires line.  I changed that to
 libintl8.  Please note that in your local setup.hint.

I see the files on the mirrors, but the new version isn't showing up in
setup.exe.  Could it be because the old version, 2.6.10-2, hasn't been
removed?  Not sure.  2.6.10-2 is obsolete so it should probably be removed
anyway.  Thanks, Andrew.


Re: [RFU] lftp 3.5.1

2006-07-25 Thread Igor Peshansky
On Tue, 25 Jul 2006, Corinna Vinschen wrote:

 On Jul 25 04:18, [EMAIL PROTECTED] wrote:

Ahem.

  I'd like to take over maintainership of the lftp package.  It's
  currently unmaintained.  I've packaged version 3.5.1, the latest
  release.  Since this isn't a new package for Cygwin I don't think an ITP
  is needed, but please review the package files.  If they're found to be
  suitable, please upload them.
 
  The package layout is about the same as in the old version; there are
  some new files, but no new directories.  I've kept the postinstall
  script from the old version.  That script is fancier than just plain old
 
  [ -f /etc/lftp.conf ] || cp /etc/defaults/etc/lftp.conf /etc
 
  but that's in fact what it does in an automated installation (e.g.
  setup.exe).  In an interactive installation, it will prompt the user to
  decide whether to replace an existing config file.  Maybe not too
  useful, but no harm done either.
 
  Thanks,
  Andrew.
 
  wget \
http://home.comcast.net/~andrex/cygwin/lftp/setup.hint \
http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.1-1.tar.bz2 \
http://home.comcast.net/~andrex/cygwin/lftp/lftp-3.5.1-1-src.tar.bz2

 Cool, thank you.  I've uploaded the above files.  You're now the official
 lftp maintainer :-)

 Time to polish up another gold star.  Igor?

I'm running out of polish here.  Time to order a new batch. :-)
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac


Re: [RFU] lftp 3.5.1

2006-07-25 Thread Corinna Vinschen
On Jul 25 09:00, Igor Peshansky wrote:
 On Tue, 25 Jul 2006, Corinna Vinschen wrote:
 
  On Jul 25 04:18, [EMAIL PROTECTED] wrote:
 
 Ahem.

Sorry.


Corinna

*mumbling something about mutt using the email address if the
 user's full name is not given in the From: header.


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


Re: [RFU] lftp 3.4.7-1

2006-05-25 Thread Schulman . Andrew
  I've kept the postinstall script from the old version.  That script
is
  fancier than just plain old
 
  [ -f /etc/lftp.conf ] || cp /etc/defaults/etc/lftp.conf /etc
 
  but that's what it in fact does in an automated installation (e.g.
  setup.exe).  In an interactive installation, it will prompt the user
to
  decide whether to replace an existing config file.  Maybe not too
  useful, but no harm done either.

 Just to make sure, does it actually read its input from stdin?  If so,
 it's not going to work in older versions of setup (before it started
 redirecting postinstall script input from /dev/null).

No.  It looks to see if it was invoked as /etc/postinstall/lftp.sh, and
if so assumes a no answer to the Overwrite existing /etc/lftp.conf?
question.  It does print some installation chatter to stdout, but I
believe that's okay.

I have no particular attachment to this script.  I'd be just as happy
with the simple version I mentioned above, but decided to leave it since
it was already there.

A.



Re: [RFU] lftp 3.4.7-1

2006-05-25 Thread Igor Peshansky
On Thu, 25 May 2006, Schulman.Andrew wrote:

   I've kept the postinstall script from the old version.  That script
   is fancier than just plain old
  
   [ -f /etc/lftp.conf ] || cp /etc/defaults/etc/lftp.conf /etc
  
   but that's what it in fact does in an automated installation (e.g.
   setup.exe).  In an interactive installation, it will prompt the user
   to decide whether to replace an existing config file.  Maybe not too
   useful, but no harm done either.
 
  Just to make sure, does it actually read its input from stdin?  If so,
  it's not going to work in older versions of setup (before it started
  redirecting postinstall script input from /dev/null).

 No.  It looks to see if it was invoked as /etc/postinstall/lftp.sh, and
 if so assumes a no answer to the Overwrite existing /etc/lftp.conf?
 question.  It does print some installation chatter to stdout, but I
 believe that's okay.

Ah, yes, that is certainly ok.  As long as it doesn't try to read stdin as
a postinstall script, you're fine.

 I have no particular attachment to this script.  I'd be just as happy
 with the simple version I mentioned above, but decided to leave it since
 it was already there.

Up to you as the maintainer.  Besides, since you're keeping the old
postinstall script intact, and we didn't hear any complaints about lftp
installation, my comment was probably too paranoid.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac