docbook-dsssl-nwalsh stable port information

Package: docbook-dsssl-nwalsh
Version: 1.79
Revision: 4
Suggests: docbook-dtd, openjade (>= 1.3.1-3)
Depends: libxml2-bin
Source: mirror:sourceforge:docbook/docbook-dsssl-%v.tar.gz
Source2: mirror:sourceforge:docbook/docbook-dsssl-doc-%v.tar.gz
Source-MD5: 8459913bbd8a5724a6fe4b9ed5bab5af
Source2-MD5: 566334a47430ecf0154ca5434f6c4fe3
CompileScript: echo "Compile phase: nothing to do."
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
mkdir -p %i/share/sgml/dsssl/%n
mkdir -p %i/share/doc/%n
mkdir -p %i/share/doc/%n/bin
mkdir -p %i/share/doc/%n/doc
mkdir -p %i/share/doc/%n/docsrc
/bin/cp bin/ChangeLog %i/share/doc/%n/bin/
/bin/cp bin/collateindex.pl %i/bin/
chmod +x %i/bin/collateindex.pl
/bin/cp bin/collateindex.pl.1 %i/share/man/man1/
/bin/cp -r doc %i/share/doc/%n/
/bin/cp -r docsrc %i/share/doc/%n/
/bin/cp catalog %i/share/sgml/dsssl/%n/
/bin/cp VERSION %i/share/sgml/dsssl/%n/
/bin/cp -r common %i/share/sgml/dsssl/%n/
/bin/cp -r contrib %i/share/sgml/dsssl/%n/
/bin/cp -r dtds %i/share/sgml/dsssl/%n/
/bin/cp -r frames %i/share/sgml/dsssl/%n/
/bin/cp -r html %i/share/sgml/dsssl/%n/
/bin/cp -r images %i/share/sgml/dsssl/%n/
/bin/cp -r lib %i/share/sgml/dsssl/%n/
/bin/cp -r olink %i/share/sgml/dsssl/%n/
/bin/cp -r print %i/share/sgml/dsssl/%n/

mkdir -p %i/etc/sgml/catalog.d
echo '"%p/share/sgml/dsssl/%n/catalog"' >>%i/etc/sgml/catalog.d/%n
<<
PostInstScript: <<
case "$1" in
configure)
test -x %p/sbin/update-sgml-catalog && update-sgml-catalog
;;
esac
<<
PostRmScript: <<
case "$1" in
abort-install|purge|remove)
test -x %p/sbin/update-sgml-catalog && update-sgml-catalog
;;
esac
<<
DocFiles: BUGS ChangeLog README RELEASE-NOTES.html RELEASE-NOTES.txt RELEASE-NOTES.xml VERSION WhatsNew
Description: Norman Walsh's DSSSL DocBook stylesheets
DescDetail: <<
DSSSL stylesheets for the DocBook DTD (they are also completely compatible
with the DocBook XML DTD and the Simplified DocBook DTD).
DSSSL is a stylesheet language for both print and online rendering. The
acronym stands for Document Style Semantics and Specification Language. It is
defined by ISO/IEC 10179:1996.
See the documentation in %p/share/doc/docbook-dsssl-nwalsh.
A collateindex.pl script is intalled in %p/bin. See its manpage for usage.
<<
DescPort: <<
Previous maintainers Thomas Kotzian and Michele Garoche
Changed the installation so that the catalog points to the right
directory.
Put VERSION also in %p/share/sgml/dssl/docbook-dssl-nwalsh,
needed by openjade, thanks to Jean-Francois Mertens.
Ensure native cp and rm are choosen.
Remove unnecessary rm.
<<
Maintainer: None
License: BSD
Homepage: http://sourceforge.net/projects/docbook/