mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-RTF-Tokenizer 1.04, perl module for reading RTF files.
PR: 58046 Submitted by: clsung@dragon2.net
This commit is contained in:
parent
b8896a3ccd
commit
5a2d1fa3ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91490
@ -216,6 +216,7 @@
|
||||
SUBDIR += p5-RDF-Core
|
||||
SUBDIR += p5-RDF-Notation3
|
||||
SUBDIR += p5-RDFStore
|
||||
SUBDIR += p5-RTF-Tokenizer
|
||||
SUBDIR += p5-RTF-Writer
|
||||
SUBDIR += p5-Regex-PreSuf
|
||||
SUBDIR += p5-Regexp-Common
|
||||
|
22
textproc/p5-RTF-Tokenizer/Makefile
Normal file
22
textproc/p5-RTF-Tokenizer/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: textproc/p5-RTF-Tokenizer
|
||||
# Date created: Oct 15th 2003
|
||||
# Whom: clsung@dragon2.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= RTF-Tokenizer
|
||||
PORTVERSION= 1.04
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= RTF
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@dragon2.net
|
||||
COMMENT= Perl module for reading RTF files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= RTF::Tokenizer.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-RTF-Tokenizer/distinfo
Normal file
1
textproc/p5-RTF-Tokenizer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (RTF-Tokenizer-1.04.tar.gz) = a2a211374c638dec34ebbd8fda91be3c
|
13
textproc/p5-RTF-Tokenizer/pkg-descr
Normal file
13
textproc/p5-RTF-Tokenizer/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
RTF::Tokenizer is an object-orientated low-level RTF reader. If
|
||||
you're looking to render RTF, or want a higher-level RTF processor,
|
||||
this is not the module for you - you want RTF::Reader. This is the
|
||||
sixth release of RTF::Tokenizer - it's faster, higher quality, and
|
||||
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.
|
||||
|
||||
--
|
||||
Peter Sergeant
|
||||
rtft@clueball.com
|
7
textproc/p5-RTF-Tokenizer/pkg-plist
Normal file
7
textproc/p5-RTF-Tokenizer/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/rtfdiff
|
||||
bin/rtfdump
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Tokenizer/.packlist
|
||||
%%SITE_PERL%%/RTF/Tokenizer.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Tokenizer
|
||||
@dirrm %%SITE_PERL%%/RTF
|
||||
@unexec rmdir %D/%%SITE_PERL%%/RTF 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user