aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Support stagingMathieu Arnold2014-01-242-6/+8
| | | | | | | | | | - Add license - Pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340915
* 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
* - fix broken patch [1]Lars Thegler2013-09-022-11/+5
| | | | | | | | | | - workaround for bug in distribution PR: ports/181745 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=325958
* - Regen files/patch-Build.PL which failed to apply:Andrej Zverev2013-09-011-7/+7
| | | | | | | | | | | | ===> Applying FreeBSD patches for p5-Text-RecordParser-1.6.3 1 out of 1 hunks failed--saving rejects to ./Build.PL.rej => Patch patch-Build.PL failed to apply cleanly. *** Error code 1 With hat: perl@ Notes: svn path=/head/; revision=325909
* - Update to 1.6.3Lars Thegler2013-08-312-7/+10
| | | | | | | | | | | | | | | Changelog: 1.6.3 August 9 2012 - Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs 1.6.2 August 9 2012 - Made output of "tablify -v" prettier using Text::Autoformat Notes: svn path=/head/; revision=325795
* - 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
* - update to 1.6.1Lars Thegler2013-06-182-7/+3
| | | | Notes: svn path=/head/; revision=321189
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-051-2/+2
| | | | | | | Approved by: maintainer (lth@ via email) Notes: svn path=/head/; revision=298459
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-291-0/+1
| | | | | | | | | PR: ports/164323 Submitted by: swills (myself) Approved by: maintainer (blanket) Notes: svn path=/head/; revision=290055
* - Change PERL_MODBUILD 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=281879
* Update to 1.5.0Lars Thegler2011-08-292-4/+5
| | | | Notes: svn path=/head/; revision=280689
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Update to 1.4.0Lars Thegler2010-02-182-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250025
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-1/+2
| | | | | | | | | (part 7). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248607
* Update to 1.3.0Lars Thegler2009-10-253-7/+10
| | | | | | | | PR: ports/139790 Submitted by: Andrej Zverev <az@freebsd.org> Notes: svn path=/head/; revision=243302
* - 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
* 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 1.2.1Lars Thegler2006-06-143-9/+9
| | | | Notes: svn path=/head/; revision=165388
* Update to 1.1.2Lars Thegler2006-04-212-4/+4
| | | | Notes: svn path=/head/; revision=160074
* Update to 1.1.0Lars Thegler2006-02-212-4/+5
| | | | Notes: svn path=/head/; revision=156583
* Update to 1.0.1Lars Thegler2006-02-133-16/+7
| | | | Notes: svn path=/head/; revision=155920
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Forgot to bump PORTREVISION on last change.Lars Thegler2006-01-171-0/+1
| | | | | | | Noticed by: pointyhat Notes: svn path=/head/; revision=153707
* - Added missing installed moduleLars Thegler2006-01-153-7/+27
| | | | | | | | | | | | | - Added additional dependency - Make Build.PL install bin scripts (reported upstream) - Removed test-only dependencies from Build.PL - Make portlint happy Reported by: pointyhat Pointy hat to: lth Notes: svn path=/head/; revision=153561
* - Update to 1.0.0, port now requires perl5.8Lars Thegler2006-01-095-92/+10
| | | | | | | - Added SHA256 checksum Notes: svn path=/head/; revision=153136
* 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
* Update to 0.09Lars Thegler2005-08-292-3/+3
| | | | Notes: svn path=/head/; revision=141254
* Update to 0.08Lars Thegler2004-11-243-4/+5
| | | | Notes: svn path=/head/; revision=122324
* - Missing distinfo updateLars Thegler2004-10-141-2/+2
| | | | | | | Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=119453
* - Update to 0.07Lars Thegler2004-10-131-7/+1
| | | | | | | - Remove obsolete PREFIX hackery Notes: svn path=/head/; revision=119302
* Change of email address.Lars Thegler2004-06-011-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110600
* - Update to 0.06.Erwin Lansing2004-05-185-5/+75
| | | | | | | | | | | - Now depends on the new port textproc/p5-Text-TabularDisplay - Make PREFIX-clean under perl 5.005_03. PR: 66807 Submitted by: maintainer Notes: svn path=/head/; revision=109437
* Add a small patch so that 5.005 works tooMathieu Arnold2004-05-062-1/+25
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=108559
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* - Update to version 0.05Kirill Ponomarev2003-12-202-2/+2
| | | | | | | | PR: 60436 Submitted by: maintainer Notes: svn path=/head/; revision=96277
* Add p5-Text-RecordParser 0.04, read record-oriented files.Mathieu Arnold2003-12-044-0/+42
PR: 59623 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=95025