7240072b54
- 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
23 lines
663 B
Makefile
23 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.28 2009/07/07 19:10:05 sno Exp $
|
|
|
|
DISTNAME= Archive-Zip-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5zip
|
|
CATEGORIES= archivers perl5
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Archive/Zip/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|