aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Test-XPath
Commit message (Collapse)AuthorAgeFilesLines
* lang/p5-Test-XPath: update to 0.20Rodrigo Osorio2025-08-132-5/+5
| | | | | | | Changelog: https://metacpan.org/dist/Test-XPath/changes Major changes: - remove Build.PL and update Makefile.PL
* lang/p5-Test-XPath: Remove MASTER_SITE_SUBDIRPo-Chuan Hsieh2025-08-121-1/+0
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 0.19Wen Heping2018-05-292-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Test-XPath Notes: svn path=/head/; revision=471083
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove p5-Test-Pod and p5-Pod-Coverage from TEST_DEPENDSAdam Weinberger2018-02-241-13/+2
| | | | | | | | Test::Pod and Pod::Coverage are developer-only. They're not for end-user testing. Notes: svn path=/head/; revision=462863
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingFrederic Culot2016-01-201-1/+1
| | | | Notes: svn path=/head/; revision=406774
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371587
* - Stage supportMartin Wilke2014-02-012-3/+1
| | | | Notes: svn path=/head/; revision=342156
* Update maintainer email addressJonathan Chu2014-01-211-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=340549
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* - Convert to OptionsNGSteve Wills2013-04-241-9/+6
| | | | | | | | | | - Trim headers while here PR: ports/177161 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316473
* - Remove TEST_DEPENDS on itselfSteve Wills2012-04-121-2/+0
| | | | | | | | PR: ports/166769 Approved by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=294740
* - Update to 0.16Sunpoet Po-Chuan Hsieh2011-11-272-8/+9
| | | | | | | | | | | | | | - Sort TEST_DEPENDS - Cosmetic change Changes: http://search.cpan.org/dist/Test-XPath/Changes PR: ports/162792 Submitted by: sunpoet (myself) Approved by: milki <milki@rescomp.berkeley.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286501
* - Update to 0.15Steve Wills2011-08-112-7/+23
| | | | | | | | PR: ports/ Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=279462
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-202-2/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Update to 0.13Martin Wilke2010-06-203-5/+5
| | | | | | | | | PR: 147813 Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256750
* - This library's module, Test::XPath, provides an interface for testing theSylvio Cesar Teixeira2010-04-254-0/+37
content and structure of XML and HTML documents using XPath query expressions. This will be most useful for those who need to write TAP-emitting unit tests for HTML or XML output. WWW: http://search.cpan.org/dist/Test-XPath/ PR: ports/146035 Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=253232