aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-TreePP
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.43Sunpoet Po-Chuan Hsieh2015-01-113-6/+6
| | | | | | | | | | - Use PORTEXAMPLES - Sort PLIST Changes: http://search.cpan.org/dist/XML-TreePP/Changes Notes: svn path=/head/; revision=376765
* Cleanup plistBaptiste Daroussin2014-12-081-1/+0
| | | | Notes: svn path=/head/; revision=374324
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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 0.42Sunpoet Po-Chuan Hsieh2013-11-093-6/+18
| | | | | | | | | | | | - Add LICENSE - Add TEST_DEPENDS - Respect EXAMPLES - Use USES=shebangfix Changes: http://search.cpan.org/dist/XML-TreePP/Changes Notes: svn path=/head/; revision=333314
* Support STAGEDIR.Vanilla I. Shu2013-11-072-8/+6
| | | | Notes: svn path=/head/; revision=333056
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* 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
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - update to 0.41Yen-Ming Lee2010-10-312-4/+3
| | | | Notes: svn path=/head/; revision=263853
* - 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 0.39.Anton Berezin2009-07-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-TreePP/Changes Notes: svn path=/head/; revision=236967
* Update to 0.38Mathieu Arnold2009-03-042-4/+4
| | | | Notes: svn path=/head/; revision=229480
* - Update to 0.37Philippe Audeoud2009-02-062-4/+4
| | | | Notes: svn path=/head/; revision=227716
* - Update to 0.36Martin Wilke2008-11-092-4/+4
| | | | Notes: svn path=/head/; revision=222624
* - Update to 0.33Cheng-Lung Sung2008-01-052-4/+4
| | | | | | | Changes: Notes: svn path=/head/; revision=205071
* - Update to 0.32Cheng-Lung Sung2007-12-122-4/+4
| | | | Notes: svn path=/head/; revision=203128
* - Update to 0.31Cheng-Lung Sung2007-09-222-4/+4
| | | | Notes: svn path=/head/; revision=199880
* - Update to 0.29Cheng-Lung Sung2007-08-272-6/+5
| | | | Notes: svn path=/head/; revision=198346
* - Update to 0.27Cheng-Lung Sung2007-08-142-4/+4
| | | | Notes: svn path=/head/; revision=197629
* - Update to 0.26Cheng-Lung Sung2007-08-072-4/+4
| | | | Notes: svn path=/head/; revision=197259
* - Update to 0.25Cheng-Lung Sung2007-08-072-4/+4
| | | | Notes: svn path=/head/; revision=197253
* - Update to 0.22Cheng-Lung Sung2007-07-303-6/+7
| | | | Notes: svn path=/head/; revision=196682
* - Update to 0.21Cheng-Lung Sung2007-07-252-4/+4
| | | | Notes: svn path=/head/; revision=196232
* - Update to 0.20Cheng-Lung Sung2007-07-242-4/+4
| | | | Notes: svn path=/head/; revision=196165
* - Update to 0.19Cheng-Lung Sung2006-12-112-7/+6
| | | | | | | | | | - Move to perl@FreeBSD.org PR: ports/106523 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=179470
* Add p5-XML-TreePP 0.18, pure Perl implementation for parsing/writing xmlCheng-Lung Sung2006-08-144-0/+43
files. PR: ports/101990 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170554