23245464 Move docbook-dtds 1.0 to Userland
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 03 Oct 2016 13:12:13 -0700
changeset 7044 cab2f9628501
parent 7043 5286838de66c
child 7045 f341fa83572f
23245464 Move docbook-dtds 1.0 to Userland LSARC/2005/734 GNOME for Nevada
components/docbook/dtds/Makefile
components/docbook/dtds/docbook-dtds.license
components/docbook/dtds/docbook-dtds.p5m
components/docbook/dtds/files/docbook-dtds-install.sh
components/docbook/dtds/files/docbook-dtds-uninstall.sh
components/docbook/dtds/files/docbook-dtds-update.sh
components/docbook/dtds/files/docbook-dtds-update.xml
components/docbook/dtds/patches/docbook-4.2-euro.patch
components/docbook/dtds/patches/docbook-dtd30-sgml-1.0.catalog.patch_1
components/docbook/dtds/patches/docbook-dtd31-sgml-1.0.catalog.patch_2
components/docbook/dtds/patches/docbook-dtd40-sgml-1.0.catalog.patch_3
components/docbook/dtds/patches/docbook-dtd41-sgml-1.0.catalog.patch_4
components/docbook/dtds/patches/docbook-dtd412-entities.patch_50
components/docbook/dtds/patches/docbook-dtd42-sgml-1.0.catalog.patch_5
components/docbook/dtds/patches/docbook-dtds-ents.patch
components/docbook/dtds/patches/docbook-sgml-systemrewrite.patch
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/Makefile	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,166 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS=		NO_ARCH
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		docbook
+# fake version for conglomeration of versions
+COMPONENT_VERSION=	1.0
+COMPONENT_PROJECT_URL=	http://www.oasis-open.org/docbook/
+COMPONENT_BUGDB=	utility/docbook
+
+TPNO=			9654
+
+# see below for actual sources
+COMPONENT_ARCHIVE_SRC=	none
+COMPONENT_SRC=		
+SOURCE_DIR=		$(COMPONENT_DIR)
+CLEAN_PATHS +=		$(COMPONENT_DIR)/.prep $(COMPONENT_DIR)/.patched*
+
+BUILD_STYLE=		archive
+BUILD_TARGET +=		prep
+TEST_TARGET= 		$(NO_TESTS)
+
+DTDS_INC_FILE = 	$(BUILD_DIR)/manifest-$(MACH)-docbook-dtds.inc
+BUILD_TARGET += 	$(DTDS_INC_FILE)
+PUBLISH_TRANSFORMS +=	$(DTDS_INC_FILE)
+
+### SGML DTD's
+
+COMPONENT_VERSION_1 =	3.0
+COMPONENT_ARCHIVE_1 =	docbk30.zip
+COMPONENT_ARCHIVE_HASH_1 = \
+    sha256:ecf71cbe8ddbad7494ff520d5b4edf73a428c0b159178cb0cb619cba685e61c6
+
+COMPONENT_VERSION_2 =	3.1
+COMPONENT_ARCHIVE_2 =	docbk31.zip
+COMPONENT_ARCHIVE_HASH_2 = \
+    sha256:20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538
+
+COMPONENT_VERSION_3 =	4.0
+COMPONENT_ARCHIVE_3 =	docbk40.zip
+COMPONENT_ARCHIVE_HASH_3 = \
+    sha256:dfef22f109779e4cfaafa27b6d381d975ac05eaafb5b3d4407d7043e310817bb
+
+COMPONENT_VERSION_4 =	4.1
+COMPONENT_ARCHIVE_4 =	docbk41.zip
+COMPONENT_ARCHIVE_HASH_4 = \
+    sha256:deaafcf0a3677692e7ad4412c0e41c1db3e9da6cdcdb3dd32b2cc1f9c97d6311
+
+COMPONENT_VERSION_5 =	4.2
+COMPONENT_ARCHIVE_5 =	docbook-4.2.zip
+COMPONENT_ARCHIVE_HASH_5 = \
+    sha256:67ebd2c94b342718c6865d2de60f5d4ff02d77a7e4b0d9e72a48c45f2b2635c3
+
+COMPONENT_VERSION_6 =	4.3
+COMPONENT_ARCHIVE_6 =	docbook-4.3.zip
+COMPONENT_ARCHIVE_HASH_6 = \
+    sha256:88f52fab7bd49b2e8f40c525014129c26a5a4b8bbd1494e00387556ec76f95ee
+
+COMPONENT_VERSION_7 =	4.4
+COMPONENT_ARCHIVE_7 =	docbook-4.4.zip
+COMPONENT_ARCHIVE_HASH_7 = \
+    sha256:0ac7960409b032c8e517483523ecb92af4e59196a33b3e2c5617daa22b7a8a6c
+
+COMPONENT_VERSION_8 =	4.5
+COMPONENT_ARCHIVE_8 =	docbook-4.5.zip
+COMPONENT_ARCHIVE_HASH_8 = \
+    sha256:8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43
+
+$(foreach n, 1 2 3 4 5 6 7 8, \
+    $(eval COMPONENT_ARCHIVE_URL_$(n) = $(COMPONENT_PROJECT_URL)sgml/$(COMPONENT_VERSION_$(n))/$(COMPONENT_ARCHIVE_$(n))) \
+    $(eval COMPONENT_ARCHIVE_URLS += $(COMPONENT_ARCHIVE_URL_$(n))) \
+    $(eval COMPONENT_SRC_$(n) = $(COMPONENT_VERSION_$(n))-sgml) \
+    $(eval UNPACK_ARGS_$(n) = -r $(COMPONENT_SRC_$(n))) \
+    $(eval COMPONENT_POST_UNPACK_ACTION_$(n) += \
+	$(SYMLINK) docbook.cat $(COMPONENT_SRC_$(n))/catalog ; \
+	$(GSED) -e's,\(NAMELEN\s\+\)44\(\s\*\)\?,\1256,' -i.namelen \
+	$(COMPONENT_SRC_$(n))/docbook.dcl ; ) \
+    $(eval INSTALL_TARGET += \
+	$(PROTOETCDIR)/sgml/sgml-docbook-$(COMPONENT_VERSION_$(n))-1.0-51.cat) \
+)
+
+### XML DTD's
+
+COMPONENT_VERSION_50 =	4.1.2
+COMPONENT_ARCHIVE_50 =	docbkx412.zip
+COMPONENT_ARCHIVE_HASH_50 = \
+    sha256:30f0644064e0ea71751438251940b1431f46acada814a062870f486c772e7772
+
+COMPONENT_VERSION_51 =	4.2
+COMPONENT_ARCHIVE_51 =	docbook-xml-4.2.zip
+COMPONENT_ARCHIVE_HASH_51 = \
+    sha256:acc4601e4f97a196076b7e64b368d9248b07c7abf26b34a02cca40eeebe60fa2
+
+COMPONENT_VERSION_52 =	4.3
+COMPONENT_ARCHIVE_52 =	docbook-xml-4.3.zip
+COMPONENT_ARCHIVE_HASH_52 = \
+    sha256:23068a94ea6fd484b004c5a73ec36a66aa47ea8f0d6b62cc1695931f5c143464
+
+COMPONENT_VERSION_53 =	4.4
+COMPONENT_ARCHIVE_53 =	docbook-xml-4.4.zip
+COMPONENT_ARCHIVE_HASH_53 = \
+    sha256:02f159eb88c4254d95e831c51c144b1863b216d909b5ff45743a1ce6f5273090
+
+COMPONENT_VERSION_54 =	4.5
+COMPONENT_ARCHIVE_54 =	docbook-xml-4.5.zip
+COMPONENT_ARCHIVE_HASH_54 = \
+    sha256:4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4
+
+$(foreach n, 50 51 52 53 54, \
+    $(eval COMPONENT_ARCHIVE_URL_$(n) = $(COMPONENT_PROJECT_URL)xml/$(COMPONENT_VERSION_$(n))/$(COMPONENT_ARCHIVE_$(n))) \
+    $(eval COMPONENT_ARCHIVE_URLS += $(COMPONENT_ARCHIVE_URL_$(n))) \
+    $(eval COMPONENT_SRC_$(n) = $(COMPONENT_VERSION_$(n))-xml) \
+    $(eval UNPACK_ARGS_$(n) = -r $(COMPONENT_SRC_$(n))) \
+    $(eval COMPONENT_POST_UNPACK_ACTION_$(n) += \
+	$(SYMLINK) docbook.cat $(COMPONENT_SRC_$(n))/catalog ; ) \
+    $(eval INSTALL_TARGET += \
+	$(PROTOETCDIR)/sgml/xml-docbook-$(COMPONENT_VERSION_$(n))-1.0-51.cat) \
+)
+
+include $(WS_MAKE_RULES)/common.mk
+
+$(PROTOETCDIR)/sgml:
+	$(MKDIR) $@
+
+$(PROTOETCDIR)/sgml/%.cat: $(PROTOETCDIR)/sgml
+	$(TOUCH) $@
+
+# generate the source-url metadata for the package manifest from all the URLs
+$(DTDS_INC_FILE): $(BUILD_DIR)
+	-$(RM) $@
+	printf 'set name=info.source-url ' >> $@
+	for url in $(COMPONENT_ARCHIVE_URLS) ; do \
+	    printf ' value="%s" ' "$${url}" >> $@ ; \
+	done
+	print '' >> $@
+
+
+
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += shell/bash
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/core-os
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/docbook-dtds.license	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,121 @@
+docbook-dtds:
+
+<!-- Copyright 1992-2004 HaL Computer Systems, Inc., 
+     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software 
+     Corporation, Norman Walsh, Sun Microsystems, Inc., and the 
+     Organization for the Advancement of Structured Information 
+     Standards (OASIS). 
+
+     See also http://docbook.org/specs/ 
+
+     $Id: docbookx.dtd,v 1.31 2005/01/27 13:52:36 nwalsh Exp $ 
+
+     Permission to use, copy, modify and distribute the DocBook XML DTD 
+     and its accompanying documentation for any purpose and without fee 
+     is hereby granted in perpetuity, provided that the above copyright 
+     notice and this paragraph appear in all copies.  The copyright 
+     holders make no representation about the suitability of the DTD for 
+     any purpose.  It is provided "as is" without expressed or implied 
+     warranty. 
+
+     If you modify the DocBook DTD in any way, except for declaring and 
+     referencing additional sets of general entities and declaring 
+     additional notations, label your DTD as a variant of DocBook.  See 
+     the maintenance documentation for more information. 
+
+     Please direct all questions, bug reports, or suggestions for 
+     changes to the [email protected] mailing list. For more 
+     information, see http://www.oasis-open.org/docbook/. 
+
+docbook-style-dsssl:
+
+Copyright 
+--------- 
+
+Copyright (C) 1997-2001 Norman Walsh 
+
+The original inspiration for these stylesheets came from the 
+work of Jon Bosak, Anders Berglund, Tony Graham, Terry Allen, 
+James Clark, and many others.  I am indebted to them and to the 
+community of users on [email protected] for making 
+substantial contributions to this work and for answering my many 
+questions. 
+
+This software may be distributed under the same terms as Jade: 
+
+Permission is hereby granted, free of charge, to any person 
+obtaining a copy of this software and associated documentation 
+files (the ``Software''), to deal in the Software without 
+restriction, including without limitation the rights to use, 
+copy, modify, merge, publish, distribute, sublicense, and/or 
+sell copies of the Software, and to permit persons to whom the 
+Software is furnished to do so, subject to the following 
+conditions: The above copyright notice and this permission notice shall be 
+included in all copies or substantial portions of the Software. 
+ 
+Except as contained in this notice, the names of individuals 
+credited with contribution to this software shall not be used in 
+advertising or otherwise to promote the sale, use or other 
+dealings in this Software without prior written authorization 
+from the individuals in question. 
+
+Any stylesheet derived from this Software that is publically 
+distributed will be identified with a different name and the 
+version strings in any derived Software will be changed so that 
+no possibility of confusion between the derived package and this 
+Software will exist. 
+
+Warranty 
+-------- 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER 
+CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 
+OTHER DEALINGS IN THE SOFTWARE. 
+
+docbook-style-xsl:
+
+Copyright 
+--------- 
+
+Copyright (C) 1999, 2000, 2001, 2002 Norman Walsh 
+
+Permission is hereby granted, free of charge, to any person 
+obtaining a copy of this software and associated documentation 
+files (the ``Software''), to deal in the Software without 
+restriction, including without limitation the rights to use, 
+copy, modify, merge, publish, distribute, sublicense, and/or 
+sell copies of the Software, and to permit persons to whom the 
+Software is furnished to do so, subject to the following 
+conditions: 
+
+The above copyright notice and this permission notice shall be 
+included in all copies or substantial portions of the Software. 
+
+Except as contained in this notice, the names of individuals 
+credited with contribution to this software shall not be used in 
+advertising or otherwise to promote the sale, use or other 
+dealings in this Software without prior written authorization 
+from the individuals in question. 
+Any stylesheet derived from this Software that is publically 
+distributed will be identified with a different name and the 
+version strings in any derived Software will be changed so that 
+no possibility of confusion between the derived package and this 
+Software will exist. 
+
+Warranty 
+-------- 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER 
+CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 
+OTHER DEALINGS IN THE SOFTWARE. 
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/docbook-dtds.p5m	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,297 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr/share/sgml/docbook/(.*)-dtd-(.*)-1.0-51/(.*) -> \
+    set action.hash %<2>-%<1>/%<3>>
+
+
+set name=pkg.fmri \
+    value=pkg:/data/docbook/docbook-dtds@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="SGML and XML document type definitions for DocBook"
+set name=pkg.description \
+    value="The DocBook Document Type Definition (DTD) describes the syntax of technical documentation texts (articles, books and manual pages). This syntax is XML-compliant and is developed by the OASIS consortium. This package contains SGML and XML versions of the DocBook DTD."
+set name=com.oracle.info.description \
+    value="SGML and XML document type definitions for DocBook"
+set name=com.oracle.info.tpno value=9654
+set name=info.classification \
+    value="org.opensolaris.category.2008:Desktop (GNOME)/Documentation"
+# set name=info.source-url comes via $(DTDS_INC_FILE) included by Makefile
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2005/734
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=etc/sgml/sgml-docbook-3.0-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-3.1-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-4.0-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-4.1-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-4.2-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-4.3-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-4.4-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/sgml-docbook-4.5-1.0-51.cat mode=0644 preserve=renamenew
+link path=etc/sgml/sgml-docbook.cat target=sgml-docbook-4.5-1.0-51.cat
+file path=etc/sgml/xml-docbook-4.1.2-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/xml-docbook-4.2-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/xml-docbook-4.3-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/xml-docbook-4.4-1.0-51.cat mode=0644 preserve=renamenew
+file path=etc/sgml/xml-docbook-4.5-1.0-51.cat mode=0644 preserve=renamenew
+link path=etc/sgml/xml-docbook.cat target=xml-docbook-4.5-1.0-51.cat
+file files/docbook-dtds-update.xml \
+    path=lib/svc/manifest/application/desktop-cache/docbook-dtds-update.xml
+file files/docbook-dtds-update.sh path=lib/svc/method/docbook-dtds-update.sh
+file files/docbook-dtds-install.sh \
+    path=usr/share/sgml/docbook/docbook-dtds-install.sh mode=0555
+file files/docbook-dtds-uninstall.sh \
+    path=usr/share/sgml/docbook/docbook-dtds-uninstall.sh mode=0555
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/cals-tbl.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/dbhier.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/dbpool.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-3.0-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/cals-tbl.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/dbcent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/dbhier.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/dbnotn.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/dbpool.mod
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-3.1-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/cals-tbl.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/dbcent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/dbhier.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/dbnotn.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/dbpool.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-4.0-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/cals-tbl.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/dbcent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/dbhier.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/dbnotn.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/dbpool.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-4.1-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.2-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/htmltblx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.3-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/htmltblx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.4-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/catalog
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/docbook.dcl
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/docbook.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/htmltblx.mod
+file path=usr/share/sgml/docbook/sgml-dtd-4.5-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/catalog
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-amsa.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-amsb.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-amsc.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-amsn.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-amso.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-amsr.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-box.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-cyr1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-cyr2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-dia.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-grk1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-grk2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-grk3.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-grk4.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-lat1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-lat2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-num.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-pub.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/ent/iso-tech.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/catalog
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-amsa.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-amsb.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-amsc.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-amsn.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-amso.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-amsr.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-box.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-cyr1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-cyr2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-dia.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-grk1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-grk2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-grk3.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-grk4.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-lat1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-lat2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-num.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-pub.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/ent/iso-tech.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.2-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/catalog
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-amsa.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-amsb.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-amsc.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-amsn.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-amso.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-amsr.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-box.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-cyr1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-cyr2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-dia.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-grk1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-grk2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-grk3.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-grk4.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-lat1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-lat2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-num.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-pub.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/ent/iso-tech.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/htmltblx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.3-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/catalog
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/README
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isoamsa.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isoamsb.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isoamsc.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isoamsn.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isoamso.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isoamsr.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isobox.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isocyr1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isocyr2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isodia.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isogrk1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isogrk2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isogrk3.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isogrk4.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isolat1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isolat2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isonum.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isopub.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/ent/isotech.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/htmltblx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.4-1.0-51/soextblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/calstblx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/catalog
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/dbcentx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/dbgenent.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/dbhierx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/dbnotnx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/dbpoolx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/docbookx.dtd
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/README
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isoamsa.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isoamsb.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isoamsc.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isoamsn.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isoamso.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isoamsr.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isobox.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isocyr1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isocyr2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isodia.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isogrk1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isogrk2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isogrk3.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isogrk4.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isolat1.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isolat2.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isonum.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isopub.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/ent/isotech.ent
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/htmltblx.mod
+file path=usr/share/sgml/docbook/xml-dtd-4.5-1.0-51/soextblx.dtd
+license docbook-dtds.license license=DocBook
+
+
+# Called in SMF method scripts
+depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/xmlcatalog
+depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/sed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/files/docbook-dtds-install.sh	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,127 @@
+#!/usr/bin/bash
+#
+# docbook-dtds.spec %post
+#
+
+# clean up old catalog which were generated during post install
+
+oldfiles=`ls /etc/sgml/*ml-*-30.1.cat`
+for oldfile in $oldfiles
+do
+    echo $oldfile
+    if [ -f "$oldfile" ]; then
+        /usr/bin/xmlcatalog --sgml --noout --del /etc/sgml/catalog $oldfile
+        rm  $oldfile
+    fi
+done
+
+export version=1.0
+export release=51
+export version_list="{3,4}.{0,1}-sgml 4.1.2-xml 4.{2,3,4,5}-{sgml,xml}"
+
+
+catcmd='/usr/bin/xmlcatalog --noout'
+xmlcatalog=/usr/share/sgml/docbook/xmlcatalog
+
+## Clean up pre-docbook-dtds mess caused by broken trigger.
+for v in 3.0 3.1 4.0 4.1 4.2
+do
+  if [ -f /etc/sgml/sgml-docbook-$v-${version}-${release}.cat ]
+  then
+    $catcmd --sgml --del /etc/sgml/sgml-docbook-$v.cat \
+      /usr/share/sgml/openjade/catalog 2>/dev/null
+  fi
+done
+
+# The STYLESHEETS/catalog command is for the case in which the style sheets
+# were installed after another DTD but before this DTD
+for STYLESHEETS in /usr/share/sgml/docbook/dsssl-stylesheets-*; do : ; done
+case $STYLESHEETS in
+  *-"*") STYLESHEETS= ;;
+esac
+eval set ${version_list}
+for dir
+do
+  fmt=${dir#*-} ver=${dir%%-*} vvr=$ver-${version}-${release}
+  sgmldir=/usr/share/sgml/docbook/$fmt-dtd-$vvr
+  ## SGML catalog
+  # Update the centralized catalog corresponding to this version of the DTD
+  for cat_dir in /usr/share/sgml/sgml-iso-entities-8879.1986 $sgmldir $STYLESHEETS; do
+    $catcmd --sgml --add /etc/sgml/$fmt-docbook-$vvr.cat $cat_dir/catalog
+  done
+  ## XML catalog
+  if [ $fmt = xml -a -w $xmlcatalog ]; then
+    while read f desc; do
+      case $ver in 4.[45]) f=${f/-/} ;; esac
+      $catcmd --add public "$desc" $sgmldir/$f $xmlcatalog
+    done <<ENDENT
+      ent/iso-pub.ent	ISO 8879:1986//ENTITIES Publishing//EN
+      ent/iso-grk1.ent	ISO 8879:1986//ENTITIES Greek Letters//EN
+      dbpoolx.mod	-//OASIS//ELEMENTS DocBook XML Information Pool V$ver//EN
+      ent/iso-box.ent	ISO 8879:1986//ENTITIES Box and Line Drawing//EN
+      docbookx.dtd	-//OASIS//DTD DocBook XML V$ver//EN
+      ent/iso-grk3.ent	ISO 8879:1986//ENTITIES Greek Symbols//EN
+      ent/iso-amsn.ent	ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN
+      ent/iso-num.ent	ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN
+      dbcentx.mod	-//OASIS//ENTITIES DocBook XML Character Entities V$ver//EN
+      ent/iso-grk4.ent	ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN
+      dbnotnx.mod	-//OASIS//ENTITIES DocBook XML Notations V$ver//EN
+      ent/iso-dia.ent	ISO 8879:1986//ENTITIES Diacritical Marks//EN
+      ent/iso-grk2.ent	ISO 8879:1986//ENTITIES Monotoniko Greek//EN
+      dbgenent.mod	-//OASIS//ENTITIES DocBook XML Additional General Entities V$ver//EN
+      dbhierx.mod	-//OASIS//ELEMENTS DocBook XML Document Hierarchy V$ver//EN
+      ent/iso-amsa.ent	ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN
+      ent/iso-amso.ent	ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN
+      ent/iso-cyr1.ent	ISO 8879:1986//ENTITIES Russian Cyrillic//EN
+      ent/iso-tech.ent	ISO 8879:1986//ENTITIES General Technical//EN
+      ent/iso-amsc.ent	ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN
+      soextblx.dtd	-//OASIS//DTD XML Exchange Table Model 19990315//EN
+      calstblx.dtd	-//OASIS//DTD DocBook XML CALS Table Model V$ver//EN
+      ent/iso-lat1.ent	ISO 8879:1986//ENTITIES Added Latin 1//EN
+      ent/iso-amsb.ent	ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN
+      ent/iso-lat2.ent	ISO 8879:1986//ENTITIES Added Latin 2//EN
+      ent/iso-amsr.ent	ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN
+      ent/iso-cyr2.ent	ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN
+ENDENT
+    for f in System URI; do
+      $catcmd --add rewrite$f "http://www.oasis-open.org/docbook/xml/$ver" \
+	$sgmldir $xmlcatalog
+    done
+  fi
+done
+
+# include openjade catalog into /etc/sgml catalogs.
+rel=$(echo /etc/sgml/sgml-docbook-3.0-*.cat)
+rel=${rel##*-}
+
+for file in `ls /etc/sgml/*$rel`;
+do
+    /usr/bin/xmlcatalog --sgml --noout --add $file /usr/share/sgml/openjade/catalog;
+done
+
+# Historic versions of this scriptlet contained the following comment:
+# <quote>
+# Fix up SGML super catalog so that there isn't an XML DTD before an
+# SGML one.  We need to do this (*sigh*) because xmlcatalog messes up
+# the order of the lines, and SGML tools don't like to see XML things
+# they aren't expecting.
+# </quote>
+# But the code that followed just found the first XML DTD and the first
+# SGML DTD, swappinmg these two lines if the XML one preceded.
+# But that only ensures that there is an SGML DTD before all XML ones.
+# No one complained, so either this was enough, or the buggy SGML tools
+# are long dead, or their users do not use bugzilla.
+# Anyway, the following code, introduced in 1.0-46, does better: it ensures
+# that all XML DTDs are after all SGML ones, by moving them to the end.
+/usr/gnu/bin/sed -ni '
+  /xml-docbook/ H
+  /xml-docbook/ !p
+  $ {
+          g
+          s/^\n//p
+  }
+  ' /etc/sgml/catalog
+
+# Finally, make sure everything in /etc/sgml is readable!
+/bin/chmod a+r /etc/sgml/*
+/bin/chgrp bin /etc/sgml/*
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/files/docbook-dtds-uninstall.sh	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,69 @@
+#!/bin/bash
+
+#
+# docbook-dtds.spec %postun
+#
+
+export version=1.0
+export release=51
+export version_list="{3,4}.{0,1}-sgml 4.1.2-xml 4.{2,3,4,5}-{sgml,xml}"
+
+catcmd='/usr/bin/xmlcatalog --noout'
+xmlcatalog=/usr/share/sgml/docbook/xmlcatalog
+entities="
+ent/iso-pub.ent
+ent/iso-grk1.ent
+dbpoolx.mod
+ent/iso-box.ent
+docbookx.dtd
+ent/iso-grk3.ent
+ent/iso-amsn.ent
+ent/iso-num.ent
+dbcentx.mod
+ent/iso-grk4.ent
+dbnotnx.mod
+ent/iso-dia.ent
+ent/iso-grk2.ent
+dbgenent.mod
+dbhierx.mod
+ent/iso-amsa.ent
+ent/iso-amso.ent
+ent/iso-cyr1.ent
+ent/iso-tech.ent
+ent/iso-amsc.ent
+soextblx.dtd
+calstblx.dtd
+ent/iso-lat1.ent
+ent/iso-amsb.ent
+ent/iso-lat2.ent
+ent/iso-amsr.ent
+ent/iso-cyr2.ent
+"
+eval set ${version_list}
+for dir
+do
+  fmt=${dir#*-} ver=${dir%%-*} vvr=$ver-${version}-${release}
+  sgmldir=/usr/share/sgml/docbook/$fmt-dtd-$vvr
+  ## SGML catalog
+  # Update the centralized catalog corresponding to this version of the DTD
+  $catcmd --sgml --del /etc/sgml/catalog /etc/sgml/$fmt-docbook-$vvr.cat
+  rm -f /etc/sgml/$fmt-docbook-$vvr.cat
+  ## XML catalog
+  if [ $fmt = xml -a -w $xmlcatalog ]; then
+    for f in $entities; do
+      case $ver in 4.[45]) f=${f/-/} ;; esac
+      $catcmd --del $sgmldir/$f $xmlcatalog
+    done
+    $catcmd --del $sgmldir $xmlcatalog
+  fi
+done
+
+# See the comment attached to this command in the %%post scriptlet.
+/usr/gnu/bin/sed -ni '
+  /xml-docbook/ H
+  /xml-docbook/ !p
+  $ {
+          g
+          s/^\n//p
+  }
+  ' /etc/sgml/catalog
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/files/docbook-dtds-update.sh	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,80 @@
+#!/bin/ksh -p
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Use is subject to license terms.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+#
+# Except as contained in this notice, the name of a copyright holder
+# shall not be used in advertising or otherwise to promote the sale, use
+# or other dealings in this Software without prior written authorization
+# of the copyright holder.
+#
+###########################################################################
+#
+
+PATH=/usr/bin:/usr/sbin
+
+. /lib/svc/share/smf_include.sh
+
+USAGE="Usage: $0 { start | refresh }"
+
+if [ $# -ne 1 ] ; then
+    echo $USAGE
+    exit 2
+fi
+
+CATALOG_INSTALL=/usr/share/sgml/docbook/docbook-dtds-install.sh
+CATALOG_UNINSTALL=/usr/share/sgml/docbook/docbook-dtds-uninstall.sh
+
+start_docbook_dtds_update ()
+{
+    $CATALOG_INSTALL > /dev/null 2>&1
+}
+
+refresh_docbook_dtds_update ()
+{
+    $CATALOG_UNINSTALL > /dev/null 2>&1
+    $CATALOG_INSTALL > /dev/null 2>&1
+}
+
+METHOD=$1
+
+case "$METHOD" in
+    'start')
+	# Continue with rest of script
+	;;
+    'refresh')
+	# Continue with rest of script
+	;;
+    -*)
+	echo $USAGE
+	exit 2
+	;;
+    *)
+	echo "Invalid method $METHOD"
+	exit 2
+	;;
+esac
+
+${METHOD}_docbook_dtds_update
+
+exit $SMF_EXIT_OK
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/files/docbook-dtds-update.xml	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,104 @@
+<?xml version="1.0"?>
+<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+<!--
+    Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+    Use is subject to license terms.
+
+    Permission is hereby granted, free of charge, to any person obtaining a
+    copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, and/or sell copies of the Software, and to permit persons
+    to whom the Software is furnished to do so, provided that the above
+    copyright notice(s) and this permission notice appear in all copies of
+    the Software and that both the above copyright notice(s) and this
+    permission notice appear in supporting documentation.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+    OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+    HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+    INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+    FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+    Except as contained in this notice, the name of a copyright holder
+    shall not be used in advertising or otherwise to promote the sale, use
+    or other dealings in this Software without prior written authorization
+    of the copyright holder.
+
+    Service manifest to update the xml catalog after installing the docbook
+    stylesheets
+-->
+
+<service_bundle type='manifest' name='SUNWgnome-xml:docbook-dtds-update'>
+
+<service
+	name='application/desktop-cache/docbook-dtds-update'
+	type='service'
+	version='1'>
+
+	<create_default_instance enabled='true' />
+
+	<single_instance />
+
+	<!-- Need / & /usr filesystems mounted, /var mounted read/write -->
+	<dependency
+		name='usr'
+		type='service'
+		grouping='require_all'
+		restart_on='none'>
+		<service_fmri value='svc:/system/filesystem/minimal' />
+	</dependency>
+
+	<exec_method
+		type='method'
+		name='start'
+		exec='/lib/svc/method/docbook-dtds-update.sh %m'
+		timeout_seconds='600'>
+		<method_context>
+                        <method_credential user='root' group='root' />
+                </method_context>
+        </exec_method>
+
+	<exec_method
+		type='method'
+		name='refresh'
+		exec='/lib/svc/method/docbook-dtds-update.sh %m'
+		timeout_seconds='600'>
+		<method_context>
+                        <method_credential user='root' group='root' />
+                </method_context>
+        </exec_method>
+
+	<exec_method
+		type='method'
+		name='stop'
+		exec=':true'
+		timeout_seconds='60' />
+
+	<property_group name='startd' type='framework'>
+		<propval name='duration' type='astring'
+			value='transient' />
+	</property_group>
+
+	<stability value='Evolving' />
+
+	<template>
+		<common_name>
+			<loctext xml:lang='C'>docbook dtds registration
+				</loctext>
+		</common_name>
+
+		<documentation>
+			<manpage
+				title='xmlcatalog'
+				section='1'
+				manpath='/usr/share/man' />
+		</documentation>
+	</template>
+</service>
+
+</service_bundle>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-4.2-euro.patch	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,25 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-4.2-euro.patch
+
+--- docbook-dtds-1.0/4.2-sgml/docbookx.dtd.euro	2003-07-15 09:07:58.000000000 +0100
++++ docbook-dtds-1.0/4.2-sgml/docbookx.dtd	2003-07-15 09:08:12.000000000 +0100
+@@ -106,7 +106,7 @@
+ <![%dbcent.module;[
+ 
+ <![%sgml.features;[
+-<!ENTITY euro "[euro  ]"><!-- euro sign, U+20AC NEW -->
++<!ENTITY euro SDATA "[euro  ]"><!-- euro sign, U+20AC NEW -->
+ ]]>
+ <![%xml.features;[
+ <!ENTITY euro "&#x20AC;"><!-- euro sign, U+20AC NEW -->
+--- docbook-dtds-1.0/4.2-xml/docbookx.dtd.euro	2003-07-15 09:08:02.000000000 +0100
++++ docbook-dtds-1.0/4.2-xml/docbookx.dtd	2003-07-15 09:08:21.000000000 +0100
+@@ -106,7 +106,7 @@
+ <![%dbcent.module;[
+ 
+ <![%sgml.features;[
+-<!ENTITY euro "[euro  ]"><!-- euro sign, U+20AC NEW -->
++<!ENTITY euro SDATA "[euro  ]"><!-- euro sign, U+20AC NEW -->
+ ]]>
+ <![%xml.features;[
+ <!ENTITY euro "&#x20AC;"><!-- euro sign, U+20AC NEW -->
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtd30-sgml-1.0.catalog.patch_1	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,44 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtd30-sgml-1.0.catalog.patch
+
+--- a/docbook.cat	Tue Dec 10 16:35:22 1996
++++ b/docbook.cat	Mon Jun  5 11:08:34 2000
+@@ -27,7 +27,7 @@
+   -- ...................................................................... --
+   -- SGML declaration associated with DocBook ............................. --
+ 
+-DTDDECL "-//Davenport//DTD DocBook V3.0//EN" "docbook.dcl"
++SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+@@ -41,29 +41,6 @@
+ PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod"
+ PUBLIC "-//Davenport//ELEMENTS DocBook Document Hierarchy V3.0//EN" "dbhier.mod"
+ PUBLIC "-//Davenport//ENTITIES DocBook Additional General Entities V3.0//EN" "dbgenent.mod"
+-
+-  -- ...................................................................... --
+-  -- ISO entity sets ...................................................... --
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
+ 
+   -- End of catalog data for DocBook V3.0 ................................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtd31-sgml-1.0.catalog.patch_2	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,44 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtd31-sgml-1.0.catalog.patch
+
+--- a/docbook.cat	Tue Feb  2 06:53:32 1999
++++ b/docbook.cat	Thu May 25 11:45:01 2000
+@@ -19,7 +19,7 @@
+   -- ...................................................................... --
+   -- SGML declaration associated with DocBook ............................. --
+ 
+-DTDDECL "-//OASIS//DTD DocBook V3.1//EN" "docbook.dcl"
++SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+@@ -35,29 +35,6 @@
+ 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"
+-
+-  -- ...................................................................... --
+-  -- ISO entity sets ...................................................... --
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
+ 
+   -- End of catalog data for DocBook V3.1 ................................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtd40-sgml-1.0.catalog.patch_3	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,44 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtd40-sgml-1.0.catalog.patch
+
+--- a/docbook.cat	Mon May 22 22:38:05 2000
++++ b/docbook.cat	Mon May 22 22:12:36 2000
+@@ -19,7 +19,7 @@
+   -- ...................................................................... --
+   -- SGML declaration associated with DocBook ............................. --
+ 
+-DTDDECL "-//OASIS//DTD DocBook V4.0//EN" "docbook.dcl"
++SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+@@ -35,29 +35,6 @@
+ PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.0//EN" "dbgenent.mod"
+ PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.0//EN" "dbnotn.mod"
+ PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.0//EN" "dbcent.mod"
+-
+-  -- ...................................................................... --
+-  -- ISO entity sets ...................................................... --
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
+ 
+   -- End of catalog data for DocBook V4.0 ................................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtd41-sgml-1.0.catalog.patch_4	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,44 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtd41-sgml-1.0.catalog.patch
+
+--- a/docbook.cat	Mon May 22 22:38:05 2000
++++ b/docbook.cat	Mon May 22 22:12:36 2000
+@@ -19,7 +19,7 @@
+   -- ...................................................................... --
+   -- SGML declaration associated with DocBook ............................. --
+ 
+-DTDDECL "-//OASIS//DTD DocBook V4.1//EN" "docbook.dcl"
++SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+@@ -35,29 +35,6 @@
+ PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN" "dbgenent.mod"
+ PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.1//EN" "dbnotn.mod"
+ PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.1//EN" "dbcent.mod"
+-
+-  -- ...................................................................... --
+-  -- ISO entity sets ...................................................... --
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
+ 
+   -- End of catalog data for DocBook V4.1 ................................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtd412-entities.patch_50	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,51 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtd412-entities.patch
+
+diff -urNp 4.1.2-xml/docbook.cat 4.1.2-xml/docbook.cat
+--- 4.1.2-xml/docbook.cat	2009-02-19 13:49:08.000000000 +0100
++++ 4.1.2-xml/docbook.cat	2009-02-19 13:50:59.000000000 +0100
+@@ -41,25 +41,25 @@ PUBLIC "-//OASIS//ENTITIES DocBook XML C
+   -- ...................................................................... --
+   -- ISO entity sets ...................................................... --
+ 
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "ent/iso-dia.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "ent/iso-num.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "ent/iso-pub.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "ent/iso-tech.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "ent/iso-lat1.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "ent/iso-lat2.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "ent/iso-grk1.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "ent/iso-grk2.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "ent/iso-grk3.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "ent/iso-grk4.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "ent/iso-amsa.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "ent/iso-amsb.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "ent/iso-amsc.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "ent/iso-amsn.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "ent/iso-amso.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "ent/iso-amsr.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "ent/iso-box.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "ent/iso-cyr1.ent"
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "ent/iso-cyr2.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" "ent/iso-dia.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" "ent/iso-num.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML" "ent/iso-pub.ent"
++PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML" "ent/iso-tech.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" "ent/iso-lat1.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN//XML" "ent/iso-lat2.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML" "ent/iso-grk1.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML" "ent/iso-grk2.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN//XML" "ent/iso-grk3.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML" "ent/iso-grk4.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" "ent/iso-amsa.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML" "ent/iso-amsb.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML" "ent/iso-amsc.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML" "ent/iso-amsn.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML" "ent/iso-amso.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML" "ent/iso-amsr.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML" "ent/iso-box.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML" "ent/iso-cyr1.ent"
++PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" "ent/iso-cyr2.ent"
+ 
+   -- End of catalog data for DocBook XML V4.1.2 ............................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtd42-sgml-1.0.catalog.patch_5	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,71 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtd42-sgml-1.0.catalog.patch
+
+--- a/docbook.cat.orig	2002-07-17 17:14:28.000000000 +0100
++++ b/docbook.cat	2002-07-17 21:58:24.000000000 +0100
+@@ -49,65 +49,5 @@
+ PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
+        "dbcentx.mod"
+ 
+-  -- ...................................................................... --
+-  -- ISO entity sets ...................................................... --
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
+-       "iso-dia.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN"
+-       "iso-num.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN"
+-       "iso-pub.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN"
+-       "iso-tech.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN"
+-       "iso-lat1.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN"
+-       "iso-lat2.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN"
+-       "iso-grk1.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN"
+-       "iso-grk2.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN"
+-       "iso-grk3.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN"
+-       "iso-grk4.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN"
+-       "iso-amsa.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN"
+-       "iso-amsb.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN"
+-       "iso-amsc.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN"
+-       "iso-amsn.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN"
+-       "iso-amso.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN"
+-       "iso-amsr.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN"
+-       "iso-box.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN"
+-       "iso-cyr1.gml"
+-
+-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
+-       "iso-cyr2.gml"
+-
+   -- End of catalog data for DocBook V4.2 ................................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-dtds-ents.patch	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,56 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-dtds-ents.patch
+
+--- docbook-dtds-1.0/4.3-sgml/docbook.cat.ents	2005-12-13 13:14:24.000000000 +0000
++++ docbook-dtds-1.0/4.3-sgml/docbook.cat	2005-12-13 13:14:38.000000000 +0000
+@@ -51,6 +51,7 @@
+ 
+   -- ...................................................................... --
+   -- ISO entity sets ...................................................... --
++--
+ 
+ PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
+        "iso-dia.gml"
+@@ -109,5 +110,6 @@
+ PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
+        "iso-cyr2.gml"
+ 
++--
+   -- End of catalog data for DocBook V4.3 ................................. --
+   -- ...................................................................... --
+--- docbook-dtds-1.0/4.4-sgml/docbook.cat.ents	2005-12-13 13:14:51.000000000 +0000
++++ docbook-dtds-1.0/4.4-sgml/docbook.cat	2005-12-13 13:14:59.000000000 +0000
+@@ -54,6 +54,7 @@
+ 
+   -- ...................................................................... --
+   -- ISO entity sets ...................................................... --
++--
+ 
+ PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
+        "iso-dia.gml"
+@@ -112,5 +113,6 @@
+ PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
+        "iso-cyr2.gml"
+ 
++--
+   -- End of catalog data for DocBook V4.4 ................................. --
+   -- ...................................................................... --
+diff -urNp docbook-dtds-1.0-orig/4.5-sgml/docbook.cat docbook-dtds-1.0/4.5-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.5-sgml/docbook.cat	2009-02-19 13:45:22.000000000 +0100
++++ docbook-dtds-1.0/4.5-sgml/docbook.cat	2009-02-19 13:47:31.000000000 +0100
+@@ -60,6 +60,7 @@ PUBLIC "-//OASIS//ENTITIES DocBook Chara
+ 
+   -- ...................................................................... --
+   -- ISO entity sets ...................................................... --
++--
+ 
+ PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
+        "iso-dia.gml"
+@@ -118,5 +119,7 @@ PUBLIC "ISO 8879:1986//ENTITIES Russian 
+ PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
+        "iso-cyr2.gml"
+ 
++--
++
+   -- End of catalog data for DocBook V4.5 ................................. --
+   -- ...................................................................... --
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dtds/patches/docbook-sgml-systemrewrite.patch	Mon Oct 03 13:12:13 2016 -0700
@@ -0,0 +1,213 @@
+Patch migrated from Desktop gate, where it was originally imported from
+http://pkgs.fedoraproject.org/cgit/rpms/docbook-dtds.git/tree/docbook-sgml-systemrewrite.patch
+
+diff -urNp docbook-dtds-1.0-orig/3.0-sgml/docbook.cat docbook-dtds-1.0/3.0-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/3.0-sgml/docbook.cat	2009-02-05 16:44:15.000000000 +0100
++++ docbook-dtds-1.0/3.0-sgml/docbook.cat	2009-02-05 16:48:58.000000000 +0100
+@@ -30,6 +30,12 @@
+ SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/3.0/docbook.dtd"
++       "docbook.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd"
+diff -urNp docbook-dtds-1.0-orig/3.1-sgml/docbook.cat docbook-dtds-1.0/3.1-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/3.1-sgml/docbook.cat	2009-02-05 16:44:15.000000000 +0100
++++ docbook-dtds-1.0/3.1-sgml/docbook.cat	2009-02-05 16:56:51.000000000 +0100
+@@ -22,6 +22,12 @@
+ SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/3.0/docbook.dtd"
++       "docbook.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V3.1//EN" "docbook.dtd"
+diff -urNp docbook-dtds-1.0-orig/4.0-sgml/docbook.cat docbook-dtds-1.0/4.0-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.0-sgml/docbook.cat	2009-02-05 16:44:16.000000000 +0100
++++ docbook-dtds-1.0/4.0-sgml/docbook.cat	2009-02-05 16:49:06.000000000 +0100
+@@ -22,6 +22,12 @@
+ SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/4.0/docbook.dtd"
++       "docbook.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V4.0//EN" "docbook.dtd"
+Binární soubory docbook-dtds-1.0-orig/4.0-sgml/.docbook.cat.swp a docbook-dtds-1.0/4.0-sgml/.docbook.cat.swp jsou různé
+diff -urNp docbook-dtds-1.0-orig/4.1-sgml/docbook.cat docbook-dtds-1.0/4.1-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.1-sgml/docbook.cat	2009-02-05 16:44:16.000000000 +0100
++++ docbook-dtds-1.0/4.1-sgml/docbook.cat	2009-02-05 16:49:27.000000000 +0100
+@@ -22,6 +22,12 @@
+ SGMLDECL "docbook.dcl"
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++SYSTEM "http://www.oasis-open.org/docbook/sgml/4.1/docbook.dtd"
++       "docbook.dtd"
++
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "docbook.dtd"
+diff -urNp docbook-dtds-1.0-orig/4.1.2-xml/docbook.cat docbook-dtds-1.0/4.1.2-xml/docbook.cat
+--- docbook-dtds-1.0-orig/4.1.2-xml/docbook.cat	2000-08-27 17:19:42.000000000 +0200
++++ docbook-dtds-1.0/4.1.2-xml/docbook.cat	2009-02-05 16:52:16.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
++       "docbookx.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "docbookx.dtd"
+diff -urNp docbook-dtds-1.0-orig/4.2-sgml/docbook.cat docbook-dtds-1.0/4.2-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.2-sgml/docbook.cat	2009-02-05 16:44:17.000000000 +0100
++++ docbook-dtds-1.0/4.2-sgml/docbook.cat	2009-02-05 16:50:10.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/4.2/docbook.dtd"
++       "docbook.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
+diff -urNp docbook-dtds-1.0-orig/4.2-xml/docbook.cat docbook-dtds-1.0/4.2-xml/docbook.cat
+--- docbook-dtds-1.0-orig/4.2-xml/docbook.cat	2002-07-17 18:14:41.000000000 +0200
++++ docbook-dtds-1.0/4.2-xml/docbook.cat	2009-02-05 16:52:53.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
++       "docbookx.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+diff -urNp docbook-dtds-1.0-orig/4.3-sgml/docbook.cat docbook-dtds-1.0/4.3-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.3-sgml/docbook.cat	2009-02-05 16:44:18.000000000 +0100
++++ docbook-dtds-1.0/4.3-sgml/docbook.cat	2009-02-05 16:50:37.000000000 +0100
+@@ -17,6 +17,13 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/4.3/docbook.dtd"
++       "docbook.dtd"
++
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V4.3//EN"
+diff -urNp docbook-dtds-1.0-orig/4.3-xml/docbook.cat docbook-dtds-1.0/4.3-xml/docbook.cat
+--- docbook-dtds-1.0-orig/4.3-xml/docbook.cat	2004-03-31 13:22:18.000000000 +0200
++++ docbook-dtds-1.0/4.3-xml/docbook.cat	2009-02-05 16:53:12.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
++       "docbookx.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+diff -urNp docbook-dtds-1.0-orig/4.4-sgml/docbook.cat docbook-dtds-1.0/4.4-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.4-sgml/docbook.cat	2009-02-05 16:44:18.000000000 +0100
++++ docbook-dtds-1.0/4.4-sgml/docbook.cat	2009-02-05 16:50:57.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/4.4/docbook.dtd"
++       "docbook.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
+diff -urNp docbook-dtds-1.0-orig/4.4-xml/docbook.cat docbook-dtds-1.0/4.4-xml/docbook.cat
+--- docbook-dtds-1.0-orig/4.4-xml/docbook.cat	2005-01-27 14:57:19.000000000 +0100
++++ docbook-dtds-1.0/4.4-xml/docbook.cat	2009-02-05 16:53:30.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
++       "docbookx.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+diff -urNp docbook-dtds-1.0-orig/4.5-sgml/docbook.cat docbook-dtds-1.0/4.5-sgml/docbook.cat
+--- docbook-dtds-1.0-orig/4.5-sgml/docbook.cat	2006-10-03 15:27:50.000000000 +0200
++++ docbook-dtds-1.0/4.5-sgml/docbook.cat	2009-02-05 16:51:22.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/sgml/4.5/docbook.dtd"
++       "docbook.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
+diff -urNp docbook-dtds-1.0-orig/4.5-xml/docbook.cat docbook-dtds-1.0/4.5-xml/docbook.cat
+--- docbook-dtds-1.0-orig/4.5-xml/docbook.cat	2006-10-03 15:26:00.000000000 +0200
++++ docbook-dtds-1.0/4.5-xml/docbook.cat	2009-02-05 16:55:45.000000000 +0100
+@@ -17,6 +17,12 @@
+   --
+ 
+   -- ...................................................................... --
++  -- SYSTEM rewrite of web URL .............. ............................. --
++
++SYSTEM "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
++       "docbookx.dtd"
++
++  -- ...................................................................... --
+   -- DocBook driver file .................................................. --
+ 
+ PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
--- a/components/meta-packages/incorporation-cache	Mon Oct 03 13:12:08 2016 -0700
+++ b/components/meta-packages/incorporation-cache	Mon Oct 03 13:12:13 2016 -0700
@@ -74,8 +74,6 @@
 consolidation/desktop/gnome-incorporation:library/python/[email protected]
 consolidation/desktop/gnome-incorporation:library/python/[email protected]
 consolidation/desktop/gnome-incorporation:library/python/[email protected]
-consolidation/userland/userland-incorporation:data/docbook/[email protected]
-consolidation/userland/userland-incorporation:data/[email protected]
 consolidation/userland/userland-incorporation:desktop/archive-manager/[email protected]
 consolidation/userland/userland-incorporation:desktop/cd-burning/[email protected]
 consolidation/userland/userland-incorporation:desktop/[email protected]