aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Tree
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.25Sunpoet Po-Chuan Hsieh2015-05-272-5/+12
| | | | | | | | | - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Pod-Tree/Changes Notes: svn path=/head/; revision=387555
* - Update to 1.24Sunpoet Po-Chuan Hsieh2015-05-223-18/+19
| | | | | | | | | | - Silence patch messages - Sort PLIST Changes: http://search.cpan.org/dist/Pod-Tree/Changes Notes: svn path=/head/; revision=387042
* - Update to 1.23Frederic Culot2015-05-213-3/+12
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Pod-Tree/Changes Notes: svn path=/head/; revision=386934
* - Update to 1.20Wen Heping2015-05-192-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/SZABGAB/Pod-Tree-1.20/Changes Notes: svn path=/head/; revision=386750
* 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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-17/+18
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - 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
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309070
* - 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
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+8
| | | | | | | | | | | | 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-8/+2
| | | | | | | | | | | | | | | | | | 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
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Update to 1.17Wen Heping2010-06-232-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256860
* - update to 1.16Yen-Ming Lee2009-04-233-10/+16
| | | | Notes: svn path=/head/; revision=232621
* - 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 1.15Martin Wilke2007-06-293-5/+7
| | | | Notes: svn path=/head/; revision=194496
* Update to 1.14Mathieu Arnold2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193905
* - update to 1.13Yen-Ming Lee2007-04-082-4/+6
| | | | Notes: svn path=/head/; revision=189460
* - update to 1.12Yen-Ming Lee2007-03-293-20/+10
| | | | Notes: svn path=/head/; revision=188715
* 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* - skip pod2html under perl 5.6 or aboveYen-Ming Lee2005-03-022-15/+29
| | | | Notes: svn path=/head/; revision=130150
* Updated to 1.11Sergey Skvortsov2004-11-262-10/+4
| | | | Notes: svn path=/head/; revision=122497
* add p5-Pod-Tree 1.10Ying-Chieh Liao2004-08-104-0/+70
Create a static syntax tree for a POD Notes: svn path=/head/; revision=115801