aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS-LibXML
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
* 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-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.3105Sunpoet Po-Chuan Hsieh2015-12-092-6/+5
| | | | | | | | | | | - Use real PORTVERSION - Add LICENSE_FILE - Convert to new options target helper Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes Notes: svn path=/head/; revision=403403
* - Fix shebangsDmitry Marakasov2015-05-291-2/+5
| | | | | | | | | | - Add NO_ARCH MFH: 2015Q2 Approved by: portmgr blanket Notes: svn path=/head/; revision=387859
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+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
* - Update to 0.3103Sunpoet Po-Chuan Hsieh2014-02-233-12/+14
| | | | | | | | | | | | - Add LICENSE - Add TEST_DEPENDS - Convert to new options framework - Simplify Makefile Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes Notes: svn path=/head/; revision=345711
* Support STAGEDIR.Vanilla I. Shu2013-11-072-15/+9
| | | | Notes: svn path=/head/; revision=333056
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* 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
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - 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.3102Sunpoet Po-Chuan Hsieh2011-09-173-19/+26
| | | | | | | | | | - Respect PORTEXAMPLES - Sort *_DEPENDS and PLIST Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes Notes: svn path=/head/; revision=281897
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - Update to 0.31.00Philip M. Gollucci2010-10-123-5/+6
| | | | | | | | | | PR: ports/151010 Submitted by: max Approved by: maintainer timeout (clsung ; 14 days) Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes Notes: svn path=/head/; revision=262870
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 0.30.02 (0.3002)Cheng-Lung Sung2007-10-112-7/+6
| | | | Notes: svn path=/head/; revision=201287
* 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
* - Update to 0.30.01Cheng-Lung Sung2007-06-083-26/+37
| | | | | | | - give up maintainership Notes: svn path=/head/; revision=193029
* Reflect p5-XML-LibXML-XPathContext removal.Sergey Skvortsov2006-09-301-2/+2
| | | | Notes: svn path=/head/; revision=174190
* - Update to 0.23Cheng-Lung Sung2006-07-092-4/+4
| | | | | | | | PR: ports/99964 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=167268
* - Update from v0.19 to v0.21Aaron Dalton2006-06-023-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move to MODBUILD - Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode - Update plist Changes ======= Except where noted, all changes made by Daisuke Maki 0.21 - 31 May 2006 - Repository blunder messes up the distro. fixed. Reported by Tatsuhiko Miyagawa 0.20 - 14 May 2006 - Set $rss->{version} for compatibility. - As a result, we no longer set or depend on $rss->{_internal}{version}. If you saw it and used it, then stop doing that ;) PR: ports/98333 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) Notes: svn path=/head/; revision=164234
* upgrade to 0.19Ying-Chieh Liao2006-04-282-4/+4
| | | | | | | | PR: 96441 Submitted by: maintainer Notes: svn path=/head/; revision=160619
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - fix pkg-plistCheng-Lung Sung2006-01-211-1/+2
| | | | | | | | | | | - noted by krismail PR: 92034 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=154047
* Add p5-XML-RSS-LibXML 0.15, XML::RSS with XML::LibXML.Cheng-Lung Sung2006-01-164-0/+61
PR: ports/91819 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=153612