aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPI
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.270Sunpoet Po-Chuan Hsieh2019-07-102-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=506369
* Update to 1.269Sunpoet Po-Chuan Hsieh2019-05-192-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=502067
* Update to 1.264Sunpoet Po-Chuan Hsieh2019-04-292-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=500420
* Update to 1.258Sunpoet Po-Chuan Hsieh2019-04-292-5/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=500390
* Update to 1.256Sunpoet Po-Chuan Hsieh2019-04-272-4/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=500250
* Update to 1.250Sunpoet Po-Chuan Hsieh2019-04-263-12/+13
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=500155
* 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
* Update to 1.236Sunpoet Po-Chuan Hsieh2017-06-232-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/PPI/Changes Notes: svn path=/head/; revision=444199
* Update to 1.228Sunpoet Po-Chuan Hsieh2017-06-202-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/PPI/Changes Notes: svn path=/head/; revision=443986
* Update to 1.224Sunpoet Po-Chuan Hsieh2017-05-153-95/+97
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/PPI/Changes Notes: svn path=/head/; revision=440944
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-04-081-4/+7
| | | | | | | | | - Add PORTSCOUT - Add NO_ARCH - Sort *_DEPENDS Notes: svn path=/head/; revision=438016
* Moving maintainership burden onto broader shouldersLars Thegler2017-04-071-1/+1
| | | | Notes: svn path=/head/; revision=437950
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* update to 1.220Lars Thegler2015-01-032-5/+4
| | | | | | | | PR: 196283 Submitted by: adamw Notes: svn path=/head/; revision=376141
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-17/+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
* * Convert to stagingMathieu Arnold2014-01-212-91/+92
| | | | | | | | | * Add license Sponsored by: Absolight Notes: svn path=/head/; revision=340622
* 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 frameworkAndrej Zverev2013-08-071-1/+2
| | | | | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer) Notes: svn path=/head/; revision=324352
* - Trim Makefile headerAndrej Zverev2013-06-071-13/+2
| | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178905 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320159
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+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-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
* - updated _DEPENDS [1]Lars Thegler2012-03-071-2/+10
| | | | | | | | | | - added regression-test target PR: ports/165511 [1] Submitted by: swills Notes: svn path=/head/; revision=292890
* - Add PERL_LEVEL check: List::Utils>=1.20 is already in Perl 5.10 and aboveLars Thegler2011-06-121-4/+12
| | | | | | | | | | | - Use new CPAN:id macro - Bump PORTREVISION for dependency change PR: ports/157625 Submitted by: sunpoet Notes: svn path=/head/; revision=275449
* Update to 1.215Lars Thegler2011-03-102-6/+4
| | | | Notes: svn path=/head/; revision=270622
* Update to 1.213Lars Thegler2010-07-122-4/+4
| | | | Notes: svn path=/head/; revision=257683
* Update to 1.210Lars Thegler2010-02-162-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249926
* Update to 1.209Lars Thegler2010-02-082-4/+4
| | | | Notes: svn path=/head/; revision=249416
* Update to 1.208Lars Thegler2010-01-232-5/+4
| | | | Notes: svn path=/head/; revision=248406
* Update dependenciesLars Thegler2009-09-291-9/+4
| | | | | | | | | Feature safe: yes Submitted by: kuriyama Notes: svn path=/head/; revision=242226
* Update to 1.206Lars Thegler2009-08-183-12/+27
| | | | Notes: svn path=/head/; revision=239870
* Update to 1.203Lars Thegler2008-05-293-5/+7
| | | | Notes: svn path=/head/; revision=213854
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+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.201Lars Thegler2007-10-292-4/+4
| | | | Notes: svn path=/head/; revision=202306
* Update to 1.200Lars Thegler2007-10-163-6/+23
| | | | Notes: svn path=/head/; revision=201561
* 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 1.118Lars Thegler2006-09-242-4/+5
| | | | Notes: svn path=/head/; revision=173706
* Update to 1.117Lars Thegler2006-09-063-4/+6
| | | | Notes: svn path=/head/; revision=172385
* - Update to v1.115Aaron Dalton2006-07-142-9/+4
| | | | | | | | | PR: ports/99117 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=167811
* Update to 1.112Lars Thegler2006-04-302-5/+5
| | | | Notes: svn path=/head/; revision=160906
* - Update to 1.110Lars Thegler2006-01-272-13/+17
| | | | | | | - Use versioned packages dependencies Notes: svn path=/head/; revision=154607
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-7/+7
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 1.109Lars Thegler2006-01-062-4/+4
| | | | Notes: svn path=/head/; revision=152887
* - perl module Params::Util (>= 0.05) is requiredLars Thegler2005-11-282-0/+2
| | | | | | | | | | - add SHA256 checksum PR: ports/89655 Submitted by: clsung Notes: svn path=/head/; revision=149769
* Update to 1.104Lars Thegler2005-11-112-3/+3
| | | | Notes: svn path=/head/; revision=147924
* Update to 1.103Lars Thegler2005-10-132-9/+11
| | | | Notes: svn path=/head/; revision=145280
* Update to 1.101Lars Thegler2005-10-023-3/+5
| | | | Notes: svn path=/head/; revision=144012
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304