Commit graph

25 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
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
Sunpoet Po-Chuan Hsieh
1b0d3f744b - Add WWW
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +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
Anton Berezin
744bb98e6e Update to 0.14.
Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
2013-05-17 08:34:08 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Sunpoet Po-Chuan Hsieh
490048f708 - Update to 0.13
Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
2011-10-17 09:35:46 +00:00
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +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
Yen-Ming Lee
36c416aea2 - update to 0.12 2009-04-30 15:17:08 +00:00
Mathieu Arnold
a003780403 Update to 0.11 2008-04-16 11:05:31 +00:00
Cheng-Lung Sung
59efc2f9c9 - Update to 0.10
Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
2008-04-15 02:14:45 +00:00
Cheng-Lung Sung
f91fd6778d - Update to 0.09
Changes:	http://search.cpan.org/dist/XML-XPathEngine/Changes
2008-04-13 03:51:53 +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
Cheng-Lung Sung
3887edb435 - Update to 0.08 2007-01-22 04:51:28 +00:00
Erwin Lansing
01dffdccd0 Update to 0.07
PR:		107589
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2007-01-05 23:28:13 +00:00
Yen-Ming Lee
95ae3a87ab - update to 0.05
- mark IGNORE due to fail to pass "make test" under perl 5.005_03
2006-11-01 15:15:17 +00:00
Cheng-Lung Sung
9846c47a9f - maintainership pass to perl@
PR:		ports/104336
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-10-31 03:16:05 +00:00
Cheng-Lung Sung
854b5e986c - Update to 0.04
PR:		ports/103563
Submitted by:	clsung
Approved by:	maintainer (timeout)
2006-10-31 01:50:20 +00:00
Cheng-Lung Sung
2f472c72f4 - Fix build on 5.00505
PR:		ports/102030
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-15 00:13:23 +00:00
Cheng-Lung Sung
0d707c32c7 - Support Perl 5.00503
PR:		ports/101662
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-09 03:03:55 +00:00
Rong-En Fan
45d9062b84 - Mark IGNORE for Perl < 5.6
PR:		ports/100243
Submitted by:	maintainer
2006-07-13 21:49:14 +00:00
Cheng-Lung Sung
108d2727e4 Add p5-XML-XPathEngine 0.03, a re-usable XPath engine for DOM-like
trees.

PR:		ports/100074
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 14:14:26 +00:00