aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RTF-Tokenizer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.20Wen Heping2016-08-141-1/+1
| | | | | | | Changes: http://cpansearch.perl.org/src/SARGIE/RTF-Tokenizer-1.20/CHANGES Notes: svn path=/head/; revision=420179
* - Update to 1.19Sunpoet Po-Chuan Hsieh2015-01-111-2/+1
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/RTF-Tokenizer/CHANGES Notes: svn path=/head/; revision=376761
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* - Update to 1.18Philippe Audeoud2014-06-181-1/+1
| | | | Notes: svn path=/head/; revision=358248
* - Update to 1.14Frederic Culot2014-02-071-1/+4
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Add WWW link Changes: http://search.cpan.org/dist/RTF-Tokenizer/CHANGES Notes: svn path=/head/; revision=343209
* Support STAGEDIR.Vanilla I. Shu2013-11-071-6/+0
| | | | 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
* - 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
* - Update to 1.13Cheng-Lung Sung2011-03-181-3/+3
| | | | Notes: svn path=/head/; revision=271189
* - 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.10Cheng-Lung Sung2007-04-231-1/+4
| | | | Notes: svn path=/head/; revision=190673
* - Update to 1.09Cheng-Lung Sung2007-04-221-1/+1
| | | | Notes: svn path=/head/; revision=190635
* - update to 1.08Cheng-Lung Sung2005-01-191-1/+1
| | | | | | | | - from CHANGES - Allow for 'sloppy' RTF to be handled if the user wants it Notes: svn path=/head/; revision=126780
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* Upgrade to 1.07Vanilla I. Shu2004-04-071-1/+1
| | | | | | | | PR: ports/65284 Submitted by: maintainer Notes: svn path=/head/; revision=106413
* - Update to version 1.06Kirill Ponomarev2004-01-061-1/+1
| | | | | | | | PR: 60975 Submitted by: maintainer Notes: svn path=/head/; revision=97472
* . Update to 1.05Greg Lewis2003-10-271-1/+1
| | | | | | | | PR: 58598 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=92326
* Add p5-RTF-Tokenizer 1.04, perl module for reading RTF files.Vanilla I. Shu2003-10-171-0/+22
PR: 58046 Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=91490