aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Compress-LZF
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+0
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* - Support STAGEDIRsunpoet2013-09-292-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | archivers)
* - Update to 3.7sunpoet2013-08-283-4/+8
| | | | | | | - Add LICENSE - Use single space after WWW: Changes: http://search.cpan.org/dist/Compress-LZF/Changes
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* - Assign clsung's p5- ports to perl@swills2012-05-011-1/+1
| | | | Approved by: clsung via IRC
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1
| | | | With hat: perl
* - 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@
* - Update to 3.43clsung2009-01-272-4/+4
| | | | Changes: http://search.cpan.org/dist/Compress-LZF/Changes
* - Update to 3.41clsung2008-09-262-4/+4
| | | | Changes: http://search.cpan.org/dist/Compress-LZF/Changes
* Fix a few typos in the archivers category.olgeni2008-05-241-1/+1
|
* - set PERL_CONFIGURE=5.8.0+leeym2008-03-111-3/+1
| | | | - remove unused DISTNAME
* - Update to 3.11clsung2008-01-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Compress-LZF/Changes
* - Update to 3.10 (3.1)clsung2008-01-082-6/+6
| | | | Changes: http://search.cpan.org/dist/Compress-LZF/Changes
* - Update to 1.80 (1.8)clsung2007-04-292-4/+4
|
* - Update to 1.71clsung2007-02-222-4/+4
| | | | | PR: ports/109355 Submitted by: leeym
* - Update to 1.70clsung2006-09-302-4/+5
| | | | | - from Changes - fix buffer overflows in decompress header.
* Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Freeclsung2006-09-264-0/+41
compression. PR: ports/103095 Submitted by: Gea-Suan Lin <gslin at gslin.org>