Commit graph

17 commits

Author SHA1 Message Date
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
5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +00:00
Yen-Ming Lee
f99aa0b108 - add LICENSE 2014-07-10 00:30:19 +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
Vanilla I. Shu
085c1a3bcb Support stage. 2013-09-26 14:35:04 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +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
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Yen-Ming Lee
a52d489608 - update to 0.23 2007-12-13 11:26:31 +00:00
Yen-Ming Lee
990755731c - update to 0.21 2007-10-01 11:46:07 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Yen-Ming Lee
2f4b0a1d29 - refine plist and unbreak
Noticed by:	kris
2005-09-02 17:54:07 +00:00
Yen-Ming Lee
63b6853c4e - add p5-Encode-HanExtra
Encode::HanExtra - Extra sets of Chinese encodings

This version includes the following encoding tables:

Canonical   Alias                             Description
-----------------------------------------------------------------------------
big5-1984   /\b(tca-)?big5-?(19)?84$/i        TCA's original Big5-1984
big5ext     /\b(cmex-)?big5-?e(xt)?$/i        CMEX's Big5e Extension
big5plus    /\b(cmex-)?big5-?p(lus)?$/i       CMEX's Big5+ Extension
            /\b(cmex-)?big5\+$/i
cccii       /\b(ccag-)?cccii$/i               Chinese Character Code for
                                              Information Interchange
cns11643-1  /\bCNS[-_ ]?11643[-_]1$/i         Taiwan's CNS map, plane 1
cns11643-2  /\bCNS[-_ ]?11643[-_]2$/i         Taiwan's CNS map, plane 2
cns11643-3  /\bCNS[-_ ]?11643[-_]3$/i         Taiwan's CNS map, plane 3
cns11643-4  /\bCNS[-_ ]?11643[-_]4$/i         Taiwan's CNS map, plane 4
cns11643-5  /\bCNS[-_ ]?11643[-_]5$/i         Taiwan's CNS map, plane 5
cns11643-6  /\bCNS[-_ ]?11643[-_]6$/i         Taiwan's CNS map, plane 6
cns11643-7  /\bCNS[-_ ]?11643[-_]7$/i         Taiwan's CNS map, plane 7
cns11643-f  /\bCNS[-_ ]?11643[-_]f$/i         Taiwan's CNS map, plane F
euc-tw      /\beuc.*tw$/i                     EUC (Extended Unix Character)
            /\btw.*euc$/i
gb18030     /\bGB[-_ ]?18030$/i               GBK with Traditional Characters
unisys      /\bunisys$/i                      Unisys Traditional Chinese
unisys-sosi1                                  Unisys SOSI1 transport encoding
unisys-sosi2                                  Unisys SOSI2 transport encoding

WWW:		http://search.cpan.org/dist/Encode-HanExtra/
2005-09-01 12:35:44 +00:00