aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Reader
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.67Sunpoet Po-Chuan Hsieh2018-11-222-5/+9
| | | | | | | | | | | - Add LICENSE_FILE - Sort TEST_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/XML-Reader Notes: svn path=/head/; revision=485620
* 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
* 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
* 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-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-1/+1
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* - Update to 0.65Sunpoet Po-Chuan Hsieh2015-01-113-18/+13
| | | | | | | | | | - Convert to new options helper - Sort PLIST Changes: http://search.cpan.org/dist/XML-Reader/Changes Notes: svn path=/head/; revision=376764
* - Update to 0.64Philippe Audeoud2014-12-052-4/+3
| | | | Notes: svn path=/head/; revision=374049
* 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
* textproc/p5-XML-Reader: 0.51 -> 0.53Kurt Jaeger2014-08-152-4/+3
| | | | | | | doc fixes. Notes: svn path=/head/; revision=365051
* textproc/p5-XML-Reader: 0.49 -> 0.51Kurt Jaeger2014-08-092-9/+14
| | | | | | | | - Add the possibility of reading http (using Net::HTTP) - fix a typing error in the POD documentation Notes: svn path=/head/; revision=364433
* - Convert to new options helperSunpoet Po-Chuan Hsieh2014-02-271-18/+8
| | | | | | | | - Update PP_DESC - Remove outdated PERL_LEVEL check Notes: svn path=/head/; revision=346398
* Support STAGEDIR.Vanilla I. Shu2013-11-072-9/+7
| | | | 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
* - 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.49Wen Heping2012-08-113-4/+7
| | | | | | | Changes: http://cpansearch.perl.org/src/KEICHNER/XML-Reader-0.49/Changes Notes: svn path=/head/; revision=302413
* - Update to 0.46Sunpoet Po-Chuan Hsieh2012-08-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Reader/Changes Notes: svn path=/head/; revision=302208
* - Update to 0.44Sunpoet Po-Chuan Hsieh2012-08-052-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/XML-Reader/Changes Notes: svn path=/head/; revision=302078
* - Update to 0.42Sunpoet Po-Chuan Hsieh2012-07-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Reader/Changes Notes: svn path=/head/; revision=301779
* - Update to 0.40Sunpoet Po-Chuan Hsieh2012-07-062-6/+27
| | | | | | | | | | - Add LICENSE - Add OPTIONS: PP for XML::Parsepp Changes: http://search.cpan.org/dist/XML-Reader/Changes Notes: svn path=/head/; revision=300549
* - Update to 0.39Cheng-Lung Sung2011-10-292-3/+3
| | | | Notes: svn path=/head/; revision=284573
* - Update to 0.38Sunpoet Po-Chuan Hsieh2011-10-182-5/+8
| | | | | | | Changes: http://search.cpan.org/dist/XML-Reader/Changes Notes: svn path=/head/; revision=283829
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - update to 0.37Yen-Ming Lee2010-06-022-6/+5
| | | | Notes: svn path=/head/; revision=255574
* - Update to 0.35Wen Heping2010-05-062-5/+5
| | | | | | | - set maintainer to perl@ Notes: svn path=/head/; revision=253804
* - Update to 0.32Wen Heping2010-02-242-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250254
* - Update to 0.31Wen Heping2010-01-302-4/+4
| | | | Notes: svn path=/head/; revision=248824
* - Update to 0.30Wen Heping2010-01-263-5/+7
| | | | Notes: svn path=/head/; revision=248593
* - Update to 0.29Wen Heping2009-11-012-4/+4
| | | | | | | Approved by: miwi,jadawin(mentors,implicit) Notes: svn path=/head/; revision=243597
* XML::Reader provides a simple and easy to use interface forWen Heping2009-10-204-0/+39
sequentially parsing XML files (so called "pull-mode" parsing) and at the same time keeps track of the complete XML-path. It was developped as a wrapper on top of XML::Parser. WWW: http://search.cpan.org/dist/XML-Reader/ Approved by: mentors(implicit) Notes: svn path=/head/; revision=243128