aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Stream
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 1.24Sunpoet Po-Chuan Hsieh2015-01-013-11/+12
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/XML-Stream/CHANGES Notes: svn path=/head/; revision=376025
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+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-18/+16
| | | | 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
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-11/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309066
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+11
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* -Add missing BUILD_DEPENDS to silence build warningsSteve Wills2012-01-081-0/+1
| | | | Notes: svn path=/head/; revision=288775
* - Set TEST_DEPENDS conditionallySunpoet Po-Chuan Hsieh2011-08-241-1/+4
| | | | Notes: svn path=/head/; revision=280311
* - Update to 1.23_06Sunpoet Po-Chuan Hsieh2011-07-253-3/+4
| | | | | | | Changes: http://search.cpan.org/src/DAPATRICK/XML-Stream-1.23_06/CHANGES Notes: svn path=/head/; revision=278285
* - Update to 1.23_05Sunpoet Po-Chuan Hsieh2011-07-134-27/+27
| | | | | | | | | | - Sort MAN3 - Update WWW Changes: http://search.cpan.org/dist/XML-Stream/CHANGES Notes: svn path=/head/; revision=277635
* - Update to 1.23.04Wen Heping2011-04-113-7/+8
| | | | | | | | | | | Using a developer version because its a required dependency for p5-Net-XMMP-1.02.02. Fixes many issues. PR: ports/156256 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=272492
* - simplify dependencyYen-Ming Lee2010-01-082-10/+10
| | | | | | | | - fix plist - bump PORTREVISION Notes: svn path=/head/; revision=247407
* - Update to 1.23Wen Heping2010-01-083-5/+9
| | | | Notes: svn path=/head/; revision=247380
* Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-291-1/+1
| | | | | | | can look at them. Notes: svn path=/head/; revision=227098
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=149585
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* Update to 1.22 and bump required perl version to 5.8.x or higher.Erwin Lansing2004-12-072-7/+7
| | | | | | | | PR: 74643 Submitted by: Lars Eggert <lars.eggert@gmx.net> Notes: svn path=/head/; revision=123379
* Update to 1.21Erwin Lansing2004-04-052-3/+3
| | | | Notes: svn path=/head/; revision=106217
* Update to 1.20Erwin Lansing2004-04-042-3/+4
| | | | Notes: svn path=/head/; revision=106138
* - Update to 1.17Erwin Lansing2004-02-093-6/+10
| | | | | | | | | - use USE_SIZE This module is now also perl 5.6.0 and higher only. Notes: svn path=/head/; revision=100522
* Simplify and fix detection of conditional dependency on p5-IOErwin Lansing2003-12-291-1/+1
| | | | | | | Submitted by: "Kostik I. Belousov" <kostya@tessart.kiev.ua> Notes: svn path=/head/; revision=96899
* utilize SITE_PERLYing-Chieh Liao2003-10-242-15/+14
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82871
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* XML::Stream needs IO::Select > 1.13.Norikatsu Shigemura2003-01-251-1/+8
| | | | | | | | PR: ports/47395 Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer) Notes: svn path=/head/; revision=74007
* Update to 1.15Patrick Li2002-06-173-3/+4
| | | | | | | | PR: 39403 Submitted by: maintainer Notes: svn path=/head/; revision=61444
* Update to 1.14. Assign the submitter to be the maintainer.Anton Berezin2002-05-282-3/+3
| | | | | | | | PR: 38507 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=60196
* Update textproc/p5-XML-Stream to 1.12.Anton Berezin2001-07-313-7/+13
| | | | | | | | | | | | Change the maintainer to ports@. While at it, fix plist. PR: 29289 Submitted by: maintainer Notes: svn path=/head/; revision=45656
* Update to version 1.11Kevin Lo2001-02-174-6/+12
| | | | | | | | PR: 25165 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38430
* Remove an extraneous directory.Peter Pentchev2000-12-151-0/+1
| | | | | | | | PR: 23556 Submitted by: maintainer Notes: svn path=/head/; revision=35994
* XML::Stream provides you with access to XML StreamClive Lin2000-12-125-0/+43
and Net::Jabber depends on it. PR: 23246 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Notes: svn path=/head/; revision=35925