Commit graph

23 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ae0265d98b - Strip shared library
- Bump PORTREVISION for package change
2015-12-21 18:34:35 +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
Baptiste Daroussin
161b92dff7 Clean up plist 2014-10-19 23:12:06 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
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
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
e5f8d94a37 - Support STAGEDIR 2013-09-28 17:12:30 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Sunpoet Po-Chuan Hsieh
5d7d644260 - Update to 3.7
- Add LICENSE
- Use single space after WWW:

Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2013-08-27 18:11:13 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Cheng-Lung Sung
e873f9d576 - Update to 3.43
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2009-01-27 09:58:11 +00:00
Cheng-Lung Sung
455de809c6 - Update to 3.41
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2008-09-26 08:36:20 +00:00
Jimmy Olgeni
24bbe0105a Fix a few typos in the archivers category. 2008-05-23 20:00:14 +00:00
Yen-Ming Lee
8162558480 - set PERL_CONFIGURE=5.8.0+
- remove unused DISTNAME
2008-03-11 06:02:25 +00:00
Cheng-Lung Sung
375e46d756 - Update to 3.11
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2008-01-15 01:39:43 +00:00
Cheng-Lung Sung
e909c8d60a - Update to 3.10 (3.1)
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2008-01-08 07:10:03 +00:00
Cheng-Lung Sung
ebe5844eb0 - Update to 1.80 (1.8) 2007-04-29 11:23:49 +00:00
Cheng-Lung Sung
0d33712204 - Update to 1.71
PR:		ports/109355
Submitted by:	leeym
2007-02-22 08:51:20 +00:00
Cheng-Lung Sung
19236972e1 - Update to 1.70
- from Changes
  - fix buffer overflows in decompress header.
2006-09-30 04:59:28 +00:00
Cheng-Lung Sung
f02ab7ac68 Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free
compression.

PR:		ports/103095
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-26 10:51:21 +00:00