Commit graph

11 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
Sunpoet Po-Chuan Hsieh
169343566f - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189151
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-01 05:26:32 +00:00
Vanilla I. Shu
fb2d5da4eb Support STAGEDIR. 2013-11-07 03:52:41 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Mark Linimon
f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00
Sergey Skvortsov
ebc101cc71 Update to 0.1001
Changes:	http://cpansearch.perl.org/src/GWYN/Text-Diff-Parser-0.1001/Changes
Feature safe:	yes
2009-09-17 13:46:01 +00:00
Philip M. Gollucci
44de8f9308 - Update to 0.0900
PR:             ports/134796
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:41:49 +00:00
Sergey Skvortsov
12824fec6a Fix plist.
Pointed by:	QAT
2008-12-24 18:03:10 +00:00
Sergey Skvortsov
0f166c5db1 Add p5-Text-Diff-Parser 0.08, parse patch files containing unified and
standard diffs.
2008-12-24 17:55:01 +00:00