aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-IO-Compress-Lzf
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHsunpoet2015-06-151-0/+1
|
* - Update to 2.068sunpoet2014-12-242-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.067sunpoet2014-12-132-5/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* 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
* - Update to 2.066sunpoet2014-09-303-5/+4
| | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.064sunpoet2014-02-042-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.063sunpoet2013-11-032-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Support STAGEDIRsunpoet2013-09-301-0/+2
|
* - Support STAGEDIRsunpoet2013-09-301-3/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | archivers)
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
|
* - Update to 2.062sunpoet2013-08-172-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.061sunpoet2013-06-092-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.060sunpoet2013-01-312-4/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.059sunpoet2012-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.058sunpoet2012-12-042-11/+5
| | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.055sunpoet2012-08-072-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.052sunpoet2012-04-302-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.049sunpoet2012-02-192-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.048sunpoet2012-01-302-5/+10
| | | | | | | - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.045sunpoet2011-12-052-5/+5
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-5/+5
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-5/+5
| | | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.040sunpoet2011-10-292-5/+5
| | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzf/Changes
* - Update to 2.039sunpoet2011-10-292-6/+6
| | | | | | - Add space in COMMENTS to eliminate portlint warning Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Add BUILD_DEPENDSsunpoet2011-08-221-0/+2
| | | | | PR: ports/159882 Submitted by: swills
* - Update to 2.037: no functional changessunpoet2011-06-302-6/+4
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.035: no functional changessunpoet2011-05-112-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.034sunpoet2011-05-072-4/+5
| | | | | | - Use new CPAN :id subdir macro Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Add p5-IO-Compress-Lzf 2.033sunpoet2011-02-134-0/+37
IO::Compress::Lzf is a perl module for reading/writing lzf files/buffer. WWW: http://search.cpan.org/dist/IO-Compress-Lzf/