diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-03 05:48:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-03 05:48:06 +0000 |
commit | 9e590ce6dbedbce77d38512850a9fc1b969af367 (patch) | |
tree | 256820f2df3e04b93a33354d0eb78059dba81f53 /textproc/rtf2htm | |
parent | something wrong with zh-mutt-1.3.22.1.diff.gz in clive's last commit (diff) |
add rtf2htm
A command-line converter from RTF (Rich Text) to HTML
Notes
Notes:
svn path=/head/; revision=47343
Diffstat (limited to 'textproc/rtf2htm')
-rw-r--r-- | textproc/rtf2htm/Makefile | 29 | ||||
-rw-r--r-- | textproc/rtf2htm/distinfo | 1 | ||||
-rw-r--r-- | textproc/rtf2htm/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/rtf2htm/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/rtf2htm/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/rtf2htm/Makefile b/textproc/rtf2htm/Makefile new file mode 100644 index 000000000000..69c4e5fc52c0 --- /dev/null +++ b/textproc/rtf2htm/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# New ports collection makefile for: rtf2htm +# Date created: Sep 3, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rtf2htm +PORTVERSION= 0.17.1 +CATEGORIES= textproc +MASTER_SITES= http://recycle.50megs.com/ + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME} +MAKEFILE= makefile + +MANCOMPRESSED= no +MAN1= rtf2htm.1 + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/${MAKEFILE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rtf2htm ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/textproc/rtf2htm/distinfo b/textproc/rtf2htm/distinfo new file mode 100644 index 000000000000..a23edf26f2ee --- /dev/null +++ b/textproc/rtf2htm/distinfo @@ -0,0 +1 @@ +MD5 (rtf2htm-0.17.1.tar.gz) = 36120bd83a3a686844c3878e8acc0889 diff --git a/textproc/rtf2htm/pkg-comment b/textproc/rtf2htm/pkg-comment new file mode 100644 index 000000000000..eba92180a14e --- /dev/null +++ b/textproc/rtf2htm/pkg-comment @@ -0,0 +1 @@ +A command-line converter from RTF (Rich Text) to HTML diff --git a/textproc/rtf2htm/pkg-descr b/textproc/rtf2htm/pkg-descr new file mode 100644 index 000000000000..c307ec93b333 --- /dev/null +++ b/textproc/rtf2htm/pkg-descr @@ -0,0 +1,5 @@ +rtf2htm is a command-line converter from RTF (Rich Text) to HTML with +support for tables, fonts, embedded images, hyperlinks, paragraph alignment, +and more. + +WWW: http://recycle.50megs.com/rtf2htm.html diff --git a/textproc/rtf2htm/pkg-plist b/textproc/rtf2htm/pkg-plist new file mode 100644 index 000000000000..b717eef335ff --- /dev/null +++ b/textproc/rtf2htm/pkg-plist @@ -0,0 +1 @@ +bin/rtf2htm |