--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dsssl/Makefile Mon Oct 03 13:11:10 2016 -0700
@@ -0,0 +1,52 @@
+#
+# 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-dsssl
+COMPONENT_VERSION= 1.79
+COMPONENT_PROJECT_URL= http://docbook.sourceforge.net/
+COMPONENT_ARCHIVE_HASH= \
+ sha256:d5a199024a5fe0862bfaff9e3533817cd8d08bddf3cdfb5bfe6088cbb2cd62b3
+COMPONENT_ARCHIVE_URL= http://prdownloads.sourceforge.net/docbook/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB= utility/docbook
+
+TPNO= 9655
+
+TEST_TARGET = $(NO_TESTS)
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+build: $(SOURCE_DIR)/.prep
+
+install: $(SOURCE_DIR)/.prep
+
+# Called in SMF method scripts:
+REQUIRED_PACKAGES += data/sgml-common
+REQUIRED_PACKAGES += shell/bash
+# SMF manifest dependencies:
+REQUIRED_PACKAGES += system/core-os
+# Needed for collateindex.pl script:
+REQUIRED_PACKAGES += $(PERL_PKG)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dsssl/docbook-style-dsssl.license Mon Oct 03 13:11:10 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/dsssl/docbook-style-dsssl.p5m Mon Oct 03 13:11:10 2016 -0700
@@ -0,0 +1,247 @@
+#
+# 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.*/man/.+ -> \
+ default mangler.man.stability "pass-through volatile">
+<transform file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/(.*) -> \
+ set action.hash docbook-dsssl-1.79/%<1>>
+<transform file path=usr/share/sgml/docbook/dsssl-stylesheets-.*/catalog$ -> \
+ default restart_fmri \
+ svc:/application/desktop-cache/docbook-style-dsssl-update:default>
+
+
+set name=pkg.fmri \
+ value=pkg:/data/docbook/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Norman Walsh's modular stylesheets for DocBook"
+set name=pkg.description \
+ value="These DSSSL stylesheets allow to convert any DocBook document to another printed (for example, RTF or PostScript) or online (for example, HTML) format. They are highly customizable."
+set name=com.oracle.info.description \
+ value="Norman Walsh's modular stylesheets for DocBook"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+ value="org.opensolaris.category.2008:Desktop (GNOME)/Documentation"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2010/143
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+
+file files/docbook-style-dsssl-update.xml \
+ path=lib/svc/manifest/application/desktop-cache/docbook-style-dsssl-update.xml
+file files/docbook-style-dsssl-update.sh \
+ path=lib/svc/method/docbook-style-dsssl-update.sh
+file bin/collateindex.pl.1 path=usr/share/man/man1/collateindex.pl.1
+file bin/collateindex.pl path=usr/share/sgml/docbook/collateindex.pl mode=0555
+file files/docbook-style-dsssl-install.sh \
+ path=usr/share/sgml/docbook/docbook-style-dsssl-install.sh mode=0555
+file files/docbook-style-dsssl-uninstall.sh \
+ path=usr/share/sgml/docbook/docbook-style-dsssl-uninstall.sh mode=0555
+link path=usr/share/sgml/docbook/dsssl-stylesheets target=dsssl-stylesheets-1.79
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/BUGS
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/README
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/VERSION
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/catalog
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbcommon.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl10n.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl10n.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1af.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1af.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1bg.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1bg.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1bs.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1bs.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ca.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ca.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1cs.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1cs.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1da.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1da.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1de.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1de.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1el.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1el.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1en.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1en.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1es.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1es.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1et.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1et.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1eu.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1eu.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1fi.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1fi.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1fr.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1fr.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1hu.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1hu.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1id.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1id.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1it.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1it.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ja.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ja.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ko.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ko.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1nl.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1nl.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1nn.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1nn.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1no.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1no.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1null.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1pl.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1pl.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1pt.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1pt.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ptbr.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ptbr.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ro.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ro.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ru.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1ru.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sk.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sk.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sl.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sl.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sr.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sr.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sv.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1sv.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1th.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1tr.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1tr.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1uk.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1uk.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1xh.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1xh.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1zhcn.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1zhcn.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1zhtw.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbl1zhtw.ent
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/common/dbtable.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/dbdsssl/dbdsssl.dtd
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/decls/docbook.dcl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/decls/xml.dcl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/html/ISOlat1.gml
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/html/dbhtml.dtd
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/imagelib/imagelib.dtd
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/dtds/olink/olinksum.dtd
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbadmon.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbautoc.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbbibl.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbblock.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbcallou.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbchunk.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbcompon.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbdivis.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbefsyn.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbfootn.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbgloss.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbgraph.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbhtml.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbindex.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbinfo.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbinline.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dblink.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dblists.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dblot.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbmath.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbmsgset.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbnavig.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbparam.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbpi.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbprocdr.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbqanda.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbrfntry.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbsect.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbsynop.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbtable.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbtitle.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbttlpg.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/dbverb.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/version.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/1.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/10.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/2.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/3.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/4.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/5.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/6.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/7.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/8.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/callouts/9.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/caution.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/home.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/important.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/next.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/note.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/prev.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/tip.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/toc-blank.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/toc-minus.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/toc-plus.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/up.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/images/warning.gif
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/lib/dblib.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/olink/olink.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbadmon.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbautoc.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbbibl.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbblock.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbcallou.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbcompon.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbdivis.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbefsyn.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbgloss.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbgraph.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbindex.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbinfo.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbinline.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dblink.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dblists.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dblot.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbmath.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbmsgset.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbparam.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbprint.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbprocdr.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbqanda.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbrfntry.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbsect.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbsynop.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbtable.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbtitle.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbttlpg.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/dbverb.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/docbook.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/notoc.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/plain.dsl
+file path=usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/version.dsl
+license docbook-style-dsssl.license license=MIT
+
+# Called in SMF method scripts
+depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/install-catalog
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dsssl/files/docbook-style-dsssl-install.sh Mon Oct 03 13:11:10 2016 -0700
@@ -0,0 +1,15 @@
+#!/usr/bin/bash
+
+#
+# docbook-style-dsssl.spec %post
+#
+
+export version=1.79
+
+for centralized in /etc/sgml/*-docbook-*.cat
+do
+ /usr/bin/install-catalog --add $centralized \
+ /usr/share/sgml/docbook/dsssl-stylesheets-%{version}/catalog \
+ > /dev/null 2>/dev/null
+done
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dsssl/files/docbook-style-dsssl-uninstall.sh Mon Oct 03 13:11:10 2016 -0700
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+#
+# docbook-style-dsssl.spec %preun
+#
+
+version=1.79
+
+for centralized in /etc/sgml/*-docbook-*.cat
+ do
+ /usr/bin/install-catalog --remove $centralized /usr/share/sgml/docbook/dsssl-stylesheets-${version}/catalog > /dev/null 2>/dev/null
+done
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dsssl/files/docbook-style-dsssl-update.sh Mon Oct 03 13:11:10 2016 -0700
@@ -0,0 +1,80 @@
+#!/bin/bash
+#
+# 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-style-dsssl-install.sh
+CATALOG_UNINSTALL=/usr/share/sgml/docbook/docbook-style-dsssl-uninstall.sh
+
+start_docbook_style_dsssl_update ()
+{
+ $CATALOG_INSTALL > /dev/null 2>&1
+}
+
+refresh_docbook_style_dsssl_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_style_dsssl_update
+
+exit $SMF_EXIT_OK
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docbook/dsssl/files/docbook-style-dsssl-update.xml Mon Oct 03 13:11:10 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-style-dsssl-update'>
+
+<service
+ name='application/desktop-cache/docbook-style-dsssl-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-style-dsssl-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-style-dsssl-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 style dsssl registration
+ </loctext>
+ </common_name>
+
+ <documentation>
+ <manpage
+ title='xmlcatalog'
+ section='1'
+ manpath='/usr/share/man' />
+ </documentation>
+ </template>
+</service>
+
+</service_bundle>