aboutsummaryrefslogtreecommitdiff
path: root/textproc/linuxdoc
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1997-07-09 04:18:01 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1997-07-09 04:18:01 +0000
commitffe2faad0f85c960598067d192f5285ce94d1dae (patch)
tree20b805821b5d5b1497f08583bf0f2eae72705979 /textproc/linuxdoc
parentd83e803fc541217c2fd7ef4a8bc280727bc2a48c (diff)
downloadports-ffe2faad0f85c960598067d192f5285ce94d1dae.tar.gz
ports-ffe2faad0f85c960598067d192f5285ce94d1dae.zip
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!)
Notes
Notes: svn path=/head/; revision=7247
Diffstat (limited to 'textproc/linuxdoc')
-rw-r--r--textproc/linuxdoc/Makefile32
-rw-r--r--textproc/linuxdoc/pkg-comment1
-rw-r--r--textproc/linuxdoc/pkg-descr19
-rw-r--r--textproc/linuxdoc/pkg-plist6
4 files changed, 58 insertions, 0 deletions
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 <bsd.port.mk>
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:
+
+ <!doctype linuxdoc system>
+
+will automatically use the original DTD, while this:
+
+ <!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc//EN">
+
+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