summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1998-06-29 16:12:52 +0000
committerNik Clayton <nik@FreeBSD.org>1998-06-29 16:12:52 +0000
commitfea2bc355c79acc635bcef8c572e1bcd0d14539b (patch)
treed0bc24c15e192f317059c3b3cc3cab7bfc17bc2b /textproc
parentInput server of Japanese text (SJ3+Wnn6) (diff)
Meta-port for tools used by the Documentation project.
PR: ports/7087 Submitted by: nik@freebsd.org
Notes
Notes: svn path=/head/; revision=11609
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile26
-rw-r--r--textproc/docproj/pkg-comment1
-rw-r--r--textproc/docproj/pkg-descr7
-rw-r--r--textproc/docproj/pkg-plist1
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
new file mode 100644
index 000000000000..09c46edaed39
--- /dev/null
+++ b/textproc/docproj/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: docproj
+# Version required: around June 1998
+# Date created: 27 June 1998
+# Whom: Nik Clayton <nik@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= docproj
+CATEGORIES= textproc
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= nik@freebsd.org
+
+# sgmlformat brings in almost everything except for the modular stylesheets
+RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
+ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular
+
+EXTRACT_ONLY= # empty
+NO_PATCH= yes
+NO_BUILD= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>
diff --git a/textproc/docproj/pkg-comment b/textproc/docproj/pkg-comment
new file mode 100644
index 000000000000..c43aff76fce4
--- /dev/null
+++ b/textproc/docproj/pkg-comment
@@ -0,0 +1 @@
+The "meta-port" for the FreeBSD Documentation Project
diff --git a/textproc/docproj/pkg-descr b/textproc/docproj/pkg-descr
new file mode 100644
index 000000000000..629b9531ab89
--- /dev/null
+++ b/textproc/docproj/pkg-descr
@@ -0,0 +1,7 @@
+The FreeBSD Documentation Project maintains the FAQ, Handbook and tutorials.
+
+This package does not contain anything by itself -- it is a
+"meta-port" that depends on other text processing packages. Its sole
+purpose is to require dependencies so users can install this package only
+and have all the Documentation Project stuff pulled in by the port/package
+dependency mechanism.
diff --git a/textproc/docproj/pkg-plist b/textproc/docproj/pkg-plist
new file mode 100644
index 000000000000..549a621fec0c
--- /dev/null
+++ b/textproc/docproj/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty