Achim,
Please could you add Archive::Extract when you next update a batch of
Perl modules. I've attached a cygport file, which you might find helpful
as a starting point. If you'd prefer not to maintain this yourself then
let me know and I'll submit an ITP.
Many thanks in advance,
Dave.
# perl-Archive-Extract.cygport
NAME="perl-Archive-Extract"
VERSION="0.76"
RELEASE="1"
CPAN_AUTHOR="BINGOS"
SUMMARY="Generic archive extracting mechanism"
DESCRIPTION="Archive::Extract is a generic archive extraction mechanism. It
allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z,
tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz, or .lzma without having to
worry how it does so, or use different interfaces for each type by using either
perl modules, or command-line tools on your system."
ARCH=noarch
# This perl module invokes several archiving programmes on the command line.
REQUIRES="tar unzip gzip bzip2 ncompress xz"
inherit perl