aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Selector-XPath
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-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 Notes: svn path=/head/; revision=373448
* - stage supportAndrej Zverev2014-01-052-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338771
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-031-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326139
* - Update to 0.14Steve Wills2012-09-012-3/+3
| | | | | | | | PR: ports/171085 Approved by: Matsui Shinsuke <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=303517
* - Update to 0.12Sunpoet Po-Chuan Hsieh2011-12-222-3/+3
| | | | | | | | | | Changes: http://search.cpan.org/dist/HTML-Selector-XPath/Changes PR: ports/162870 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 27 days) Notes: svn path=/head/; revision=287876
* - Update to 0.11Sunpoet Po-Chuan Hsieh2011-11-162-4/+3
| | | | | | | | | | | Changes: http://search.cpan.org/dist/HTML-Selector-XPath/Changes PR: ports/161955 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 23 days) Feature safe: yes Notes: svn path=/head/; revision=285910
* - Update to 0.08Sunpoet Po-Chuan Hsieh2011-10-082-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/HTML-Selector-XPath/Changes PR: ports/160917 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=283203
* - Update to 0.07Sunpoet Po-Chuan Hsieh2011-07-282-4/+5
| | | | | | | | | | Changes: http://search.cpan.org/dist/HTML-Selector-XPath/Changes PR: ports/158787 Submitted by: milki <milki@rescomp.berkeley.edu> Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=278445
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.04Philip M. Gollucci2010-08-232-4/+4
| | | | | | | | | | PR: ports/147413 Submitted by: pgollucci (myself) Reviewed by: az Approved by: maintainer timeout (smatsui@karashi.org ; > 2.5 months) Notes: svn path=/head/; revision=259781
* - Update to 0.03Beech Rintoul2008-02-192-6/+7
| | | | | | | | | | | | - Use CPAN macro - Add BUILD_DEPENDS PR: ports/120805 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Matsui Shinsuke <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=207567
* HTML::Selector::XPath is a utility function to compile CSS2Martin Wilke2007-08-284-0/+36
selector to the equivalent XPath expression. WWW: http://search.cpan.org/dist/HTML-Selector-XPath/ PR: ports/115899 Submitted by: Shinsuke Matsui <smatsui at karashi.org> Notes: svn path=/head/; revision=198464