aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Trac
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.16Philippe Audeoud2014-12-052-4/+3
| | | | Notes: svn path=/head/; revision=374047
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+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-9/+7
| | | | 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
* - 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-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add missing BUILD_DEPENDS to silence build warningsSteve Wills2012-01-081-2/+3
| | | | | | | - Move Test-Base to a TEST_DEPEND since it's only used for testing Notes: svn path=/head/; revision=288769
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - update to 0.15Yen-Ming Lee2009-03-092-4/+4
| | | | Notes: svn path=/head/; revision=229708
* Update to 0.14Mathieu Arnold2009-02-262-4/+4
| | | | Notes: svn path=/head/; revision=229082
* - update to 0.13Yen-Ming Lee2008-08-102-12/+11
| | | | Notes: svn path=/head/; revision=218308
* Update to 0.12Mathieu Arnold2008-04-163-4/+5
| | | | Notes: svn path=/head/; revision=211359
* Update to 0.11Erwin Lansing2008-03-182-4/+4
| | | | Notes: svn path=/head/; revision=209320
* - Update to 0.10Yen-Ming Lee2008-03-042-7/+7
| | | | | | | | | | | - Small Makefile cleanups - Added one new dependency PR: 121324 Submitted by: Greg Larkin <glarkin at sourcehosting.net> Notes: svn path=/head/; revision=208411
* - Update to 0.8Martin Wilke2007-12-122-5/+5
| | | | Notes: svn path=/head/; revision=203243
* - update to 0.07Yen-Ming Lee2007-03-262-4/+4
| | | | Notes: svn path=/head/; revision=188349
* - update dependency and unbreak this portYen-Ming Lee2007-03-251-14/+7
| | | | Notes: svn path=/head/; revision=188310
* This is currently failing to package on pointyhat by infinitely askingMark Linimon2007-03-091-0/+1
| | | | | | | for a CPAN site. Notified maintainer. Notes: svn path=/head/; revision=186936
* Update to 0.06Sergey Skvortsov2007-03-033-16/+20
| | | | | | | Changes: http://search.cpan.org/src/MIZZY/Text-Trac-0.06/Changes Notes: svn path=/head/; revision=186417
* Does not work with perl < 5.6Mathieu Arnold2007-01-121-2/+1
| | | | Notes: svn path=/head/; revision=182196
* - Update to 0.05Cheng-Lung Sung2006-12-123-26/+26
| | | | | | | | | | - Move to perl@FreeBSD.org PR: ports/106522 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=179528
* - Fix build in Perl 5.00503Cheng-Lung Sung2006-08-081-0/+5
| | | | | | | | PR: ports/101602 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170043
* - Update to 0.04Cheng-Lung Sung2006-08-012-5/+5
| | | | | | | | | | | | - Text::More only need in 'make test' phase, so leave it to maintainer to remove or put it in BUILD_DEPENDS. PR: ports/100797 Submitted by: clsung Approved by: maintainer (gslin_AT_gslin dot org) Notes: svn path=/head/; revision=169281
* Add p5-Text-Trac 0.03, perl extension for formatting text with Trac WikiCheng-Lung Sung2006-07-194-0/+70
Style. PR: ports/100528 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168236