aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-09 09:20:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-09 09:20:32 +0000
commit59ef4c83ff8594ea20724521f2521b31d9a28cbf (patch)
treeee737b028ecc572f1ed16391dc2e3b8737f9719b
parent3eafc51a8e9bc40e0829a3a3a34254863fa7656d (diff)
downloadports-59ef4c83ff8594ea20724521f2521b31d9a28cbf.tar.gz
ports-59ef4c83ff8594ea20724521f2521b31d9a28cbf.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rtf2htm/Makefile33
-rw-r--r--textproc/rtf2htm/distinfo1
-rw-r--r--textproc/rtf2htm/pkg-descr5
-rw-r--r--textproc/rtf2htm/pkg-plist1
6 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index 7cc8bbc6b561..3d70db1bcb5b 100644
--- a/MOVED
+++ b/MOVED
@@ -743,3 +743,4 @@ devel/glade||2004-01-07|Superseded by devel/glade2
devel/p5-Glade-Perl||2004-01-07|No longer works under new glade2
chinese/abiword||2004-01-07|Patches were no longer available, was unmaintained
textproc/xhtml-1.1|textproc/xhtml-11|2004-01-07|Renamed to fit naming convention
+textproc/rtf2htm||2004-01-09|renamed to unrtf, which already exists
diff --git a/textproc/Makefile b/textproc/Makefile
index 5dc2dd51ce32..201b46c815ea 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -413,7 +413,6 @@
SUBDIR += roap
SUBDIR += rot
SUBDIR += rotix
- SUBDIR += rtf2htm
SUBDIR += rtfreader
SUBDIR += rubber
SUBDIR += ruby-amatch
diff --git a/textproc/rtf2htm/Makefile b/textproc/rtf2htm/Makefile
deleted file mode 100644
index dbf52f2907dd..000000000000
--- a/textproc/rtf2htm/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
- http://people.FreeBSD.org/~foxfair/distfiles/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A command-line converter from RTF (Rich Text) to HTML
-
-USE_REINPLACE= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKEFILE= makefile
-
-MANCOMPRESSED= no
-MAN1= rtf2htm.1
-
-post-patch:
- @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/${MAKEFILE}
- @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/malloc.c
-
-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
deleted file mode 100644
index a23edf26f2ee..000000000000
--- a/textproc/rtf2htm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (rtf2htm-0.17.1.tar.gz) = 36120bd83a3a686844c3878e8acc0889
diff --git a/textproc/rtf2htm/pkg-descr b/textproc/rtf2htm/pkg-descr
deleted file mode 100644
index c307ec93b333..000000000000
--- a/textproc/rtf2htm/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index b717eef335ff..000000000000
--- a/textproc/rtf2htm/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/rtf2htm