diff options
author | nik <nik@FreeBSD.org> | 1999-04-14 22:30:42 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-04-14 22:30:42 +0000 |
commit | b8a9ef6a78b8be874fd790336fb35773249de284 (patch) | |
tree | dde14f49f8bf5e78b1b2c54ce443e873e069fe10 /textproc/docbook-310 | |
parent | 5df10747bf7e0d8522399e84f6fa6737b6416e0d (diff) | |
download | FreeBSD-ports-b8a9ef6a78b8be874fd790336fb35773249de284.zip FreeBSD-ports-b8a9ef6a78b8be874fd790336fb35773249de284.tar.gz |
Version 3.1 of the DocBook DTD, now maintained by OASIS.
Diffstat (limited to 'textproc/docbook-310')
-rw-r--r-- | textproc/docbook-310/Makefile | 38 | ||||
-rw-r--r-- | textproc/docbook-310/distinfo | 1 | ||||
-rw-r--r-- | textproc/docbook-310/files/catalog | 35 | ||||
-rw-r--r-- | textproc/docbook-310/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/docbook-310/pkg-descr | 16 | ||||
-rw-r--r-- | textproc/docbook-310/pkg-plist | 17 |
6 files changed, 108 insertions, 0 deletions
diff --git a/textproc/docbook-310/Makefile b/textproc/docbook-310/Makefile new file mode 100644 index 0000000..9c6c3f7 --- /dev/null +++ b/textproc/docbook-310/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: docbook-310 +# Version required: 3.0 +# Date created: 7 April 1999 +# Whom: nclayton +# +# Based heavily on work by jfieber +# +# $Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp $ +# + +DISTNAME= docbook-3.1 +CATEGORIES= textproc +MASTER_SITES= http://www.oasis-open.org/docbook/docbook/3.1/ +DISTFILES= docbk31.zip + +MAINTAINER= nclayton@FreeBSD.ORG + +RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 + +NO_MTREE= yes +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes + +INSTDIR= ${PREFIX}/share/sgml/docbook +ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog + +pre-install: + @[ -d ${INSTDIR}/3.1 ] || ${MKDIR} ${INSTDIR}/3.1 + +do-install: + @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/3.1 + @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/3.1/catalog + @echo "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/3.1/catalog + @chmod ${SHAREMODE} ${INSTDIR}/3.1/* + @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} + +.include <bsd.port.mk> diff --git a/textproc/docbook-310/distinfo b/textproc/docbook-310/distinfo new file mode 100644 index 0000000..4cc26e6 --- /dev/null +++ b/textproc/docbook-310/distinfo @@ -0,0 +1 @@ +MD5 (docbk31.zip) = 432749c0c806dbae81c8bcb70da3b5d3 diff --git a/textproc/docbook-310/files/catalog b/textproc/docbook-310/files/catalog new file mode 100644 index 0000000..565d420 --- /dev/null +++ b/textproc/docbook-310/files/catalog @@ -0,0 +1,35 @@ + -- ...................................................................... -- + -- Catalog data for DocBook V3.1 ........................................ -- + -- File docbook.cat ..................................................... -- + + -- Please direct all questions, bug reports, or suggestions for + changes to the davenport@berkshire.net mailing list. For more + information, see http://www.oasis-open.org/. + -- + + -- This is the catalog data file for Version 3.1 of the DocBook DTD. + It is provided as a convenience in building your own catalog files. + You need not use the filenames listed here, and need not use the + filename method of identifying storage objects at all. See the + documentation for detailed information on the files associated with + the DocBook DTD. See SGML Open Technical Resolution 9401 for + detailed information on supplying and using catalog data. + -- + + -- ...................................................................... -- + -- DocBook driver file .................................................. -- + +PUBLIC "-//OASIS//DTD DocBook V3.1//EN" "docbook.dtd" + + -- ...................................................................... -- + -- DocBook modules ...................................................... -- + +PUBLIC "-//USA-DOD//DTD Table Model 951010//EN" "cals-tbl.dtd" +PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V3.1//EN" "dbpool.mod" +PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V3.1//EN" "dbhier.mod" +PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V3.1//EN" "dbgenent.mod" +PUBLIC "-//OASIS//ENTITIES DocBook Notations V3.1//EN" "dbnotn.mod" +PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V3.1//EN" "dbcent.mod" + + -- End of catalog data for DocBook V3.1 ................................. -- + -- ...................................................................... -- diff --git a/textproc/docbook-310/pkg-comment b/textproc/docbook-310/pkg-comment new file mode 100644 index 0000000..eec74eb --- /dev/null +++ b/textproc/docbook-310/pkg-comment @@ -0,0 +1 @@ +v3.1 of the DocBook DTD, designed for technical documentation. diff --git a/textproc/docbook-310/pkg-descr b/textproc/docbook-310/pkg-descr new file mode 100644 index 0000000..9f98b9d --- /dev/null +++ b/textproc/docbook-310/pkg-descr @@ -0,0 +1,16 @@ +The DocBook DTD defines structural and content-based SGML markup +for computer documentation, with a primary emphasis on software +documentation and related classes of technical documents. Its +main high-level hierarchical structures are for books, reference +entries (for example, ``man pages''), and articles. It is +maintained by the Davenport Group (about which see the Davenport +archive at http://www.ora.com/davenport/ or +ftp://ftp.ora.com/pub/davenport/). + +This port contains DocBook 3.1 + +The DocBook documentation is available in ASCII and PDF +at http://www.freebsd.org/~wosch/docbook/ + +Nik Clayton +nik@freebsd.org diff --git a/textproc/docbook-310/pkg-plist b/textproc/docbook-310/pkg-plist new file mode 100644 index 0000000..af011aa --- /dev/null +++ b/textproc/docbook-310/pkg-plist @@ -0,0 +1,17 @@ +share/sgml/docbook/3.1/31chg.txt +share/sgml/docbook/3.1/40issues.txt +share/sgml/docbook/3.1/50issues.txt +share/sgml/docbook/3.1/ChangeLog +share/sgml/docbook/3.1/cals-tbl.dtd +share/sgml/docbook/3.1/dbcent.mod +share/sgml/docbook/3.1/dbgenent.mod +share/sgml/docbook/3.1/dbhier.mod +share/sgml/docbook/3.1/dbnotn.mod +share/sgml/docbook/3.1/dbpool.mod +share/sgml/docbook/3.1/docbook.cat +share/sgml/docbook/3.1/docbook.dcl +share/sgml/docbook/3.1/docbook.dtd +share/sgml/docbook/3.1/catalog +share/sgml/docbook/3.1/readme.txt +@dirrm share/sgml/docbook/3.1 +@dirrm share/sgml/docbook |