- Update to 1.14

- Add LICENSE (Artistic 1 & GPL 1)
- Add WWW link

Changes:	http://search.cpan.org/dist/RTF-Tokenizer/CHANGES
This commit is contained in:
Frederic Culot 2014-02-07 10:16:44 +00:00
parent 4cfb085184
commit 39062a8a23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343209
3 changed files with 8 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RTF-Tokenizer
PORTVERSION= 1.13
PORTVERSION= 1.14
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reading RTF files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure

View file

@ -1,2 +1,2 @@
SHA256 (RTF-Tokenizer-1.13.tar.gz) = ab5f3d3326e16a2d4b547b1affbc5413d9321ef9cfbff903b634f21d859a46a5
SIZE (RTF-Tokenizer-1.13.tar.gz) = 30200
SHA256 (RTF-Tokenizer-1.14.tar.gz) = 114244ca1846e4de21c99c1e5c02dd4d91522b009904bab318dced8a0ed767f4
SIZE (RTF-Tokenizer-1.14.tar.gz) = 30308

View file

@ -7,3 +7,5 @@ implements the RTF standard better than any previous release.
It's also philosophically a better module, and conforms more
strictly to Object Orientated guidelines - it can be sub-classed
and the interface is cleaner.
WWW: http://search.cpan.org/dist/RTF-Tokenizer/