aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-DOM-XPath
Commit message (Collapse)AuthorAgeFilesLines
* Add LICENSEsunpoet2018-02-041-1/+5
| | | | | | - While I'm here, add BUILD_DEPENDS Approved by: portmgr (blanket)
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-6/+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
* - add stage supportaz2014-01-302-3/+1
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* -remove MD5ohauer2011-07-031-1/+0
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - update to 0.14leeym2008-10-182-7/+6
| | | | | | PR: 128164 Submitted by: leeym Approved by: maintainer
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${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)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Since 0.13, it depends on p5-XML-XPathEngine instead of p5-XML-XPathclsung2006-12-141-1/+2
| | | | | | | | - bump PORTREVISION PR: ports/106605 Submitted by: Martin Kjeldsen <martin_AT_martinkjeldsen dot dk> Approved by: maintainer (Mauricio Herrera Cuadra)
* - Update to 0.13clsung2006-12-112-4/+4
| | | | | | PR: ports/106504 Submitted by: clsung Approved by: maintainer (Mauricio Herrera Cuadra)
* - Update to 0.11clsung2006-08-153-5/+6
| | | | | | PR: ports/102044 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Approved by: maintainer (Mauricio Herrera Cuadra)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 0.10mnag2005-11-052-3/+3
| | | | | PR: 88501 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net> (maintainer)
* Add p5-XML-DOM-XPath 0.09, adds XPath support to XML::DOM, usinglth2005-09-134-0/+49
XML::XPath engine. PR: ports/85896 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>