aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Tree-Suffix
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-052-4/+4
| | | | | | | | - Remove outdated post-patch: - Sort PLIST Notes: svn path=/head/; revision=380518
* - Update to 0.22Philippe Audeoud2015-03-052-4/+3
| | | | Notes: svn path=/head/; revision=380482
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* fix build with perl 5.18Andrej Zverev2014-09-201-0/+4
| | | | | | | PR: 193064 Notes: svn path=/head/; revision=368626
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - support stageAndrej Zverev2014-01-052-4/+2
| | | | Notes: svn path=/head/; revision=338751
* 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
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 0.21Cheng-Lung Sung2009-09-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Tree-Suffix/Changes Notes: svn path=/head/; revision=240770
* - Update to 0.20Cheng-Lung Sung2008-06-132-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Tree-Suffix/Changes Notes: svn path=/head/; revision=214729
* - Update to 0.19Cheng-Lung Sung2007-10-162-4/+4
| | | | Notes: svn path=/head/; revision=201556
* - Update to 0.18Cheng-Lung Sung2007-08-222-4/+4
| | | | Notes: svn path=/head/; revision=198094
* - Update to 0.17Cheng-Lung Sung2007-07-252-4/+4
| | | | Notes: svn path=/head/; revision=196233
* - Update to 0.16Cheng-Lung Sung2007-07-092-15/+14
| | | | Notes: svn path=/head/; revision=195253
* - p5-Tree-Suffix is a perl interface to the libstree library (C library)Cheng-Lung Sung2006-04-194-0/+39
Notes: svn path=/head/; revision=159927