From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 10:50:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5E116A41C for ; Wed, 6 Jul 2005 10:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C7A43D55 for ; Wed, 6 Jul 2005 10:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j66AoBRN055863 for ; Wed, 6 Jul 2005 10:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j66AoBZ5055862; Wed, 6 Jul 2005 10:50:11 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2005 10:50:11 GMT Resent-Message-Id: <200507061050.j66AoBZ5055862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4883716A41C for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83057: new port: textproc/rtf2html - A simple rtf2html converter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 10:50:11 -0000 >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@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 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 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: >Unformatted: