From f5a88d009eb1c61cbf9bb532245878c99579dc9b Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 13 Dec 2003 21:19:18 +0000 Subject: Initial import of docbook-simple-1.0 from pkgsrc-wip, packaged by Min Sik Kim. Simplified DocBook is an attempt to provide a proper subset of DocBook that is simultaneously smaller and still useful. Its original genesis was a desire to make "the HTML subset of DocBook," that is, a subset that had roughly as many tags as HTML and roughly the same descriptive power. --- textproc/docbook-simple/DESCR | 5 +++++ textproc/docbook-simple/Makefile | 32 ++++++++++++++++++++++++++++++++ textproc/docbook-simple/PLIST | 12 ++++++++++++ textproc/docbook-simple/distinfo | 4 ++++ textproc/docbook-simple/files/catalog | 10 ++++++++++ 5 files changed, 63 insertions(+) create mode 100644 textproc/docbook-simple/DESCR create mode 100644 textproc/docbook-simple/Makefile create mode 100644 textproc/docbook-simple/PLIST create mode 100644 textproc/docbook-simple/distinfo create mode 100644 textproc/docbook-simple/files/catalog (limited to 'textproc/docbook-simple') diff --git a/textproc/docbook-simple/DESCR b/textproc/docbook-simple/DESCR new file mode 100644 index 00000000000..ae994d1afd0 --- /dev/null +++ b/textproc/docbook-simple/DESCR @@ -0,0 +1,5 @@ +Simplified DocBook is an attempt to provide a proper subset of DocBook +that is simultaneously smaller and still useful. Its original genesis +was a desire to make "the HTML subset of DocBook," that is, a subset +that had roughly as many tags as HTML and roughly the same descriptive +power. diff --git a/textproc/docbook-simple/Makefile b/textproc/docbook-simple/Makefile new file mode 100644 index 00000000000..541f91dad52 --- /dev/null +++ b/textproc/docbook-simple/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/13 21:19:18 xtraeme Exp $ +# + +DISTNAME= docbook-simple-1.0 +WRKSRC= ${WRKDIR} +CATEGORIES= textproc +MASTER_SITES= http://www.oasis-open.org/docbook/xml/simple/1.0/ +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@bawi.org +HOMEPAGE= http://www.oasis-open.org/docbook/xml/simple/ +COMMENT= Simplified DocBook XML DTD + +NO_BUILD= YES + +INSTDIR= ${DESTDIR}${PREFIX}/share/xml +DTDDIR= ${INSTDIR}/docbook-simple +DTDFILES= sdbcent.mod sdocbook-custom.dtd sdocbookref-custom.dtd \ + sdbhier.mod sdocbookref.dtd sdbpool.mod sdocbook.dtd \ + sinclist.mod +MISCFILES= sdocbook.css + +XML_CATALOGS= ${DTDDIR}/catalog + +do-install: + ${INSTALL_DATA_DIR} ${DTDDIR} + (cd ${WRKSRC}; ${INSTALL_DATA} ${DTDFILES} ${DTDDIR}) + (cd ${WRKSRC}; ${INSTALL_DATA} ${MISCFILES} ${DTDDIR}) + ${INSTALL_DATA} ${FILESDIR}/catalog ${DTDDIR}/catalog + +.include "../../textproc/xmlcatmgr/catalogs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/docbook-simple/PLIST b/textproc/docbook-simple/PLIST new file mode 100644 index 00000000000..6279b592344 --- /dev/null +++ b/textproc/docbook-simple/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/13 21:19:18 xtraeme Exp $ +share/xml/docbook-simple/catalog +share/xml/docbook-simple/sdbcent.mod +share/xml/docbook-simple/sdbhier.mod +share/xml/docbook-simple/sdbpool.mod +share/xml/docbook-simple/sdocbook-custom.dtd +share/xml/docbook-simple/sdocbook.css +share/xml/docbook-simple/sdocbook.dtd +share/xml/docbook-simple/sdocbookref-custom.dtd +share/xml/docbook-simple/sdocbookref.dtd +share/xml/docbook-simple/sinclist.mod +@dirrm share/xml/docbook-simple diff --git a/textproc/docbook-simple/distinfo b/textproc/docbook-simple/distinfo new file mode 100644 index 00000000000..0e8cee19b01 --- /dev/null +++ b/textproc/docbook-simple/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/13 21:19:18 xtraeme Exp $ + +SHA1 (docbook-simple-1.0.zip) = 595c4824b40aced89359e5a77ed4887903566585 +Size (docbook-simple-1.0.zip) = 31173 bytes diff --git a/textproc/docbook-simple/files/catalog b/textproc/docbook-simple/files/catalog new file mode 100644 index 00000000000..9088539bc70 --- /dev/null +++ b/textproc/docbook-simple/files/catalog @@ -0,0 +1,10 @@ + + + + + + + + + -- cgit v1.2.3