aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.02Sunpoet Po-Chuan Hsieh2019-06-151-2/+2
| | | | | | | | | | - Sort PLIST - Take maintainership Changes: https://metacpan.org/changes/distribution/XML-SAX Notes: svn path=/head/; revision=504253
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-03-301-2/+4
| | | | Notes: svn path=/head/; revision=497358
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* textproc/p5-XML-SAX: fix checksum mismatch for ParserDetails.iniKurt Jaeger2018-02-271-0/+3
| | | | | | | | | | | | | | | | | | - The file %%SITE_PERL%%/XML/SAX/ParserDetails.ini is updated by ports that depending textproc/p5-XML-SAX. - For example, textproc/p5-XML-SAX-Expat, textproc/p5-XML-Simple and textproc/p5-XML-LibXML append something to the .ini file. - This causes checksum mismatch when executing `pkg check -s textproc/p5-XML-SAX` The fix provides a pkg-install program to handle the file in post-install. PR: 197011 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Reviewed by: John Hein, mat, Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=463111
* Update to 1.00Sunpoet Po-Chuan Hsieh2018-02-151-6/+2
| | | | | | | | | | - Add NO_ARCH - Remove outdated post-configure: Changes: http://search.cpan.org/dist/XML-SAX/Changes Notes: svn path=/head/; revision=461894
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSESunpoet Po-Chuan Hsieh2015-01-111-0/+3
| | | | Notes: svn path=/head/; revision=376744
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+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
* 1: remove WRITE_INI_OK config from p5-XML-SAX, force to write ini now.Vanilla I. Shu2013-11-081-19/+2
| | | | | | | | | | 2: fix install/deinstall problem of p5-XML-SAX-ExpatXS, will cause md5 checksum error of p5-XML-SAX. PR: ports/183781 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Notes: svn path=/head/; revision=333249
* Support STAGEDIR.Vanilla I. Shu2013-11-071-5/+0
| | | | 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-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - shorten description to prevent line wrappingJason Helfman2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301479
* Convert to new options frameworkBaptiste Daroussin2012-05-311-2/+4
| | | | Notes: svn path=/head/; revision=297871
* Fix interactivity when ParserDetails exists.Chris Rees2012-05-271-0/+15
| | | | | | | | | | It is now an OPTION (on by default, and recommended) to alter ParserDetails.ini so unattended builds are no longer held up. Requested by: wblock Notes: svn path=/head/; revision=297554
* - Update to 0.99Sunpoet Po-Chuan Hsieh2012-05-081-8/+7
| | | | | | | | | Changes: http://search.cpan.org/dist/XML-SAX/Changes PR: ports/166794 Submitted by: sunpoet (myself) Notes: svn path=/head/; revision=296214
* Pass maintainership of almost of my "p5-*" ports to "perl@".Sergey Skvortsov2012-05-071-1/+1
| | | | | | | (I hope updating of them will be improved). Notes: svn path=/head/; revision=296145
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 0.96Sergey Skvortsov2008-08-111-1/+1
| | | | | | | Changes: http://search.cpan.org/src/GRANTM/XML-SAX-0.96/Changes Notes: svn path=/head/; revision=218401
* - 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
* Update to 0.16Sergey Skvortsov2007-06-271-1/+1
| | | | | | | Changes: http://search.cpan.org/src/GRANTM/XML-SAX-0.16/Changes Notes: svn path=/head/; revision=194330
* Update to 0.15Sergey Skvortsov2007-02-111-2/+2
| | | | | | | Changes: http://search.cpan.org/src/GRANTM/XML-SAX-0.15/Changes Notes: svn path=/head/; revision=184894
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-1/+0
| | | | | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin) Notes: svn path=/head/; revision=166317
* Update to 0.14Sergey Skvortsov2006-04-251-1/+1
| | | | | | | Changes: http://search.cpan.org/src/MSERGEANT/XML-SAX-0.14/Changes Notes: svn path=/head/; revision=160438
* Update to 0.13Sergey Skvortsov2005-10-251-1/+1
| | | | | | | Changes: http://search.cpan.org/src/MSERGEANT/XML-SAX-0.13/Changes Notes: svn path=/head/; revision=146330
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allMathieu Arnold2004-08-121-3/+8
| | | | | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme. Notes: svn path=/head/; revision=116026
* Updated to 0.12Sergey Skvortsov2003-02-271-5/+5
| | | | Notes: svn path=/head/; revision=76562
* Updated to 0.11Sergey Skvortsov2002-09-041-6/+4
| | | | Notes: svn path=/head/; revision=65590
* Updated to 0.10, solved broken .pod issue, added post-install scriptSergey Skvortsov2002-04-081-2/+5
| | | | | | | | | to register XML::SAX::PurePerl. Approved by: markm Notes: svn path=/head/; revision=57446
* Updated to 1.05Sergey Skvortsov2002-01-281-6/+13
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=53903
* upgrade to 0.03Ying-Chieh Liao2001-12-131-3/+4
| | | | | | | | PR: 32771 Submitted by: maintainer Notes: svn path=/head/; revision=51471
* Add p5-XML-SAX 0.02, simple API for XML.Anton Berezin2001-11-201-0/+27
PR: 32104 Submitted by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=50276