diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 22:15:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 22:15:20 +0000 |
commit | b1f491957a9e6699c8b896ffba0acdadddf71a10 (patch) | |
tree | 7bdfbcff5afe4e0f164ac86ccd94384e79dc3236 /devel | |
parent | 31ab84e67d0a5bee93ed74086cc43564d54a9861 (diff) | |
download | pkgsrc-b1f491957a9e6699c8b896ffba0acdadddf71a10.tar.gz |
Updated devel/p5-IO-Compress-Zlib to 2.011
2.011 17 May 2008
* IO::Uncompress::Unzip
- Print an error message if the zip file contains a
member compressed with bzip2 and IO::Uncompress::Bunzip2 is
not available.
- Could not cope with mixed compression zip files. For example a
zip file that contains both STORED and DEFLATED content.
[RT #35573]
2.010 5 May 2008
* Fixed problem that meant Perl 5.10 could not upgrade this module.
[RT #35343]
2.009 20 April 2008
* IO::Compress::Zip
- Added exUnix2 option to allow storing of UID & GID.
- When running on a Unix derivative the ExtAttr option now defaults
to the equivalent of 0666. For all other systems the default
remains 0.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-Compress-Zlib/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-IO-Compress-Zlib/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-IO-Compress-Zlib/Makefile b/devel/p5-IO-Compress-Zlib/Makefile index c14ce428e3f..8eaeb2c3f8a 100644 --- a/devel/p5-IO-Compress-Zlib/Makefile +++ b/devel/p5-IO-Compress-Zlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2007/11/30 15:30:40 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/28 22:15:20 abs Exp $ -DISTNAME= IO-Compress-Zlib-2.008 +DISTNAME= IO-Compress-Zlib-2.011 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5icz CATEGORIES= devel perl5 @@ -13,10 +13,11 @@ COMMENT= Perl module to parse gzip and zip files and buffers DEPENDS+= p5-IO-Compress-Base>=2.008:../../devel/p5-IO-Compress-Base DEPENDS+= p5-Compress-Raw-Zlib>=2.008:../../devel/p5-Compress-Raw-Zlib +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/IO/Compress/Zlib/.packlist + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -PERL5_PACKLIST= auto/IO/Compress/Zlib/.packlist - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-Compress-Zlib/distinfo b/devel/p5-IO-Compress-Zlib/distinfo index 55710d1d834..2f619e3b592 100644 --- a/devel/p5-IO-Compress-Zlib/distinfo +++ b/devel/p5-IO-Compress-Zlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/11/30 15:30:40 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/05/28 22:15:20 abs Exp $ -SHA1 (IO-Compress-Zlib-2.008.tar.gz) = d0fd527236c75750259c876d4d50e195ecbdfb35 -RMD160 (IO-Compress-Zlib-2.008.tar.gz) = 8a47b2a90afdb8d129b7a3a57b7d92affd51eab8 -Size (IO-Compress-Zlib-2.008.tar.gz) = 135067 bytes +SHA1 (IO-Compress-Zlib-2.011.tar.gz) = 556ffdc6340c8c07fb3a0f9aec28edcafb513a3d +RMD160 (IO-Compress-Zlib-2.011.tar.gz) = e4db2458417129341cf97378a47e0e0140dc2445 +Size (IO-Compress-Zlib-2.011.tar.gz) = 140709 bytes |