summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-10-20Update archivers/p5-Archive-Zip to 1.16abs2-7/+6
1.16 Mon Jul 04 12:49:30 CDT 2005 - Grrrr...removed test that fails when installing under CPANPLUS. 1.15 Wed Jun 22 10:24:25 CDT 2005 - added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember: :contents() - added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage 1.15_02 Sat Mar 12 09:16:30 CST 2005 - fixed dates in previous entry! - began the process of migrating from the monolithic t/test.t to smaller scripts using Test::More. - started work on improving Archive::Zip's test coverage. Coverage is now up to just over 80%. - added error handling to writeToFileHandle - fixed small bug in extractMember from previous version 1.15_01 Wed Mar 9 22:26:52 CST 2005 - added fix for RT #11818 extractMember method corrupts archive - added t/pod.t to test for pod correctness
2005-09-02Reordered PKGREVISION and SVR4_PKGNAME to make pkglint happy.rillig1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-13Update to version 1.14.seb2-5/+6
While here add HOMEPAGE. Changes unknown since last packaged version (1.12).
2004-08-02This packages doesn't use the compiler.jlam1-1/+2
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-16Update to version 1.12.seb2-5/+5
Too many bug fixes and additions since last packaged version (0.11). Please see the `Changes' file enclosed in the source distribution.
2004-03-11bl3ifyxtraeme1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-27Fix a typo -- USE_BUILDLINK_ONLY=YES, not +YESexplorer1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego1-2/+2
This fix a fetch error.
2001-10-22The Archive::Zip module allows a Perl program to create, manipulate,martti4-0/+27
read, and write Zip archive files.