ports/83057: new port: textproc/rtf2html - A simple rtf2html converter

Emanuel Haupt ehaupt at critical.ch
Wed Jul 6 10:50:11 UTC 2005


>Number:         83057
>Category:       ports
>Synopsis:       new port: textproc/rtf2html - A simple rtf2html converter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 06 10:50:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root at admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: textproc/rtf2html - A simple rtf2html converter

A simple rtf2html converter. If no file is specified rtf2html reads from
standard input.

>How-To-Repeat:
	
>Fix:

	



--- rtf2html.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rtf2html
#	rtf2html/Makefile
#	rtf2html/pkg-descr
#	rtf2html/distinfo
#
echo c - rtf2html
mkdir -p rtf2html > /dev/null 2>&1
echo x - rtf2html/Makefile
sed 's/^X//' >rtf2html/Makefile << 'END-of-rtf2html/Makefile'
X# New ports collection makefile for:	rtf2html
X# Date created:				 6 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rtf2html
XDISTVERSION=	1.1b
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.45.free.net/~vitus/ice/misc/
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	ehaupt at critical.ch
XCOMMENT=	A simple rtf2html converter
X
XCFLAGS+=	-Wall -Werror
XPLIST_FILES=	bin/rtf2html
X
Xdo-build:
X	${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-rtf2html/Makefile
echo x - rtf2html/pkg-descr
sed 's/^X//' >rtf2html/pkg-descr << 'END-of-rtf2html/pkg-descr'
XA simple rtf2html converter. If no file is specified rtf2html reads from
Xstandard input.
X
XWWW: http://www.45.free.net/~vitus/ice/misc/
X
X- ehaupt
Xehaupt at critical.ch
END-of-rtf2html/pkg-descr
echo x - rtf2html/distinfo
sed 's/^X//' >rtf2html/distinfo << 'END-of-rtf2html/distinfo'
XMD5 (rtf2html.tar.gz) = 823949bf2e1a7fc9d090fd2035b2e828
XSIZE (rtf2html.tar.gz) = 5548
END-of-rtf2html/distinfo
exit
--- rtf2html.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list