Commit Graph

13 Commits

Author SHA1 Message Date
Mathieu Arnold afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh 38f2343817 - Add LICENSE
- Remove regression-test:
- Sort PLIST
2015-03-12 18:26:23 +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 5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +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
Mark Linimon 4e74b3a568 Drop support for older perl levels.
Hat:	portmgr
2007-09-08 00:19:12 +00:00
Edwin Groothuis d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +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
Erwin Lansing 953c94bbc6 - Update to 0.28
- add perl5 to categories
- add WWW

PR:		55312
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer
2003-08-07 11:21:09 +00:00
Yen-Ming Lee 232eb99bc0 remove extra directory.
Noticed by:	bento
2003-06-11 07:05:38 +00:00
Yen-Ming Lee a606bceb81 update to 0.26
PR:		52734
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 08:44:26 +00:00
Vanilla I. Shu d7ed80424f Add p5-Encode-HanConvert 0.24,
traditional and Simplified Chinese
mappings.

PR:		50950
Submitted by:	Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
2003-04-27 00:09:52 +00:00