From f86004a81e9c676501d311063f164fbbc39d9660 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 14 May 2001 13:36:21 +0000 Subject: 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. --- converters/rtf2html/Makefile | 18 ++++++++++++++++++ converters/rtf2html/distinfo | 4 ++++ converters/rtf2html/pkg/DESCR | 1 + converters/rtf2html/pkg/PLIST | 2 ++ 4 files changed, 25 insertions(+) create mode 100644 converters/rtf2html/Makefile create mode 100644 converters/rtf2html/distinfo create mode 100644 converters/rtf2html/pkg/DESCR create mode 100644 converters/rtf2html/pkg/PLIST (limited to 'converters') 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 -- cgit v1.2.3