From ffe2faad0f85c960598067d192f5285ce94d1dae Mon Sep 17 00:00:00 2001 From: John Fieber Date: Wed, 9 Jul 1997 04:18:01 +0000 Subject: The linuxdoc DTD. Yes it is really true, I am sloooooowly working on moving the sgml tools out to the ports collection. (Psss! Anti-bloatists: that means there will be one less program in src that needs perl!) --- textproc/linuxdoc/Makefile | 32 ++++++++++++++++++++++++++++++++ textproc/linuxdoc/pkg-comment | 1 + textproc/linuxdoc/pkg-descr | 19 +++++++++++++++++++ textproc/linuxdoc/pkg-plist | 6 ++++++ 4 files changed, 58 insertions(+) create mode 100644 textproc/linuxdoc/Makefile create mode 100644 textproc/linuxdoc/pkg-comment create mode 100644 textproc/linuxdoc/pkg-descr create mode 100644 textproc/linuxdoc/pkg-plist (limited to 'textproc/linuxdoc') diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile new file mode 100644 index 000000000000..7719ff6199fb --- /dev/null +++ b/textproc/linuxdoc/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: linuxdoc +# Version required: 1.0 +# Date created: July 8, 1997 +# Whom: jfieber +# +# $Id$ +# + +DISTNAME= linuxdoc-1.0 +CATEGORIES= textproc +MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/ + +MAINTAINER= jfieber@FreeBSD.ORG + +NO_MTREE= yes +NO_EXTRACT= yes +NO_BUILD= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_WRKDIR= yes + +INSTDIR= ${PREFIX}/share/sgml/linuxdoc + +pre-install: + @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} + +do-install: + @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r) + @chmod ${SHAREMODE} ${INSTDIR}/* + @chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} + +.include diff --git a/textproc/linuxdoc/pkg-comment b/textproc/linuxdoc/pkg-comment new file mode 100644 index 000000000000..823b600c6e00 --- /dev/null +++ b/textproc/linuxdoc/pkg-comment @@ -0,0 +1 @@ +The Linuxdoc SGML DTD diff --git a/textproc/linuxdoc/pkg-descr b/textproc/linuxdoc/pkg-descr new file mode 100644 index 000000000000..60a656fc1b0c --- /dev/null +++ b/textproc/linuxdoc/pkg-descr @@ -0,0 +1,19 @@ +This directory contains two versions of the linuxdoc DTD. +The first, original.dtd, is the original untouched DTD from the +SGML-tools version 0.99.13 toolkit. The second, freebsd.dtd, has +been slightly modified to (a) remove bogus shortref maps, and (b) +add a PART element. + +Using the supplied catalog file with James Clark's SP parser, +documents beginning like this: + + + +will automatically use the original DTD, while this: + + + +will use the FreeBSD DTD. + +July 8, 1997 +jfieber@FreeBSD.org diff --git a/textproc/linuxdoc/pkg-plist b/textproc/linuxdoc/pkg-plist new file mode 100644 index 000000000000..64574a80c83a --- /dev/null +++ b/textproc/linuxdoc/pkg-plist @@ -0,0 +1,6 @@ +share/sgml/linuxdoc/README +share/sgml/linuxdoc/catalog +share/sgml/linuxdoc/freebsd.dtd +share/sgml/linuxdoc/linuxdoc.dec +share/sgml/linuxdoc/original.dtd +@dirrm share/sgml/linuxdoc -- cgit v1.2.3