Commit graph

9 commits

Author SHA1 Message Date
Mathieu Arnold
6212a2753d Get rid of PERL_LEVEL checks for Perl versions not supported.
Sponsored by:	Absolight
2015-06-05 14:21:43 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
e8ea34895a - Update to 2.066
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
2014-09-30 15:24:45 +00:00
Sunpoet Po-Chuan Hsieh
0d66121079 - Fix PLIST
Notified by:	antoine
2013-10-06 13:19:56 +00:00
Sunpoet Po-Chuan Hsieh
5cdb5ad119 - Support STAGEDIR 2013-09-30 12:57:39 +00:00
Sunpoet Po-Chuan Hsieh
c03ceb2a1d - Remove duplicate entry in PLIST
Feature safe:	yes
2013-04-16 16:10:38 +00:00
Sunpoet Po-Chuan Hsieh
d84301c86c - Do not install bin/zipdetails on systems with Perl 5.16+ (which has IO::Compress::Base 2.044+ in core)
PR:		ports/170762
Submitted by:	Shane Ambler <FreeBSD@shaneware.biz>
2012-09-11 02:59:05 +00:00
Sunpoet Po-Chuan Hsieh
bd9bc41c20 - Update to 2.045
Changes:	http://search.cpan.org/dist/IO-Compress/Changes
Feature safe:	yes
2011-12-05 05:43:48 +00:00
Martin Matuska
e6bb507081 This Perl5 module contains the Compress::Zlib module and the
base, bzip2, deflate, gzip, zip and zlib classes for
IO::Compress and IO::Uncompress modules

WWW: http://search.cpan.org/dist/IO-Compress/
2010-09-21 07:26:28 +00:00