summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
parent- Set QTMAKESPEC and fix the build (diff)
remove rtf2htm, which is renamed as unrtf
from unrtf CHANGES : Overall Program Change Log for GNU UnRTF ---------------------------------------- 0.1: original version, known as "rtf2htm" 0.17.4: changed attr.c to use AttrStack (stack of stacks) paradigm ----program renamed UnRTF---- 0.17.5: began implementation of output personalities; wrote HTML personality.
Notes
Notes: svn path=/head/; revision=97757
Diffstat (limited to 'textproc')
-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
5 files changed, 0 insertions, 41 deletions
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