aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Twig
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.52Wen Heping2016-11-243-14/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.52/Changes Notes: svn path=/head/; revision=426985
* Fix build with Perl 5.25.Mathieu Arnold2016-05-201-0/+11
| | | | | | | | | | Braces should be escaped in regexps. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=415547
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | 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-5/+5
| | | | | | | | | | | | | | | | | | | - 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
* Update to 3.49, and sort plist.Adam Weinberger2015-04-133-5/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/XML-Twig Notes: svn path=/head/; revision=383943
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* - Update to 3.48Philippe Audeoud2014-06-182-3/+3
| | | | Notes: svn path=/head/; revision=358265
* - Update to 3.47Sunpoet Po-Chuan Hsieh2014-03-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Twig/Changes Notes: svn path=/head/; revision=349652
* Support STAGEDIR.Vanilla I. Shu2013-11-072-6/+8
| | | | Notes: svn path=/head/; revision=333056
* 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 frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 3.44.Anton Berezin2013-05-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Twig/Changes Notes: svn path=/head/; revision=318036
* Update to 3.42.Anton Berezin2012-12-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Twig/Changes Notes: svn path=/head/; revision=308673
* - Update to 3.41Emanuel Haupt2012-11-032-8/+4
| | | | | | | | | - Trim header Feature safe: yes Notes: svn path=/head/; revision=306939
* - Update to 3.40Sunpoet Po-Chuan Hsieh2012-05-233-18/+18
| | | | | | | | | | | - Fix LICENSE - Remove outdated comment - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/XML-Twig/Changes Notes: svn path=/head/; revision=297291
* - Update to 3.39Wen Heping2011-09-232-5/+5
| | | | | | | | ChangeLog: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.39/Changes - Pet portlint Notes: svn path=/head/; revision=282212
* - update to 3.38Baptiste Daroussin2011-03-273-6/+6
| | | | | | | | | - add licenses - deauthor - changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.38/Changes Notes: svn path=/head/; revision=271852
* - Update to 3.37Baptiste Daroussin2010-10-292-4/+3
| | | | | | | - Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.37/Changes Notes: svn path=/head/; revision=263747
* - Update to 3.36Wen Heping2010-10-082-4/+4
| | | | Notes: svn path=/head/; revision=262590
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 3.35Philip M. Gollucci2010-06-102-4/+4
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=256262
* Update to 3.34.Anton Berezin2010-01-252-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-Twig/Changes Notes: svn path=/head/; revision=248553
* - Update to 3.32Cheng-Lung Sung2007-12-222-6/+5
| | | | Notes: svn path=/head/; revision=204327
* 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 3.29Martin Wilke2007-01-232-4/+4
| | | | Notes: svn path=/head/; revision=183077
* - Update to 3.28Cheng-Lung Sung2007-01-083-20/+5
| | | | Notes: svn path=/head/; revision=181739
* - update to 3.26Cheng-Lung Sung2006-07-012-4/+4
| | | | Notes: svn path=/head/; revision=166712
* - update to 3.25Yen-Ming Lee2006-05-112-4/+4
| | | | Notes: svn path=/head/; revision=162043
* - update to 3.24Yen-Ming Lee2006-05-102-5/+4
| | | | Notes: svn path=/head/; revision=161888
* Update to 3.23.Anton Berezin2006-01-242-6/+7
| | | | Notes: svn path=/head/; revision=154322
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Update to 3.22.Anton Berezin2005-10-152-3/+3
| | | | Notes: svn path=/head/; revision=145446
* Update to 3.21. Assign maintainer to perl.Anton Berezin2005-09-132-4/+4
| | | | Notes: svn path=/head/; revision=142576
* Update to 3.17Mathieu Arnold2005-03-213-3/+4
| | | | Notes: svn path=/head/; revision=131846
* Update to 3.16Mathieu Arnold2005-02-153-7/+7
| | | | Notes: svn path=/head/; revision=128929
* With portmgr hat on, reset inactive maintainer. These ports are now upMark Linimon2004-11-201-1/+1
| | | | | | | for adoption. Notes: svn path=/head/; revision=121990
* Update to 3.15Mathieu Arnold2004-05-211-0/+16
| | | | | | | | | PR: 65708 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=109619
* Update to 3.15Mathieu Arnold2004-05-213-6/+29
| | | | | | | | | PR: 65708 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=109617
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Move the dependencies on p5-Text-Iconv and p5-XML-Parser fromMark Linimon2003-11-041-1/+1
| | | | | | | | | RUN_DEPENDS to BUILD_DEPENDS. PRs ports/51069, ports/54815, ports/56964; maintainer timeout (maintainer reports ENOTIME at the moment). Notes: svn path=/head/; revision=93032
* utilize SITE_PERLYing-Chieh Liao2003-10-242-7/+6
| | | | | | | | 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 3.09Mario Sergio Fujikawa Ferreira2003-01-152-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=73163
* - Update to version 3.08Johann Visagie2002-10-172-4/+4
| | | | | | | | PR: 44160 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=68193
* - Update to version 3.02Johann Visagie2002-02-222-3/+6
| | | | Notes: svn path=/head/; revision=55078
* Update pkg-comment to represent this perlmod's functionality with greaterJohann Visagie2001-08-151-1/+1
| | | | | | | | | clarity. Submitted by: Alex Kapranoff <kapr@acm.org> Notes: svn path=/head/; revision=46272
* Add p5-XML-Twig 2.02, tree interface to XML documents.Johann Visagie2001-08-135-0/+44
Notes: svn path=/head/; revision=46181