1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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

standard input.

PR:		ports/83057
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Pav Lucistnik 2005-07-07 20:50:06 +00:00
parent 0fa030f274
commit 696a1950a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138673
4 changed files with 36 additions and 0 deletions

View File

@ -589,6 +589,7 @@
SUBDIR += roap
SUBDIR += rot
SUBDIR += rotix
SUBDIR += rtf2html
SUBDIR += rtfreader
SUBDIR += rtfx
SUBDIR += rubber

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: rtf2html
# Date created: 6 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= rtf2html
DISTVERSION= 1.1b
CATEGORIES= textproc
MASTER_SITES= http://www.45.free.net/~vitus/ice/misc/
DISTNAME= ${PORTNAME}
MAINTAINER= ehaupt@critical.ch
COMMENT= A simple rtf2html converter
CFLAGS+= -Wall -Werror
PLIST_FILES= bin/rtf2html
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (rtf2html.tar.gz) = 823949bf2e1a7fc9d090fd2035b2e828
SIZE (rtf2html.tar.gz) = 5548

View File

@ -0,0 +1,7 @@
A simple rtf2html converter. If no file is specified rtf2html reads from
standard input.
WWW: http://www.45.free.net/~vitus/ice/misc/
- ehaupt
ehaupt@critical.ch