aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Any
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Clean up plistbapt2014-10-201-5/+0
|
* - update to 0.0941leeym2014-07-153-3/+7
|
* - Support STAGEDIRsunpoet2013-09-292-4/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | archivers)
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-8/+1
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* - Update to 0.0932sunpoet2012-07-133-10/+14
| | | | | | | - Add LICENSE - Align PERL_LEVEL check to stable Perl releases (lang/perl5.*) Changes: http://search.cpan.org/dist/Archive-Any/Changes
* - Assign clsung's p5- ports to perl@swills2012-05-011-1/+1
| | | | Approved by: clsung via IRC
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+7
| | | | | | | | | 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)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-7/+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
* - Add TEST_DEPENDSpgollucci2012-02-121-1/+4
| | | | | | | | - expand BUILD_DEPENDS PR: ports/164112 Submitted by: swills Approved by: maintainer timeout (clsung ; 28 days)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - remove BUILD_DEPENDS to allow build on perl-5.6.2leeym2008-03-101-5/+1
| | | | - bump PORTREVISION
* - use CPAN macroleeym2008-03-102-10/+17
| | | | | | | | | - fix dependency - switch to PERL_MODBUILD - bump PORTREVISION Submitted by: leeym Approved by: clsung
* - remove ".if ${PERL_LEVEL} < 500600 ..." stuff.clsung2007-05-011-7/+1
|
* Add p5-Archive-Any 0.09.3, single interface to deal with file archives.clsung2006-10-034-0/+55
PR: ports/102567 Submitted by: Gea-Suan Lin <gslin at gslin.org>