diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-04-14 22:30:42 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-04-14 22:30:42 +0000 |
commit | 93a34c2b824fba782cc23fb35b20f5d9e5edbf3e (patch) | |
tree | f4a9da86540b5f12f2330dc011e89be304ced5c0 /textproc/docbook-310 | |
parent | d62a0f882131eb017f58a0c70d123289bda42ba9 (diff) | |
download | ports-93a34c2b824fba782cc23fb35b20f5d9e5edbf3e.tar.gz ports-93a34c2b824fba782cc23fb35b20f5d9e5edbf3e.zip |
Notes
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 000000000000..9c6c3f700638 --- /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 000000000000..4cc26e69cbc4 --- /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 000000000000..565d42068bb0 --- /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 000000000000..eec74eb05b59 --- /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 000000000000..9f98b9d7fb37 --- /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 000000000000..af011aa38ec3 --- /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 |