aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RTF-Parser
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-17 07:47:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-17 07:47:56 +0000
commitfa5be9819616d4432313976ec74a0ee52a96b681 (patch)
tree712cc78e0ae37788ef6f3ef6643127676c5ca97f /textproc/p5-RTF-Parser
parent5a2d1fa3ef5f1666b87b254d5abd66bc7be89e8c (diff)
downloadports-fa5be9819616d4432313976ec74a0ee52a96b681.tar.gz
ports-fa5be9819616d4432313976ec74a0ee52a96b681.zip
Add p5-RTF-Parser 1.07, perl module for parsing RTF files.
PR: 58044 Submitted by: clsung@dragon2.net
Notes
Notes: svn path=/head/; revision=91491
Diffstat (limited to 'textproc/p5-RTF-Parser')
-rw-r--r--textproc/p5-RTF-Parser/Makefile20
-rw-r--r--textproc/p5-RTF-Parser/distinfo1
-rw-r--r--textproc/p5-RTF-Parser/pkg-descr11
-rw-r--r--textproc/p5-RTF-Parser/pkg-plist18
4 files changed, 50 insertions, 0 deletions
diff --git a/textproc/p5-RTF-Parser/Makefile b/textproc/p5-RTF-Parser/Makefile
new file mode 100644
index 000000000000..41aff4152ca9
--- /dev/null
+++ b/textproc/p5-RTF-Parser/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: textproc/p5-RTF-Parser
+# Date created: Oct 15th 2003
+# Whom: clsung@dragon2.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= RTF-Parser
+PORTVERSION= 1.07
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= RTF
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@dragon2.net
+COMMENT= Perl module for parsing RTF files
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-RTF-Parser/distinfo b/textproc/p5-RTF-Parser/distinfo
new file mode 100644
index 000000000000..539ad6a5c8b8
--- /dev/null
+++ b/textproc/p5-RTF-Parser/distinfo
@@ -0,0 +1 @@
+MD5 (RTF-Parser-1.07.tar.gz) = ee8e5e0a734451dee084489dab44e4d8
diff --git a/textproc/p5-RTF-Parser/pkg-descr b/textproc/p5-RTF-Parser/pkg-descr
new file mode 100644
index 000000000000..feee45b77769
--- /dev/null
+++ b/textproc/p5-RTF-Parser/pkg-descr
@@ -0,0 +1,11 @@
+The RTF package set is a minimal RTF processor. This set is provided
+with an RTF to HTML converter. This converter is just an example, not
+a full-fledged application.
+
+You can try this converter the RTF specification (see the "Ressources"
+section). For example:
+
+ % rtf2html RTF-Spec-1_5.rtf > RTF-Spec-1_5.htm
+
+Philippe Verdret
+pverdret@sonovision-itep.fr
diff --git a/textproc/p5-RTF-Parser/pkg-plist b/textproc/p5-RTF-Parser/pkg-plist
new file mode 100644
index 000000000000..df61a0a72106
--- /dev/null
+++ b/textproc/p5-RTF-Parser/pkg-plist
@@ -0,0 +1,18 @@
+bin/rtf2text
+bin/rtf2html
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Parser/.packlist
+%%SITE_PERL%%/RTF/Parser.pm
+%%SITE_PERL%%/RTF/Charsets.pm
+%%SITE_PERL%%/RTF/Config.pm
+%%SITE_PERL%%/RTF/Control.pm
+%%SITE_PERL%%/RTF/HTML/ansi
+%%SITE_PERL%%/RTF/HTML/char_map
+%%SITE_PERL%%/RTF/HTML/Converter.pm
+%%SITE_PERL%%/RTF/TEXT/ansi
+%%SITE_PERL%%/RTF/TEXT/char_map
+%%SITE_PERL%%/RTF/TEXT/Converter.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Parser
+@dirrm %%SITE_PERL%%/RTF/HTML
+@dirrm %%SITE_PERL%%/RTF/TEXT
+@dirrm %%SITE_PERL%%/RTF
+@unexec rmdir %D/%%SITE_PERL%%/RTF 2>/dev/null || true