aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPathEngine
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-072-8/+6
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.14.Anton Berezin2013-05-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-XPathEngine/Changes Notes: svn path=/head/; revision=318365
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Update to 0.13Sunpoet Po-Chuan Hsieh2011-10-172-6/+8
| | | | | | | Changes: http://search.cpan.org/dist/XML-XPathEngine/Changes Notes: svn path=/head/; revision=283693
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - update to 0.12Yen-Ming Lee2009-04-302-4/+10
| | | | Notes: svn path=/head/; revision=232985
* Update to 0.11Mathieu Arnold2008-04-162-4/+4
| | | | Notes: svn path=/head/; revision=211352
* - Update to 0.10Cheng-Lung Sung2008-04-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-XPathEngine/Changes Notes: svn path=/head/; revision=211284
* - Update to 0.09Cheng-Lung Sung2008-04-132-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/XML-XPathEngine/Changes Notes: svn path=/head/; revision=211145
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.08Cheng-Lung Sung2007-01-222-4/+4
| | | | Notes: svn path=/head/; revision=182934
* Update to 0.07Erwin Lansing2007-01-052-4/+4
| | | | | | | | PR: 107589 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=181593
* - update to 0.05Yen-Ming Lee2006-11-013-39/+5
| | | | | | | - mark IGNORE due to fail to pass "make test" under perl 5.005_03 Notes: svn path=/head/; revision=176089
* - maintainership pass to perl@Cheng-Lung Sung2006-10-311-1/+1
| | | | | | | | PR: ports/104336 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=175631
* - Update to 0.04Cheng-Lung Sung2006-10-313-7/+7
| | | | | | | | | PR: ports/103563 Submitted by: clsung Approved by: maintainer (timeout) Notes: svn path=/head/; revision=175585
* - Fix build on 5.00505Cheng-Lung Sung2006-08-151-0/+1
| | | | | | | | PR: ports/102030 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170646
* - Support Perl 5.00503Cheng-Lung Sung2006-08-092-1/+34
| | | | | | | | PR: ports/101662 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170162
* - Mark IGNORE for Perl < 5.6Rong-En Fan2006-07-131-1/+7
| | | | | | | | PR: ports/100243 Submitted by: maintainer Notes: svn path=/head/; revision=167716
* Add p5-XML-XPathEngine 0.03, a re-usable XPath engine for DOM-likeCheng-Lung Sung2006-07-114-0/+61
trees. PR: ports/100074 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167480