aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.46.Adam Weinberger2015-03-252-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Archive-Zip Notes: svn path=/head/; revision=382231
* - Update to 1.45Frederic Culot2015-02-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=378932
* - Update to 1.43Frederic Culot2015-01-162-4/+4
| | | | | | | | | - Shorten COMMENT Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=377156
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-01-131-4/+4
| | | | Notes: svn path=/head/; revision=376957
* Update to 1.42.Anton Berezin2015-01-132-3/+3
| | | | Notes: svn path=/head/; revision=376926
* Update to 1.41.Anton Berezin2015-01-102-4/+3
| | | | Notes: svn path=/head/; revision=376699
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 1.39Philippe Audeoud2014-11-072-3/+3
| | | | Notes: svn path=/head/; revision=372267
* Clean up plistBaptiste Daroussin2014-10-191-4/+0
| | | | Notes: svn path=/head/; revision=371222
* - Update to 1.38Philippe Audeoud2014-09-092-3/+3
| | | | Notes: svn path=/head/; revision=367716
* - Update to 1.37Frederic Culot2014-02-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=343258
* - Update to 1.36Sunpoet Po-Chuan Hsieh2013-12-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=338257
* - Update to 1.34Philippe Audeoud2013-12-032-3/+3
| | | | Notes: svn path=/head/; revision=335551
* - Update to 1.33Sunpoet Po-Chuan Hsieh2013-11-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=333395
* - Update to 1.32Sunpoet Po-Chuan Hsieh2013-11-093-5/+7
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Archive-Zip/Changes Notes: svn path=/head/; revision=333319
* Support stage.Vanilla I. Shu2013-09-252-3/+4
| | | | Notes: svn path=/head/; revision=328247
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* Remove whitespace after b.p.m to help reduce false postives when searching ↵Eitan Adler2012-02-081-1/+0
| | | | | | | | | | | for other junk after b.p.m Trivial non-functional change so maintainer not contacted Submitted by: Alex Kozlov Notes: svn path=/head/; revision=290718
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-4/+10
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* - Update to 1.30Philippe Audeoud2009-07-012-4/+4
| | | | Notes: svn path=/head/; revision=236868
* - Update to 1.28Philip M. Gollucci2009-06-182-7/+6
| | | | | | | - Pet Portlint Notes: svn path=/head/; revision=236245
* - simplify dependencyYen-Ming Lee2009-05-011-6/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=233026
* Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-291-1/+1
| | | | | | | can look at them. Notes: svn path=/head/; revision=227098
* Update to 1.26Erwin Lansing2008-10-172-4/+4
| | | | Notes: svn path=/head/; revision=221669
* Update to 1.24Erwin Lansing2008-08-272-4/+4
| | | | Notes: svn path=/head/; revision=219339
* Use CPAN macro.Erwin Lansing2008-03-241-1/+1
| | | | | | | | PR: 121989 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=209718
* Update to 1.23Erwin Lansing2007-12-112-4/+4
| | | | Notes: svn path=/head/; revision=203006
* Update to 1.20Erwin Lansing2007-06-122-4/+4
| | | | Notes: svn path=/head/; revision=193338
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.Dmitry Sivachenko2006-12-031-1/+1
| | | | Notes: svn path=/head/; revision=178677
* Update to 1.18Erwin Lansing2006-10-313-7/+14
| | | | | | | | PR: 104805 Submitted by: chinsan Notes: svn path=/head/; revision=175743
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154108
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=149585
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.16Erwin Lansing2005-07-062-4/+3
| | | | Notes: svn path=/head/; revision=138571
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Update to 1.14Erwin Lansing2004-10-252-3/+3
| | | | Notes: svn path=/head/; revision=120113
* Update to 1.13Erwin Lansing2004-08-242-3/+3
| | | | | | | In celebration of: linimon's birthday Notes: svn path=/head/; revision=117181
* Fix Build with perl5.8Mathieu Arnold2004-08-101-3/+4
| | | | | | | Approved by: erwin (maintainer) Notes: svn path=/head/; revision=115814
* Correctly use bsd.port.(pre|post).mkErwin Lansing2004-07-141-1/+3
| | | | | | | | PR: 69025 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=113600
* Update to 1.12Erwin Lansing2004-07-122-4/+5
| | | | Notes: svn path=/head/; revision=113458
* Update to 1.10Erwin Lansing2004-03-262-3/+3
| | | | Notes: svn path=/head/; revision=105304
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Update to 1.09Erwin Lansing2003-12-092-2/+2
| | | | Notes: svn path=/head/; revision=95463