aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom-Syndication
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+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-16/+14
| | | | 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
* - 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-5/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - simplify dependencyYen-Ming Lee2009-12-151-8/+4
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=245871
* - Update to 0.94.2 (0.942)Cheng-Lung Sung2008-01-052-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/XML-Atom-Syndication/Changes Notes: svn path=/head/; revision=205045
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | 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.94Mathieu Arnold2006-08-182-7/+5
| | | | | | | | PR: 102234 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=170946
* Update to 0.92Mathieu Arnold2006-06-192-5/+5
| | | | Notes: svn path=/head/; revision=165768
* - Update to v0.91Aaron Dalton2006-06-183-10/+22
| | | | | | | | | | | - Restrict to Perl 5.6+ due to dependencies PR: ports/99127 Submitted by: aaron Approved by: tobez (implicit) Notes: svn path=/head/; revision=165717
* - update to 0.901Yen-Ming Lee2006-04-213-15/+36
| | | | | | | - assign to perl@ Notes: svn path=/head/; revision=160049
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* Update to 0.091Lars Thegler2005-09-212-3/+3
| | | | Notes: svn path=/head/; revision=143270
* - update to 0.09Cheng-Lung Sung2005-07-172-3/+3
| | | | | | | | | - from Changes - Replaced use of Style param in XML::Atom::Syndication with Handlers param. - Fixed XHTML namespace and removed trailing slash. Notes: svn path=/head/; revision=139400
* Drop maintainershipTilman Keskinoz2004-12-061-1/+1
| | | | Notes: svn path=/head/; revision=123310
* Update to 0.08Tilman Keskinoz2004-10-132-3/+3
| | | | Notes: svn path=/head/; revision=119161
* Add p5-XML-Atom-Syndication, A lightweight client for Atom FeedsTilman Keskinoz2004-05-224-0/+45
Notes: svn path=/head/; revision=109747