summaryrefslogtreecommitdiffstats
path: root/textproc/docproj
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1998-06-29 16:12:52 +0000
committernik <nik@FreeBSD.org>1998-06-29 16:12:52 +0000
commit5b692b081cef29bfd00d8e7e3d5f1f13f31d1ee6 (patch)
tree17f286fe281f204d7d0ce87804fa97899c70457d /textproc/docproj
parent78deb8b3c61b351b458e6e33b641412723f25a65 (diff)
downloadFreeBSD-ports-5b692b081cef29bfd00d8e7e3d5f1f13f31d1ee6.zip
FreeBSD-ports-5b692b081cef29bfd00d8e7e3d5f1f13f31d1ee6.tar.gz
Meta-port for tools used by the Documentation project.
PR: ports/7087 Submitted by: nik@freebsd.org
Diffstat (limited to 'textproc/docproj')
-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 0000000..09c46ed
--- /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 0000000..c43aff7
--- /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 0000000..629b953
--- /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 0000000..549a621
--- /dev/null
+++ b/textproc/docproj/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty
OpenPOWER on IntegriCloud