diff options
author | John Fieber <jfieber@FreeBSD.org> | 1998-01-17 17:26:04 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1998-01-17 17:26:04 +0000 |
commit | 1ff64c2d41ab1b2070df18d7616f4aede9d12674 (patch) | |
tree | f751054061006e57c6ea1136a34d82f2f876fd2b /textproc/linuxdoc | |
parent | b107c1d9dff7961ea2dddd58b26a306591b45e70 (diff) | |
download | ports-1ff64c2d41ab1b2070df18d7616f4aede9d12674.tar.gz ports-1ff64c2d41ab1b2070df18d7616f4aede9d12674.zip |
Introduce a new element: manref
To use it, you need to change the doctype declaration to
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc 1.1//EN">
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
Notes
Notes:
svn path=/head/; revision=9360
Diffstat (limited to 'textproc/linuxdoc')
-rw-r--r-- | textproc/linuxdoc/Makefile | 6 | ||||
-rw-r--r-- | textproc/linuxdoc/distinfo | 2 | ||||
-rw-r--r-- | textproc/linuxdoc/pkg-descr | 17 | ||||
-rw-r--r-- | textproc/linuxdoc/pkg-plist | 3 |
4 files changed, 17 insertions, 11 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 18e12ba40a1a..23f915fbca14 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: linuxdoc -# Version required: 1.0 +# Version required: 1.1 # Date created: July 8, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.2 1997/07/09 11:23:09 jfieber Exp $ +# $Id: Makefile,v 1.3 1997/07/10 02:34:31 jfieber Exp $ # -DISTNAME= linuxdoc-1.0 +DISTNAME= linuxdoc-1.1 CATEGORIES= textproc MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/ diff --git a/textproc/linuxdoc/distinfo b/textproc/linuxdoc/distinfo index ce3a34c2a58a..0fb52d110aee 100644 --- a/textproc/linuxdoc/distinfo +++ b/textproc/linuxdoc/distinfo @@ -1 +1 @@ -MD5 (linuxdoc-1.0.tar.gz) = b6a862a51e55195932cef6c9093fc673 +MD5 (linuxdoc-1.1.tar.gz) = 7b322f63448a8fd093132d74d3e545b6 diff --git a/textproc/linuxdoc/pkg-descr b/textproc/linuxdoc/pkg-descr index 60a656fc1b0c..44a06a064de8 100644 --- a/textproc/linuxdoc/pkg-descr +++ b/textproc/linuxdoc/pkg-descr @@ -1,19 +1,24 @@ -This directory contains two versions of the linuxdoc DTD. +This directory contains three 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 +SGML-tools version 0.99.13 toolkit. The second, freebsd-1.0.dtd, has been slightly modified to (a) remove bogus shortref maps, and (b) -add a PART element. +add a PART element. The third, freebsd-1.1.dtd adds a manref 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: +will automatically use the original DTD, while these: <!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc//EN"> + <!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.0//EN"> -will use the FreeBSD DTD. +will use the FreeBSD DTD, version 1.0 and this: -July 8, 1997 + <!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.1//EN"> + +will use the FreeBSD DTD, version 1.1. + +January 17, 1998 jfieber@FreeBSD.org diff --git a/textproc/linuxdoc/pkg-plist b/textproc/linuxdoc/pkg-plist index 64574a80c83a..72fb8580d815 100644 --- a/textproc/linuxdoc/pkg-plist +++ b/textproc/linuxdoc/pkg-plist @@ -1,6 +1,7 @@ share/sgml/linuxdoc/README share/sgml/linuxdoc/catalog -share/sgml/linuxdoc/freebsd.dtd +share/sgml/linuxdoc/freebsd-1.0.dtd +share/sgml/linuxdoc/freebsd-1.0.dtd share/sgml/linuxdoc/linuxdoc.dec share/sgml/linuxdoc/original.dtd @dirrm share/sgml/linuxdoc |