Update of /cvsroot/fink/experimental/michga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24234

Added Files:
        docbook-xsl.info 
Log Message:
New upstream version 1.69.1

--- NEW FILE: docbook-xsl.info ---
Package: docbook-xsl
Version: 1.69.1
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: 6f2478faea86bd55abb36ddb57291347
CompileScript: echo "Compile phase: nothing to do."
InstallScript: <<
#!/bin/sh
perl -pi.bak -e 's|1.69.0|1.69.1|g' catalog.xml
/usr/bin/install -d -m 755 %i/share/xml/xsl/docbook-xsl
/usr/bin/install -d -m 755 %i/share/doc/docbook-xsl
/bin/cp -R * %i/share/xml/xsl/docbook-xsl
/bin/rm -f %i/share/xml/xsl/docbook-xsl/install.sh
/bin/rm -f %i/share/xml/xsl/docbook-xsl/.CatalogManager.properties.example
/bin/rm -f %i/share/xml/xsl/docbook-xsl/.urilist
/bin/rm -f %i/share/xml/xsl/docbook-xsl/catalog.xml.bak
/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/%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: AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README RELEASE-NOTES.* 
TODO VERSION
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).
<<
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 recommanded) Xerces, which provides additional features. 
 As of this release, the documentation is no more included in the
 package, so go to http://www.docbook.org to read it online.
 This release brings numerous changes and improvements to the 
 stylesheets, as well as new extensions. It is therefore strongly
 recommanded to read the RELEASE-NOTES provided in various formats
 and located in %p/share/doc/docbook-xsl.
<<
DescPackaging: <<
 The stylesheets are installed in %p/share/xml/xsl/docbook-xsl/ to
 allow installation of other stylesheet packages in %p/share/xml/xsl/
<<
DescPort: <<
Adding proper prefix to rm, cp, cat, and install so that there is no
problem with other versions of those tools installed elsewhere.
Patched the local catalog as it refers incorrectly to version 
1.69.0
Modified by Michele Garoche <[EMAIL PROTECTED]>
<<
License: BSD
Homepage: http://sourceforge.net/projects/docbook/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to