summaryrefslogtreecommitdiff
path: root/www/htmldoc
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-08-22 17:26:12 +0000
committerhubertf <hubertf>1998-08-22 17:26:12 +0000
commit04f534e1ee7c0e34f334e3a298964747bfa5b03e (patch)
treee7f07cb556e0b425c2f325a7e63b9cdfce831e8f /www/htmldoc
parent0abbe5e01947679c000e86e0b04eb503b37c9b1f (diff)
downloadpkgsrc-04f534e1ee7c0e34f334e3a298964747bfa5b03e.tar.gz
Converts HTML to indexed HTML, PDF and/or PostScript.
Diffstat (limited to 'www/htmldoc')
-rw-r--r--www/htmldoc/Makefile22
-rw-r--r--www/htmldoc/files/md53
-rw-r--r--www/htmldoc/pkg/COMMENT1
-rw-r--r--www/htmldoc/pkg/DESCR4
-rw-r--r--www/htmldoc/pkg/PLIST3
5 files changed, 33 insertions, 0 deletions
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile
new file mode 100644
index 00000000000..16b33384f4c
--- /dev/null
+++ b/www/htmldoc/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 1998/08/22 17:26:12 hubertf Exp $
+#
+
+DISTNAME= ${PKGNAME}-source
+PKGNAME= htmldoc-1.4
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/
+HOMEPAGE= http://www.easysw.com/~mike/htmldoc/
+
+MAINTAINER= packages@netbsd.org
+
+GNU_CONFIGURE= YES
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CONFIGURE_ARGS+= --with-x
+MAKE_ENV+= BINDIR=${PREFIX}/bin \
+ MANDIR=${PREFIX}/man
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/htmldoc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/htmldoc.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/htmldoc/files/md5 b/www/htmldoc/files/md5
new file mode 100644
index 00000000000..cc164567b2a
--- /dev/null
+++ b/www/htmldoc/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1 1998/08/22 17:26:12 hubertf Exp $
+
+MD5 (htmldoc-1.4-source.tar.gz) = 40abea74fb364a54374337aaf70c23ee
diff --git a/www/htmldoc/pkg/COMMENT b/www/htmldoc/pkg/COMMENT
new file mode 100644
index 00000000000..86e615ef7ad
--- /dev/null
+++ b/www/htmldoc/pkg/COMMENT
@@ -0,0 +1 @@
+Converts HTML to indexed HTML, PDF and/or PostScript.
diff --git a/www/htmldoc/pkg/DESCR b/www/htmldoc/pkg/DESCR
new file mode 100644
index 00000000000..af5aed8bb4c
--- /dev/null
+++ b/www/htmldoc/pkg/DESCR
@@ -0,0 +1,4 @@
+HTMLDOC is a program that generates indexed HTML, Adobe® PostScriptTM, and
+PDF files from HTML "source" files that you create using your favorite HTML
+editor. HTMLDOC includes a simple GUI interface to manage your HTML files and
+automatically (re)generate files for viewing and printing.
diff --git a/www/htmldoc/pkg/PLIST b/www/htmldoc/pkg/PLIST
new file mode 100644
index 00000000000..91759ada081
--- /dev/null
+++ b/www/htmldoc/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 1998/08/22 17:26:12 hubertf Exp $
+bin/htmldoc
+man/man1/htmldoc.1