aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-MyXML
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-6/+5
| | | | 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
* Update to 0.10(.)02.Anton Berezin2013-09-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-MyXML/Changes Notes: svn path=/head/; revision=326878
* - Pet portlint: remove DISTVERSIONSunpoet Po-Chuan Hsieh2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326081
* Update to 0.10(.)01.Anton Berezin2013-09-023-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/XML-MyXML/Changes Notes: svn path=/head/; revision=326076
* - 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 0.0991Frederic Culot2013-06-143-5/+8
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) Changes: http://search.cpan.org/dist/XML-MyXML/Changes Notes: svn path=/head/; revision=320889
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Update to 0.09(.)89.Anton Berezin2013-03-252-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/XML-MyXML/Changes (not helpful) Notes: svn path=/head/; revision=315220
* Update to 0.09(.)88.Anton Berezin2013-03-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-MyXML/Changes Notes: svn path=/head/; revision=314831
* Update to 0.09(.)87.Anton Berezin2013-03-122-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-MyXML/Changes Notes: svn path=/head/; revision=313964
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - 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.09.86Mathieu Arnold2007-10-302-6/+6
| | | | Notes: svn path=/head/; revision=202433
* - Update to 0.098061Cheng-Lung Sung2007-08-152-4/+5
| | | | Notes: svn path=/head/; revision=197699
* - Update to 0.09805Cheng-Lung Sung2007-07-302-5/+5
| | | | | | | | | | - release maintainership PR: ports/114976 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=196677
* Add p5-XML-MyXML 0.09766, a simple-to-use XML module parsing andCheng-Lung Sung2007-05-014-0/+34
creating XML documents. PR: ports/112261 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=191250