aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser-Lite-Tree
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add LICENSESunpoet Po-Chuan Hsieh2015-06-132-3/+5
| | | | | | | | - Sort PLIST - Pass maintainership to perl@ Notes: svn path=/head/; revision=389434
* Reset dhn's portsErwin Lansing2015-06-121-1/+1
| | | | | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr Notes: svn path=/head/; revision=389300
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+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
* - Stage supportMartin Wilke2014-01-282-3/+2
| | | | Notes: svn path=/head/; revision=341608
* 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/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326942
* - Update to 0.14Dennis Herrmann2011-06-112-4/+3
| | | | Notes: svn path=/head/; revision=275358
* - Update to 0.12Dennis Herrmann2009-09-202-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241819
* - Update to 0.11Dennis Herrmann2009-08-232-4/+4
| | | | Notes: svn path=/head/; revision=240185
* - Update to 0.09Dennis Herrmann2009-08-032-5/+4
| | | | Notes: svn path=/head/; revision=238817
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Pass maintainership to submitterMartin Wilke2008-10-031-1/+1
| | | | | | | | PR: 127783 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=221165
* - update to 0.08Yen-Ming Lee2008-10-023-12/+10
| | | | Notes: svn path=/head/; revision=221112
* - 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
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-7/+1
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* requires perl > 5.6Ying-Chieh Liao2005-05-021-1/+7
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=134475
* add p5-XML-Parser-Lite-Tree 0.03Ying-Chieh Liao2005-04-274-0/+43
Lightweight XML tree builder Notes: svn path=/head/; revision=134262