Re: [ITP] atool

2008-02-07 Thread Corinna Vinschen
Hi Andrew,

On Feb  5 13:29, Andrew Schulman wrote:
 setup.hint
 sdesc: Script for managing file archives of various types
 ldesc: 'atool is a script for managing file archives of various types
 (tar, tar+gzip, zip, bzip2, rar, 7zip, ...).  atool is called under
 several names:
 
 * aunpack extracts files from an archive. It overcomes the dreaded
 multiple files in archive root problem by first extracting to a
 unique subdirectory, and then moving back the files if possible.
 aunpack also prevents local files from being overwritten by mistake.
 
 * apack creates archives.
 
 * als lists files in archives.
 
 * acat extracts files to standard out.
 
 * adiff generates a diff between archives.'
 category: Archive Utils
 requires: perl
 /setup.hint

Packaging looks fine to me, just your setup.hint file has a quoting
problem in the ldesc field (single instead of double quotes, double
quotes within).


Corinna

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


Re: [ITP] atool

2008-02-07 Thread Andrew Schulman
 Packaging looks fine to me, just your setup.hint file has a quoting
 problem in the ldesc field (single instead of double quotes, double
 quotes within).

I was hoping that by single-quoting the field contents, I'd be able to keep the
double quotes within it.  The web site isn't explicit about that, but if it's
not allowed then I'll switch the quotes.  Thanks, Andrew.


[ITP] atool

2008-02-05 Thread Andrew Schulman
I'd like to package and maintain atool for Cygwin.

setup.hint
sdesc: Script for managing file archives of various types
ldesc: 'atool is a script for managing file archives of various types
(tar, tar+gzip, zip, bzip2, rar, 7zip, ...).  atool is called under
several names:

* aunpack extracts files from an archive. It overcomes the dreaded
multiple files in archive root problem by first extracting to a
unique subdirectory, and then moving back the files if possible.
aunpack also prevents local files from being overwritten by mistake.

* apack creates archives.

* als lists files in archives.

* acat extracts files to standard out.

* adiff generates a diff between archives.'
category: Archive Utils
requires: perl
/setup.hint

Home page: http://www.nongnu.org/atool/
License:   GPL

atool is part of Debian stable:  http://packages.debian.org/etch/atool .

Please review.
Thanks,
Andrew.

wget \
 http://home.comcast.net/~andrex/cygwin/atool/setup.hint \
 http://home.comcast.net/~andrex/cygwin/atool/atool-0.33.0-1.tar.bz2 \
 http://home.comcast.net/~andrex/cygwin/atool/atool-0.33.0-1-src.tar.bz2