Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv32444
Added Files:
docbook-xsl-ns.info
Log Message:
new package docbook-xsl-ns
--- NEW FILE: docbook-xsl-ns.info ---
Package: docbook-xsl-ns
Version: 1.76.1
Revision: 1
Description: DocBook XSL namespaced stylesheets
License: BSD
### If docbook-xsl is updated, this package should probably be updated
### as well. There is no need to contact me before hand.
Maintainer: Hanspeter Niederstrasser <[email protected]>
Depends: libxml2-bin
Suggests: <<
docbook-dtd,
openjade
<<
Source: mirror:sourceforge:docbook/%n-%v.tar.bz2
Source-MD5: e5ba4bf03042761bad3d309c75a77d50
CompileScript: echo "Compile phase: nothing to do."
InstallScript: <<
#!/bin/sh -ev
export instxsldir="share/xml/xsl/docbook-xsl-ns"
export instdocdir="share/doc/docbook-xsl-ns"
export srcxslpaths="catalog.xml common docsrc eclipse epub extensions fo \
highlighting html htmlhelp images
javahelp lib manpages \
params profiling roundtrip slides
template tools webhelp \
website xhtml xhtml-1_1 VERSION"
/usr/bin/install -d -m 755 %i/$instxsldir
/usr/bin/install -d -m 755 %i/$instdocdir
for srcxsl in $srcxslpaths; do
cp -Rp $srcxsl %i/$instxsldir
done
/usr/bin/install -d -m 755 %i/etc/xml/catalog.d
/bin/cat <<END >%i/etc/xml/catalog.d/%n-%v
"rewriteSystem" "http://docbook.sourceforge.net/release/xsl-ns/%v"
"file://%p/share/xml/xsl/docbook-xsl-ns"
"rewriteSystem" "http://docbook.sourceforge.net/release/xsl-ns/current"
"file://%p/share/xml/xsl/docbook-xsl-ns"
"rewriteURI" "http://docbook.sourceforge.net/release/xsl-ns/%v"
"file://%p/share/xml/xsl/docbook-xsl-ns"
"rewriteURI" "http://docbook.sourceforge.net/release/xsl-ns/current"
"file://%p/share/xml/xsl/docbook-xsl-ns"
END
<<
DocFiles: AUTHORS BUGS COPYING INSTALL NEWS NEWS.* README RELEASE-NOTES.* TODO
VERSION
PostInstScript: <<
case "$1" in
configure)
update-xml-catalog
;;
esac
<<
PostRmScript: <<
case "$1" in
abort-install|purge|remove)
if [ -x %p/sbin/update-xml-catalog ]; then
update-xml-catalog
fi
;;
esac
<<
Homepage: http://sourceforge.net/projects/docbook/
DescDetail: <<
XSL stylesheets for the DocBook DTD (they are also completely
compatible with the DocBook DSSSL DTD and the Simplified DocBook DTD).
<<
DescUsage: <<
Obviously you need the DocBook DTD.
If you want to process SGML files, you need also openjade and
probably both lpd and Norman Walsh dsssl stylesheets.
Then if you want to use xsltproc, you have all installed already.
If you want to use Saxon, you need to install it, and optionally
(but recommended) Xerces, which provides additional features.
<<
DescPackaging: <<
The stylesheets are installed in %p/share/xml/xsl/docbook-xsl-ns/ to
allow installation of other stylesheet packages in %p/share/xml/xsl/
Based on the docbook-xsl package. The two should coexist without any
problems.
<<
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs