diff options
author | agc <agc@pkgsrc.org> | 2001-05-14 13:36:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-14 13:36:21 +0000 |
commit | cd842ca2654c2f3f38716718f88108aa2e548f70 (patch) | |
tree | 6ab463394da4b22a21e8c99223cfc685a3d42c25 /converters/rtf2html | |
parent | c0f07671d1d6d9effe31379633f5014d7a2452a3 (diff) | |
download | pkgsrc-cd842ca2654c2f3f38716718f88108aa2e548f70.tar.gz |
Initial import of rtf2html-1.1 into the packages collection.
Provided by Jesse Off (joff@newmonics.com) in PR 12883
rtf2html is a simple Rich Text Format (RTF) to HTML file converter.
Diffstat (limited to 'converters/rtf2html')
-rw-r--r-- | converters/rtf2html/Makefile | 18 | ||||
-rw-r--r-- | converters/rtf2html/distinfo | 4 | ||||
-rw-r--r-- | converters/rtf2html/pkg/DESCR | 1 | ||||
-rw-r--r-- | converters/rtf2html/pkg/PLIST | 2 |
4 files changed, 25 insertions, 0 deletions
diff --git a/converters/rtf2html/Makefile b/converters/rtf2html/Makefile new file mode 100644 index 00000000000..c4a16a5322c --- /dev/null +++ b/converters/rtf2html/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 13:36:21 agc Exp $ +# + +DISTNAME= rtf2html +PKGNAME= rtf2html-1.1 +CATEGORIES= converters +MASTER_SITES= http://www.fe.msk.ru/~vitus/misc/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.fe.msk.ru/~vitus/catdoc/ +COMMENT= Rich Text to HTML file converter + +ALL_TARGET= rtf2html + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rtf2html ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/rtf2html/distinfo b/converters/rtf2html/distinfo new file mode 100644 index 00000000000..284a651fffb --- /dev/null +++ b/converters/rtf2html/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 13:36:21 agc Exp $ + +SHA1 (rtf2html.tar.gz) = 32aa4f81f6097a71c7052928cbcf089498b60b4f +Size (rtf2html.tar.gz) = 5548 bytes diff --git a/converters/rtf2html/pkg/DESCR b/converters/rtf2html/pkg/DESCR new file mode 100644 index 00000000000..772d5eb88c2 --- /dev/null +++ b/converters/rtf2html/pkg/DESCR @@ -0,0 +1 @@ +Simple Rich Text Format (RTF) to HTML file converter. diff --git a/converters/rtf2html/pkg/PLIST b/converters/rtf2html/pkg/PLIST new file mode 100644 index 00000000000..0803e956cff --- /dev/null +++ b/converters/rtf2html/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 13:36:21 agc Exp $ +bin/rtf2html |