From 7a2515ab542d79dd5054c72540f6aa91399b154e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 10 Jul 2001 12:22:35 +0000 Subject: add htmldoc Converts HTML to PDF and/or PostScript PR: 28115 Submitted by: Glenn Trewitt --- textproc/htmldoc/Makefile | 22 ++++++++++++++++++++++ textproc/htmldoc/distinfo | 1 + textproc/htmldoc/pkg-comment | 1 + textproc/htmldoc/pkg-descr | 20 ++++++++++++++++++++ textproc/htmldoc/pkg-plist | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 textproc/htmldoc/Makefile create mode 100644 textproc/htmldoc/distinfo create mode 100644 textproc/htmldoc/pkg-comment create mode 100644 textproc/htmldoc/pkg-descr create mode 100644 textproc/htmldoc/pkg-plist (limited to 'textproc/htmldoc') diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile new file mode 100644 index 000000000000..f7678fa101a2 --- /dev/null +++ b/textproc/htmldoc/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: htmldoc +# Date created: 12 June 2001 +# Whom: Glenn Trewitt +# +# $FreeBSD$ +# + +PORTNAME= htmldoc +PORTVERSION= 1.8.13 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-source + +MAINTAINER= glenn@trewitt.org + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +MAN1= htmldoc.1 + +.include diff --git a/textproc/htmldoc/distinfo b/textproc/htmldoc/distinfo new file mode 100644 index 000000000000..46fd97fee961 --- /dev/null +++ b/textproc/htmldoc/distinfo @@ -0,0 +1 @@ +MD5 (htmldoc-1.8.13-source.tar.gz) = 24182d2da2f43ceed1c80f20bbf8fd31 diff --git a/textproc/htmldoc/pkg-comment b/textproc/htmldoc/pkg-comment new file mode 100644 index 000000000000..545778657623 --- /dev/null +++ b/textproc/htmldoc/pkg-comment @@ -0,0 +1 @@ +Converts HTML to PDF and/or PostScript diff --git a/textproc/htmldoc/pkg-descr b/textproc/htmldoc/pkg-descr new file mode 100644 index 000000000000..2b282cd4753b --- /dev/null +++ b/textproc/htmldoc/pkg-descr @@ -0,0 +1,20 @@ +This is a port of HTMLDOC, which can: + Convert HTML files to PDF or PostScript + Generate a table-of-contents for books + Generate indexed HTML files + Generate files on-the-fly for web applications, from the + command-line for batch jobs, or from a GUI for interactive work. + + HTMLDOC Provides + A command-line interface for batch and WWW applications. + A graphical interface for interactive work. + +In my opinion, HTMLDOC is *fast*, compared to the other solutions I've seen. + +HTMLDOC is available under the GPL. +Commercial support is available from the author. + +WWW: http://www.easysw.com/htmldoc/ + +- Glenn Trewitt +glenn@trewitt.org diff --git a/textproc/htmldoc/pkg-plist b/textproc/htmldoc/pkg-plist new file mode 100644 index 000000000000..9629b95954b4 --- /dev/null +++ b/textproc/htmldoc/pkg-plist @@ -0,0 +1,32 @@ +bin/htmldoc +share/doc/htmldoc/help.html +share/doc/htmldoc/htmldoc.pdf +share/htmldoc/afm/Courier +share/htmldoc/afm/Courier-Bold +share/htmldoc/afm/Courier-BoldOblique +share/htmldoc/afm/Courier-Oblique +share/htmldoc/afm/Helvetica +share/htmldoc/afm/Helvetica-Bold +share/htmldoc/afm/Helvetica-BoldOblique +share/htmldoc/afm/Helvetica-Oblique +share/htmldoc/afm/Symbol +share/htmldoc/afm/Times-Bold +share/htmldoc/afm/Times-BoldItalic +share/htmldoc/afm/Times-Italic +share/htmldoc/afm/Times-Roman +share/htmldoc/data/iso-8859-1 +share/htmldoc/data/iso-8859-2 +share/htmldoc/data/iso-8859-3 +share/htmldoc/data/iso-8859-4 +share/htmldoc/data/iso-8859-5 +share/htmldoc/data/iso-8859-6 +share/htmldoc/data/iso-8859-7 +share/htmldoc/data/iso-8859-8 +share/htmldoc/data/iso-8859-9 +share/htmldoc/data/iso-8859-14 +share/htmldoc/data/iso-8859-15 +share/htmldoc/data/koi8-r +share/htmldoc/data/psglyphs +@dirrm share/htmldoc/afm +@dirrm share/htmldoc/data +@dirrm share/htmldoc -- cgit v1.2.3