From ehaupt@mx.critical.ch  Wed Jul  6 10:40:27 2005
Return-Path: <ehaupt@mx.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4883716A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Jul 2005 10:40:27 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: from mx.critical.ch (admin.critical.ch [67.18.86.178])
	by mx1.FreeBSD.org (Postfix) with SMTP id AEED043D67
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Jul 2005 10:40:23 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: (qmail 86705 invoked by uid 1000); 6 Jul 2005 10:40:19 -0000
Message-Id: <20050706104019.86704.qmail@mx.critical.ch>
Date: 6 Jul 2005 10:40:19 -0000
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: textproc/rtf2html - A simple rtf2html converter 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 06 10:50:10 GMT 2005
>Closed-Date:    Thu Jul 07 20:50:50 GMT 2005
>Last-Modified:  Thu Jul 07 20:50:50 GMT 2005
>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@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@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@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@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:

From: Parv <parv@pair.com>
To: Emanuel Haupt <ehaupt@critical.ch>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/83057: new port: textproc/rtf2html - A simple rtf2html converter
Date: Thu, 7 Jul 2005 01:27:38 -0400

 in message <20050706104019.86704.qmail@mx.critical.ch>,
 wrote Emanuel Haupt thusly...
 >
 > 
 > >Number:         83057
 > >Category:       ports
 > >Synopsis:       new port: textproc/rtf2html - A simple rtf2html converter
 ...
 > >Description:
 > new port: textproc/rtf2html - A simple rtf2html converter
 > 
 > A simple rtf2html converter. If no file is specified rtf2html reads from
 > standard input.
 
 How is it different than unrtf?  UnRTF's description states ...
 
   UnRTF is a command-line converter from RTF (Rich Text) to HTML,
   LaTeX, PostScript, plain text, and text with VT100 codes. When
   converting to HTML, it supports tables, fonts, embedded images,
   hyperlinks, paragraph alignment, and more.
 
 
   - Parv
 
 -- 
 

From: Emanuel Haupt <ehaupt@critical.ch>
To: Parv <parv@pair.com>
Cc: ehaupt@critical.ch, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/83057: new port: textproc/rtf2html - A simple rtf2html
 converter
Date: Thu, 7 Jul 2005 16:18:41 +0200

 > How is it different than unrtf?  UnRTF's description states ...
 
 looks pretty similar; i'd say its a good alternative.
  
 > [...]
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jul 7 20:50:43 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83057 
>Unformatted:
