aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOM
Commit message (Collapse)AuthorAgeFilesLines
* textproc/p5-XML-DOM: Update to 1.46Po-Chuan Hsieh2021-10-132-7/+8
| | | | Changes: https://metacpan.org/dist/XML-DOM/changes
* *: re-assign kuriyama@s ports to the pool, commit bit safekeptRene Ladan2021-10-041-1/+1
| | | | With hat: portmgr-secretary
* 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
|
* - Add LICENSEDmitry Marakasov2018-08-061-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=476498
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* 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 ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+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
* - add stage supportAndrej Zverev2014-01-292-14/+25
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326949
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-4/+4
| | | | | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email) Notes: svn path=/head/; revision=298076
* - Use SITE_PERL directlySunpoet Po-Chuan Hsieh2011-08-151-6/+4
| | | | | | | | | PR: ports/158988 Submitted by: sunpoet (myself) Approved by: kuriyama (maintainer timeout, 4 weeks) Notes: svn path=/head/; revision=279746
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-8/+1
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225333
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo 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) Notes: svn path=/head/; revision=211450
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Fix incorrect regexp substitution on 4.x.Jun Kuriyama2005-08-301-1/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=141448
* Update to 1.44.Jun Kuriyama2005-08-282-3/+3
| | | | Notes: svn path=/head/; revision=141105
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* Upgrade to 1.43.Jun Kuriyama2003-11-042-2/+2
| | | | | | | Submitted by: foxfair Notes: svn path=/head/; revision=93064
* utilize SITE_PERLYing-Chieh Liao2003-10-242-33/+32
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* Upgrade to 1.42.Jun Kuriyama2003-04-073-2/+3
| | | | Notes: svn path=/head/; revision=78553
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Upgrade to 1.39.Jun Kuriyama2002-07-063-5/+4
| | | | | | | | PR: ports/40178 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=62509
* Add WWW.Jun Kuriyama2002-01-011-0/+2
| | | | | | | | Submitted by: Sergey Skvortsov <skv@protey.ru> (partially) PR: ports/32837 Notes: svn path=/head/; revision=52458
* o Add dependency on p5-XML-RegExp.Jun Kuriyama2001-12-301-2/+14
| | | | | | | | | o Add dependency on p5-libwww which is optional but major function parsefile() requires it. o Patching XML/DOM.pm if ${PERL} is older than 5.6.0. Notes: svn path=/head/; revision=52403
* Upgrade to v1.35.Jun Kuriyama2001-12-303-5/+45
| | | | Notes: svn path=/head/; revision=52397
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Use $PERL_CONFIGURE.Jun Kuriyama2001-01-081-4/+1
| | | | Notes: svn path=/head/; revision=36930
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-4/+4
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* s/MASTER_SITE_CPAN/MASTER_SITE_PERL_CPAN/Jun Kuriyama1999-11-101-1/+1
| | | | Notes: svn path=/head/; revision=23003
* Perl module for building DOM Level 1 compliant document structuresJun Kuriyama1999-11-075-0/+36
Notes: svn path=/head/; revision=22951