aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.00008Sunpoet Po-Chuan Hsieh2015-01-181-4/+4
| | | | | | | | | | | - Add TEST_DEPENDS - Reformat pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/XML-LibXML-SAX-ChunkParser/Changes Notes: svn path=/head/; revision=377357
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* Reset maintainershipBaptiste Daroussin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371040
* - add stage supportAndrej Zverev2014-01-291-3/+0
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* 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-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326945
* - Update MAINTAINER email address for all my portsPo-Chien Lin2013-02-131-1/+1
| | | | | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor) Notes: svn path=/head/; revision=312143
* - Update to 0.00006Steve Wills2013-01-201-10/+8
| | | | | | | | | | | - Give maintainership to submitter - Add LICENSE PR: ports/175346 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=310698
* - Reassign ports to the heap due to a mail bounceThomas Abthorpe2012-08-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=302528
* - Update to 0.00005Sunpoet Po-Chuan Hsieh2012-03-311-2/+3
| | | | | | | | | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/XML-LibXML-SAX-ChunkParser/Changes PR: ports/165555 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 30 days) Feature safe: yes Notes: svn path=/head/; revision=294018
* - Add p5-XML-LibXML-SAX-ChunkParser 0.00003Sunpoet Po-Chuan Hsieh2011-03-071-0/+25
XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing possibly incomplete XML fragments, for example, from a socket. WWW: http://search.cpan.org/dist/XML-LibXML-SAX-ChunkParser/ PR: ports/155340 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net> Notes: svn path=/head/; revision=270449