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!)
This commit is contained in:
John Fieber 1997-07-09 04:18:01 +00:00
parent d83e803fc5
commit ffe2faad0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7247
4 changed files with 58 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
The Linuxdoc SGML DTD

View File

@ -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

View File

@ -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