Commit graph

21 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
Mathieu Arnold
93eed364ba Take miwi's old perl ports into perl@'s fold.
Sponsored by:	Absolight
2014-11-18 10:38:26 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Martin Wilke
a2ba1b7de8 - Update to 1.130
PR:		189803
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-20 02:54:24 +00:00
Mathieu Arnold
b4165baf5e * Support staging
* Add license

Sponsored by:	Absolight
2014-01-21 08:17:00 +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
8aceb315c5 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 16:48:41 +00:00
Martin Wilke
2b37f0ea06 - Update to 1.127 2013-06-09 19:25:14 +00:00
Martin Wilke
b48b1fa597 - Update to 1.126
- Trim header
2013-02-19 15:47:41 +00:00
Martin Wilke
b4fd1d9bc5 - Update to 1.124 2011-11-06 15:33:23 +00:00
Martin Wilke
042ac9fd9c - Update to 1.123 2011-06-25 06:52:43 +00:00
Andrej Zverev
edc03efbe0 Update to 1.116:
- BUILD_DEPENDS updated to show minimum version requirements for p5-Text-Aligner
(was updated by vendor to 0.05).
- WWW link added to pkg-descr

Changes: http://search.cpan.org/dist/Text-Table/Changes

PR:		ports/150268
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	miwi@ (maintainer via timeout)
2010-09-25 15:27:08 +00:00
Martin Wilke
0d812dd6ac - Update to 1.114
- Take maintainership
2008-05-17 21:23:22 +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
Gabor Kovesdan
e7babf9153 - Remove old Perl support from unmaintained ports in categories starting
with letter o-z
2007-04-06 06:48:45 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Pav Lucistnik
c937229ea3 - Add SHA256 2005-11-25 18:40:57 +00:00
Yen-Ming Lee
8b3914f04d - update to 1.107 2005-09-14 16:56:27 +00:00
Mark Linimon
e97e7dc7ed Reset bouncing maintainer address. Sorry to see you go.
Hat:	portmgr
2005-09-10 09:23:13 +00:00
Vanilla I. Shu
0f93663ec4 Make this ports building with 5.6+ only.
Submitted by:	maintainer.
2004-05-09 10:33:58 +00:00
Vanilla I. Shu
9f99d62fba Add p5-Text-Table 1.102, organize Data in Tables.
PR:		ports/66224
Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2004-05-05 21:06:27 +00:00