Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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 docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
+430
@@ -0,0 +1,430 @@
|
||||
21/3/2023: modified to remove 4.0
|
||||
|
||||
docbook-xml: update catalog.xml
|
||||
|
||||
Refer Ubuntu 13.04 to update catalog.xml
|
||||
|
||||
Upstream-Status: Inappropriate [docbook 4.x development has ceased, docbook 5 is entirely different]
|
||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
|
||||
diff --git a/docbook-4.1.2/catalog.xml b/docbook-4.1.2/catalog.xml
|
||||
new file mode 100644
|
||||
--- /dev/null
|
||||
+++ b/docbook-4.1.2/catalog.xml
|
||||
@@ -0,0 +1,66 @@
|
||||
+<?xml version='1.0'?>
|
||||
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
+
|
||||
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
+
|
||||
+<!-- ...................................................................... -->
|
||||
+<!-- XML Catalog data for DocBook XML V4.1.2............................... -->
|
||||
+<!-- File catalog.xml ..................................................... -->
|
||||
+
|
||||
+<!-- Please direct all questions, bug reports, or suggestions for
|
||||
+ changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
+ information, see http://www.oasis-open.org/.
|
||||
+ -->
|
||||
+
|
||||
+<!-- This is the catalog data file for DocBook V4.1.2. It is provided as
|
||||
+ a convenience in building your own catalog files. You need not use
|
||||
+ the filenames listed here, and need not use the filename method of
|
||||
+ identifying storage objects at all. See the documentation for
|
||||
+ detailed information on the files associated with the DocBook DTD.
|
||||
+ See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
|
||||
+ detailed information on supplying and using catalog data.
|
||||
+ -->
|
||||
+
|
||||
+<!-- ...................................................................... -->
|
||||
+<!-- DocBook driver file .................................................. -->
|
||||
+
|
||||
+<public publicId="-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
+<system systemId="http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
+<system systemId="http://docbook.org/xml/4.1.2/docbookx.dtd"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
+<!-- ...................................................................... -->
|
||||
+<!-- DocBook modules ...................................................... -->
|
||||
+
|
||||
+<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.1.2//EN"
|
||||
+ uri="calstblx.dtd"/>
|
||||
+
|
||||
+ <!-- already included in docbook 4.2
|
||||
+<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
||||
+ uri="soextblx.dtd"/> -->
|
||||
+
|
||||
+<public publicId="-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN"
|
||||
+ uri="dbpoolx.mod"/>
|
||||
+
|
||||
+<public publicId="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.1.2//EN"
|
||||
+ uri="dbhierx.mod"/>
|
||||
+
|
||||
+<public publicId="-//OASIS//ENTITIES DocBook Additional General Entities V4.1.2//EN"
|
||||
+ uri="dbgenent.mod"/>
|
||||
+
|
||||
+<public publicId="-//OASIS//ENTITIES DocBook Notations V4.1.2//EN"
|
||||
+ uri="dbnotnx.mod"/>
|
||||
+
|
||||
+<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.1.2//EN"
|
||||
+ uri="dbcentx.mod"/>
|
||||
+
|
||||
+
|
||||
+<!-- End of catalog data for DocBook XML V4.1.2 ............................. -->
|
||||
+<!-- ...................................................................... -->
|
||||
+
|
||||
+</catalog>
|
||||
diff --git a/docbook-4.2/catalog.xml b/docbook-4.2/catalog.xml
|
||||
--- a/docbook-4.2/catalog.xml
|
||||
+++ b/docbook-4.2/catalog.xml
|
||||
@@ -1,4 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
+
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
@@ -25,6 +28,12 @@
|
||||
<public publicId="-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
uri="docbookx.dtd"/>
|
||||
|
||||
+<system systemId="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
+<system systemId="http://docbook.org/xml/4.2/docbookx.dtd"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
<!-- ...................................................................... -->
|
||||
<!-- DocBook modules ...................................................... -->
|
||||
|
||||
@@ -49,66 +58,6 @@
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
|
||||
uri="dbcentx.mod"/>
|
||||
|
||||
-<!-- ...................................................................... -->
|
||||
-<!-- ISO entity sets ...................................................... -->
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
- uri="ent/iso-dia.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
- uri="ent/iso-num.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
- uri="ent/iso-pub.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
- uri="ent/iso-tech.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
- uri="ent/iso-lat1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
- uri="ent/iso-lat2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
- uri="ent/iso-grk1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
- uri="ent/iso-grk2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
- uri="ent/iso-grk3.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
- uri="ent/iso-grk4.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
- uri="ent/iso-amsa.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
- uri="ent/iso-amsb.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
- uri="ent/iso-amsc.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
- uri="ent/iso-amsn.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
- uri="ent/iso-amso.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
- uri="ent/iso-amsr.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
- uri="ent/iso-box.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
- uri="ent/iso-cyr1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
- uri="ent/iso-cyr2.ent"/>
|
||||
-
|
||||
<!-- End of catalog data for DocBook XML V4.2 ............................. -->
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
diff --git a/docbook-4.3/catalog.xml b/docbook-4.3/catalog.xml
|
||||
--- a/docbook-4.3/catalog.xml
|
||||
+++ b/docbook-4.3/catalog.xml
|
||||
@@ -1,4 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
+
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
@@ -25,12 +28,21 @@
|
||||
<public publicId="-//OASIS//DTD DocBook XML V4.3//EN"
|
||||
uri="docbookx.dtd"/>
|
||||
|
||||
+<system systemId="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
+<system systemId="http://docbook.org/xml/4.3/docbookx.dtd"
|
||||
+ uri="docbookx.dtd"/>
|
||||
+
|
||||
<!-- ...................................................................... -->
|
||||
<!-- DocBook modules ...................................................... -->
|
||||
|
||||
<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.3//EN"
|
||||
uri="calstblx.dtd"/>
|
||||
|
||||
+<public publicId="-//OASIS//ELEMENTS DocBook XML HTML Tables V4.3//EN"
|
||||
+ uri="htmltblx.mod"/>
|
||||
+
|
||||
<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
||||
uri="soextblx.dtd"/>
|
||||
|
||||
@@ -49,66 +61,6 @@
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.3//EN"
|
||||
uri="dbcentx.mod"/>
|
||||
|
||||
-<!-- ...................................................................... -->
|
||||
-<!-- ISO entity sets ...................................................... -->
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
- uri="ent/iso-dia.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
- uri="ent/iso-num.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
- uri="ent/iso-pub.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
- uri="ent/iso-tech.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
- uri="ent/iso-lat1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
- uri="ent/iso-lat2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
- uri="ent/iso-grk1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
- uri="ent/iso-grk2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
- uri="ent/iso-grk3.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
- uri="ent/iso-grk4.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
- uri="ent/iso-amsa.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
- uri="ent/iso-amsb.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
- uri="ent/iso-amsc.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
- uri="ent/iso-amsn.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
- uri="ent/iso-amso.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
- uri="ent/iso-amsr.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
- uri="ent/iso-box.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
- uri="ent/iso-cyr1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
- uri="ent/iso-cyr2.ent"/>
|
||||
-
|
||||
<!-- End of catalog data for DocBook XML V4.3 ............................. -->
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
diff --git a/docbook-4.4/catalog.xml b/docbook-4.4/catalog.xml
|
||||
--- a/docbook-4.4/catalog.xml
|
||||
+++ b/docbook-4.4/catalog.xml
|
||||
@@ -1,4 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
+
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
@@ -58,66 +61,6 @@
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.4//EN"
|
||||
uri="dbcentx.mod"/>
|
||||
|
||||
-<!-- ...................................................................... -->
|
||||
-<!-- ISO entity sets ...................................................... -->
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
- uri="ent/isodia.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
- uri="ent/isonum.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
- uri="ent/isopub.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
- uri="ent/isotech.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
- uri="ent/isolat1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
- uri="ent/isolat2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
- uri="ent/isogrk1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
- uri="ent/isogrk2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
- uri="ent/isogrk3.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
- uri="ent/isogrk4.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
- uri="ent/isoamsa.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
- uri="ent/isoamsb.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
- uri="ent/isoamsc.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
- uri="ent/isoamsn.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
- uri="ent/isoamso.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
- uri="ent/isoamsr.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
- uri="ent/isobox.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
- uri="ent/isocyr1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
- uri="ent/isocyr2.ent"/>
|
||||
-
|
||||
<!-- End of catalog data for DocBook XML V4.4 ............................. -->
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
diff --git a/docbook-4.5/catalog.xml b/docbook-4.5/catalog.xml
|
||||
--- a/docbook-4.5/catalog.xml
|
||||
+++ b/docbook-4.5/catalog.xml
|
||||
@@ -1,4 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
+
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
@@ -58,66 +61,6 @@
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
|
||||
uri="dbcentx.mod"/>
|
||||
|
||||
-<!-- ...................................................................... -->
|
||||
-<!-- ISO entity sets ...................................................... -->
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
- uri="ent/isodia.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
- uri="ent/isonum.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
- uri="ent/isopub.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
- uri="ent/isotech.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
- uri="ent/isolat1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
- uri="ent/isolat2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
- uri="ent/isogrk1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
- uri="ent/isogrk2.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
- uri="ent/isogrk3.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
- uri="ent/isogrk4.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
- uri="ent/isoamsa.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
- uri="ent/isoamsb.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
- uri="ent/isoamsc.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
- uri="ent/isoamsn.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
- uri="ent/isoamso.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
- uri="ent/isoamsr.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
- uri="ent/isobox.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
- uri="ent/isocyr1.ent"/>
|
||||
-
|
||||
-<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
- uri="ent/isocyr2.ent"/>
|
||||
-
|
||||
<!-- End of catalog data for DocBook XML V4.5 ............................. -->
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
--
|
||||
1.8.1.2
|
||||
|
||||
@@ -0,0 +1,74 @@
|
||||
SUMMARY = "Document type definitions for verification of XML data files"
|
||||
DESCRIPTION = "Document type definitions for verification of XML data \
|
||||
files against the DocBook rule set."
|
||||
HOMEPAGE = "https://docbook.org"
|
||||
|
||||
# The upstream sources are not distributed with a license file.
|
||||
# LICENSE-OASIS is included as a "patch" to workaround this. When
|
||||
# upgrading this recipe, please verify whether this is still needed.
|
||||
|
||||
LICENSE = "OASIS"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
|
||||
|
||||
# To support apps with xml schema backward compatibility, we must
|
||||
# install a set of schemas. Install the latest based on PV and then
|
||||
# name any specific versions as required. TODO: Figure out a mechanism
|
||||
# to filter exactly which versions are necessary, if that's even
|
||||
# possible.
|
||||
#
|
||||
# DocBook.org lists available release packages at https://docbook.org/xml/.
|
||||
#
|
||||
# The release packages relate docbook source at
|
||||
# https://github.com/docbook/docbook but building them requires the
|
||||
# Gradle build system. In future, it might be safer to use the source
|
||||
# tree which would also enable proper SBOM generation through the
|
||||
# bitbake build system.
|
||||
#
|
||||
|
||||
SRC_URI = "https://docbook.org/xml/4.1.2/docbkx412.zip;name=payload412;subdir=docbook-4.1.2 \
|
||||
https://docbook.org/xml/4.2/docbook-xml-4.2.zip;name=payload42;subdir=docbook-4.2 \
|
||||
https://docbook.org/xml/4.3/docbook-xml-4.3.zip;name=payload43;subdir=docbook-4.3 \
|
||||
https://docbook.org/xml/4.4/docbook-xml-4.4.zip;name=payload44;subdir=docbook-4.4 \
|
||||
https://docbook.org/xml/${PV}/docbook-xml-${PV}.zip;name=payloadPV;subdir=docbook-${PV} \
|
||||
file://docbook-xml-update-catalog.xml.patch \
|
||||
file://LICENSE-OASIS"
|
||||
|
||||
SRC_URI[payload412.sha256sum] = "30f0644064e0ea71751438251940b1431f46acada814a062870f486c772e7772"
|
||||
SRC_URI[payload42.sha256sum] = "acc4601e4f97a196076b7e64b368d9248b07c7abf26b34a02cca40eeebe60fa2"
|
||||
SRC_URI[payload43.sha256sum] = "23068a94ea6fd484b004c5a73ec36a66aa47ea8f0d6b62cc1695931f5c143464"
|
||||
SRC_URI[payload44.sha256sum] = "02f159eb88c4254d95e831c51c144b1863b216d909b5ff45743a1ce6f5273090"
|
||||
SRC_URI[payloadPV.sha256sum] = "4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "docbook-xml-(?P<pver>4(\.\d+)).zip"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_configure (){
|
||||
:
|
||||
}
|
||||
|
||||
do_compile (){
|
||||
:
|
||||
}
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${sysconfdir}/xml/
|
||||
xmlcatalog --create --noout ${D}${sysconfdir}/xml/docbook-xml.xml
|
||||
|
||||
for DTDVERSION in 4.1.2 4.2 4.3 4.4 4.5; do
|
||||
DEST=${datadir}/xml/docbook/schema/dtd/$DTDVERSION
|
||||
install -d -m 755 ${D}$DEST
|
||||
cp -v -R docbook-$DTDVERSION/* ${D}$DEST
|
||||
xmlcatalog --verbose --noout --add nextCatalog unused \
|
||||
file://$DEST/catalog.xml ${D}${sysconfdir}/xml/docbook-xml.xml
|
||||
done
|
||||
}
|
||||
|
||||
# Magic environment variable is required for downstream recipe processing
|
||||
XMLCATALOGS = "${sysconfdir}/xml/docbook-xml.xml"
|
||||
inherit xmlcatalog
|
||||
|
||||
FILES:${PN} = "${datadir}/* ${sysconfdir}/xml/docbook-xml.xml"
|
||||
|
||||
inherit allarch
|
||||
BBCLASSEXTEND = "native"
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
docbook-xsl-stylesheets: no bashism in docbook-xsl-update
|
||||
|
||||
The checkbashisms shows there is no bashism, so use /bin/sh.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
|
||||
---
|
||||
tools/bin/docbook-xsl-update | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tools/bin/docbook-xsl-update b/tools/bin/docbook-xsl-update
|
||||
index aba0016..cc73aa2 100755
|
||||
--- a/tools/bin/docbook-xsl-update
|
||||
+++ b/tools/bin/docbook-xsl-update
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
# vim: number
|
||||
|
||||
# docbook-xsl-update - Update environment to latest docbook-xsl snapshot
|
||||
--
|
||||
1.9.1
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
SUMMARY = "XSL stylesheets for processing DocBook XML to various output formats"
|
||||
HOMEPAGE = "http://docbook.sourceforge.net"
|
||||
LICENSE = "XSL"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6beadd98f9c54ab0c387e14211ee4d0e"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/docbook/docbook-xsl-${PV}.tar.bz2 \
|
||||
file://docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "b48cbf929a2ad85e6672f710777ca7bc"
|
||||
SRC_URI[sha256sum] = "725f452e12b296956e8bfb876ccece71eeecdd14b94f667f3ed9091761a4a968"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/docbook/files/docbook-xsl/"
|
||||
# Reject versions ending in .0 as those are release candidates
|
||||
UPSTREAM_CHECK_REGEX = "/docbook-xsl/(?P<pver>(\d+[\.\-_]*)+(?!\.0)\.\d+)/"
|
||||
|
||||
S = "${WORKDIR}/docbook-xsl-${PV}"
|
||||
|
||||
inherit allarch xmlcatalog
|
||||
|
||||
do_configure (){
|
||||
:
|
||||
}
|
||||
|
||||
do_compile (){
|
||||
:
|
||||
}
|
||||
|
||||
do_install () {
|
||||
install -v -m755 -d ${D}${datadir}/xml/docbook/xsl-stylesheets-${PV}
|
||||
ln -s xsl-stylesheets-${PV} ${D}${datadir}/xml/docbook/xsl-stylesheets
|
||||
|
||||
cp -v -R VERSION assembly common eclipse epub epub3 fo \
|
||||
highlighting html htmlhelp images javahelp lib manpages \
|
||||
params profiling roundtrip slides template webhelp website \
|
||||
xhtml xhtml-1_1 xhtml5 catalog.xml \
|
||||
${D}${datadir}/xml/docbook/xsl-stylesheets-${PV}
|
||||
|
||||
ln -s VERSION ${D}/${datadir}/xml/docbook/xsl-stylesheets-${PV}/VERSION.xsl
|
||||
|
||||
install -d ${D}${docdir}/${BPN}
|
||||
install -v -m644 README RELEASE-NOTES* NEWS* ${D}${docdir}/${BPN}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} += "perl"
|
||||
FILES:${PN} = "${datadir}/xml/* ${sysconfdir}/xml/docbook-xsl.xml"
|
||||
FILES:${PN}-doc = "${datadir}/doc/*"
|
||||
|
||||
XMLCATALOGS = "${datadir}/xml/docbook/xsl-stylesheets-${PV}/catalog.xml"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user