diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 19:10:05 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 19:10:05 +0000 |
commit | bbcf5db963cce41e4e6af389fa034a27a632e93f (patch) | |
tree | c2f6226587f5ac6e644cbd8a38eeb52996f6fab4 /archivers | |
parent | 2782d582db98b063a3a938f280b3c0113e02c1b9 (diff) | |
download | pkgsrc-bbcf5db963cce41e4e6af389fa034a27a632e93f.tar.gz |
pkgsrc changes:
- Updating package for p5 module Archive::Zip from 1.26 to 1.30
- Setting license according to META.yml to ${PERL5_LICENSE}
Upstream changes:
1.30 Tue 30 Jun 2009 - Adam Kennedy
- Fixed a bad use of Cwd::getcwd
1.29 Mon 29 Jun 2009 - Adam Kennedy
- Changed _asLocalName back to rel2abs, but this time using
Cwd::getcwd as the base path instead of Cwd::cwd.
This hopefully resolved #47223 (ADAMK)
1.28 Tue 16 Jun 2009 - Adam Kennedy
- Changing to production version for release
- Reverted to revision 4736 and converted `External File Attribute'
values for symbolic links to hexadecimal (HAGGAI)
- Fixed: #15026: AddTree does not include files with german
umlauts in the filename (HAGGAI)
- Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA)
- Moved crc32 from bin to script (ADAMK)
1.27_01 Tue 16 Dec 2008 - Adam Kennedy
- Makefile.PL will create a better META.yml
- This is a test release for various improvements provided by
Alan Haggai. The entire release is credited to his grant work.
- Fixed #25726: extractMembers failing across fork on Windows.
- Fixed #12493: Can't add new files to archives which contain
files named 0,1,2,3,4,5,6,7,8,9 with no extension.
(Files named "0" are not archived)
- Fixed #22933: Properly extract symbolic links.
- Fixed #20246: Ability to assign a compression level to addTree
calls.
- Corrected regular expression for stripping trailing /
- Corrected addFileOrDirectory() behaviour and cleaned up some code
- Added symbolic link support to addFileOrDirectory
- Fixed #34657: No option, undefined behavior zipping symbolic
links (symlinks)
- Added storeSymbolicLink()
- Fixed bitFlag() to set General Pupose Bit Flags
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 64eafbc4d05..3f063ed8d03 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2009/04/11 23:15:19 sno Exp $ +# $NetBSD: Makefile,v 1.28 2009/07/07 19:10:05 sno Exp $ -DISTNAME= Archive-Zip-1.26 +DISTNAME= Archive-Zip-1.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5zip CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/ COMMENT= Perl5 module interface to manipulate zip files +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo index 71d66b06589..5fcdf7a0091 100644 --- a/archivers/p5-Archive-Zip/distinfo +++ b/archivers/p5-Archive-Zip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/10/20 21:50:50 he Exp $ +$NetBSD: distinfo,v 1.10 2009/07/07 19:10:05 sno Exp $ -SHA1 (Archive-Zip-1.26.tar.gz) = 06a18f9ab39504e4467ab32fd65a03d5d258aebd -RMD160 (Archive-Zip-1.26.tar.gz) = cd533665636827530493473eae1470b91ddffccb -Size (Archive-Zip-1.26.tar.gz) = 193921 bytes +SHA1 (Archive-Zip-1.30.tar.gz) = 06237589a4f61c4b04d3e7c93719268fc3ae031a +RMD160 (Archive-Zip-1.30.tar.gz) = 2a26be69f356c4ccc75712c04b578ea65e0b6a89 +Size (Archive-Zip-1.30.tar.gz) = 197179 bytes |