From fea2bc355c79acc635bcef8c572e1bcd0d14539b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 29 Jun 1998 16:12:52 +0000 Subject: Meta-port for tools used by the Documentation project. PR: ports/7087 Submitted by: nik@freebsd.org --- textproc/docproj/Makefile | 26 ++++++++++++++++++++++++++ textproc/docproj/pkg-comment | 1 + textproc/docproj/pkg-descr | 7 +++++++ textproc/docproj/pkg-plist | 1 + 4 files changed, 35 insertions(+) create mode 100644 textproc/docproj/Makefile create mode 100644 textproc/docproj/pkg-comment create mode 100644 textproc/docproj/pkg-descr create mode 100644 textproc/docproj/pkg-plist (limited to 'textproc') 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 +# +# $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 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 -- cgit v1.2.3