Update of /cvsroot/fink/experimental/michga In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16782
Added Files: docbook-xsl.info Log Message: New release 1.67.2, solves issues with fop --- NEW FILE: docbook-xsl.info --- Package: docbook-xsl Version: 1.67.2 Revision: 1 Maintainer: Thomas Kotzian <[EMAIL PROTECTED]> Suggests: docbook-dtd, openjade Depends: libxml2-bin Source: mirror:sourceforge:docbook/docbook-xsl-%v.tar.gz Source-MD5: 2aecf6cae4bac933935b04fce1f49287 CompileScript: echo "Compile phase: nothing to do." InstallScript: << #!/bin/sh install -d -m 755 %i/share/xml/xsl/docbook-xsl install -d -m 755 %i/share/doc/docbook-xsl cp -r docsrc %i/share/doc/docbook-xsl cp -r doc/* %i/share/doc/docbook-xsl rm -rf doc docsrc cp -r * %i/share/xml/xsl/docbook-xsl install -d -m 755 %i/etc/xml/catalog.d cat <<END >%i/etc/xml/catalog.d/%n-%v "rewriteSystem" "http://docbook.sourceforge.net/release/xsl/%v" "file://%p/share/xml/xsl/docbook-xsl" "rewriteSystem" "http://docbook.sourceforge.net/release/xsl/current" "file://%p/share/xml/xsl/docbook-xsl" "rewriteURI" "http://docbook.sourceforge.net/release/xsl/%v" "file://%p/share/xml/xsl/docbook-xsl" "rewriteURI" "http://docbook.sourceforge.net/release/xsl/current" "file://%p/share/xml/xsl/docbook-xsl" END << 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 << DocFiles: BUGS README TODO VERSION WhatsNew Description: Norman Walsh's XSL DocBook stylesheets DescDetail: << XSL stylesheets for the DocBook DTD (they are also completely compatible with the DocBook DSSSL DTD and the Simplified DocBook DTD). << DescPackaging: << This package version installs the stylesheets in %p/share/xml/xsl/docbook-xsl/, compared to the previous version which installed directly in %p/share/xml/xsl/. This was done to be able to have other stylesheet packages in %p/share/xml/xsl/ << DescPort: << Modified by Michele Garoche <[EMAIL PROTECTED]> << License: BSD Homepage: http://sourceforge.net/projects/docbook/ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Fink-commits mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-commits