Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
ace4d08a0a
4 changed files with 113 additions and 0 deletions
  1. +11
    -0
      package/public/docbook-oasis/docbook-oasis.conf
  2. +45
    -0
      package/public/docbook-oasis/docbook-oasis.desc
  3. +12
    -0
      package/public/docbook-xsl/docbook-xsl.conf
  4. +45
    -0
      package/public/docbook-xsl/docbook-xsl.desc

+ 11
- 0
package/public/docbook-oasis/docbook-oasis.conf

@ -0,0 +1,11 @@
docbook_xsl_main()
{
mkdir -p $root/usr/share/xml/docbook-oasis-$ver
( cd $root/usr/share/xml/docbook-oasis-$ver && unzip $archdir/*; )
echo "export XML_CATALOG_FILES=\"\$XML_CATALOG_FILES\${XML_CATALOG_FILES:+ }/usr/share/xml/docbook-oasis-$ver/catalog.xml\"" > $root/etc/profile.d/docbook-oasis
$root/etc/xml/update_catalog.sh
}
custmain="docbook_xsl_main"

+ 45
- 0
package/public/docbook-oasis/docbook-oasis.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/public/docbook-oasis/docbook-oasis.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] XML scheme for documentation
[T] DocBook is an XML vocabulary that lets you create documents in a
[T] presentation-neutral form that captures the logical structure of your
[T] content. Using free tools along with the DocBook XSL stylesheets, you
[T] can publish your content as HTML pages and PDF files, and in many
[T] other formats.
[U] http://www.oasis-open.org/docbook/
[A] The Oasis-Open Project
[M] The ROCK Linux Project
[C] extra/development
[L] OpenSource
[S] Stable
[V] 1.73.2
[P] X --?--5---9 159.401
[D] 899705653 docbook-xml-4.2.zip http://www.oasis-open.org/docbook/xml/4.2/

+ 12
- 0
package/public/docbook-xsl/docbook-xsl.conf

@ -0,0 +1,12 @@
docbook_xsl_main()
{
mkdir -p $root/usr/share/xml
rm -rf $root/etc/xml/docbook-xsl
cp -av . $root/usr/share/xml/`cat $builddir/xsrcdir.txt`
echo "export XML_CATALOG_FILES=\"\$XML_CATALOG_FILES\${XML_CATALOG_FILES:+ }/usr/share/xml/`cat $builddir/xsrcdir.txt`/catalog.xml\"" > $root/etc/profile.d/docbook-xsl
$root/etc/xml/update_catalog.sh
}
custmain="docbook_xsl_main"

+ 45
- 0
package/public/docbook-xsl/docbook-xsl.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/public/docbook-xsl/docbook-xsl.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] XML scheme for documentation
[T] DocBook is an XML vocabulary that lets you create documents in a
[T] presentation-neutral form that captures the logical structure of your
[T] content. Using free tools along with the DocBook XSL stylesheets, you
[T] can publish your content as HTML pages and PDF files, and in many
[T] other formats.
[U] http://docbook.sourceforge.net/
[A] The DocBook Project
[M] The ROCK Linux Project
[C] extra/development
[L] OpenSource
[S] Stable
[V] 1.73.2
[P] X --?--5---9 159.401
[D] 1210855186 docbook-xsl-1.73.2.tar.bz2 http://switch.dl.sourceforge.net/sourceforge/docbook/

Loading…
Cancel
Save