aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DT
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.69Sunpoet Po-Chuan Hsieh2019-04-232-7/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/XML-DT Notes: svn path=/head/; revision=499781
* Add LICENSESunpoet Po-Chuan Hsieh2018-10-102-5/+10
| | | | | | | | | - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Notes: svn path=/head/; revision=481726
* - Update to 0.68Wen Heping2018-10-102-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/XML-DT Notes: svn path=/head/; revision=481695
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Reassign all of tobez@'s p5 ports to perl@.Dag-Erling Smørgrav2018-09-101-1/+1
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=479390
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-3/+3
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* 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
* Support staging.Emanuel Haupt2014-02-062-4/+4
| | | | Notes: svn path=/head/; revision=343112
* 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 new perl frameworkAndrej Zverev2013-08-051-1/+2
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* Update to 0.63.Anton Berezin2013-03-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-DT/Changes Notes: svn path=/head/; revision=315276
* - Update to 0.62 [1]Jason E. Hale2012-10-132-11/+6
| | | | | | | | | | | | | | - Fix portlint(1) warnings about BUILD/RUN_DEPENDS [1] - Trim Makefile header PR: ports/168116 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Approved by: tobez (maintainer timeout, 5 months) [1] makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=305800
* Update to 0.56.Anton Berezin2011-09-082-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/XML-DT/Changes Notes: svn path=/head/; revision=281443
* Update to 0.54.Anton Berezin2011-01-112-7/+6
| | | | | | | Changes: http://search.cpan.org/dist/XML-DT/Changes Notes: svn path=/head/; revision=267641
* Update to 0.53.Anton Berezin2009-04-272-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-DT/Changes Notes: svn path=/head/; revision=232862
* Update to 0.52.Anton Berezin2008-11-262-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-DT/Changes Notes: svn path=/head/; revision=223411
* Update to 0.51.Anton Berezin2008-07-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-DT/Changes Notes: svn path=/head/; revision=216225
* - 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
* 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.47.Anton Berezin2006-12-214-26/+6
| | | | Notes: svn path=/head/; revision=180336
* Update to 0.45.Anton Berezin2006-05-192-4/+4
| | | | Notes: svn path=/head/; revision=162767
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.42.Anton Berezin2005-10-213-50/+32
| | | | Notes: svn path=/head/; revision=146008
* Fix broken dependency.Anton Berezin2004-03-081-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=103319
* Update to 0.26: build_depends change from p5-XML-Parser to p5-XML-LibXML dueMark Linimon2004-03-044-55/+53
| | | | | | | | | | | | | to author's suggestion: "At the moment, XML::LibXML is quicker than XML::Parser and supports HTML parsing." Minor code additions (see 0.24) and bugfixes (all versions); see Changes for details. PR: ports/57952 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Maintainer timeout: 4 months Notes: svn path=/head/; revision=102956
* Use LS macro.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98863
* utilize SITE_PERLYing-Chieh Liao2003-10-242-52/+51
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.20.Anton Berezin2002-06-063-2/+4
| | | | Notes: svn path=/head/; revision=60711
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-122-2/+2
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-1/+0
| | | | Notes: svn path=/head/; revision=38917
* Add p5-XML-DT 0.19, a perl module for down translation of XML to strings.Will Andrews2001-01-045-0/+93
PR: 23994 Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=36743