svn2cl stable port information

Package: svn2cl
Version: 0.12
Revision: 1
###
Source: http://arthurdejong.org/%N/%N-%v.tar.gz
Source-MD5: 028f52e0a2d5c3b859b053067ee1af2c
SourceDirectory: %N-%v
###
DocFiles: ChangeLog NEWS README TODO
###
Maintainer: Hans-Christoph Steiner
HomePage: http://arthurdejong.org/svn2cl
License: DFSG-Approved
Description: Generate a ChangeLog from an SVN log
###
BuildDepends: fink (>= 0.24.12), sed
Depends: libxslt-bin
###
CompileScript: <<
sed 's|^XSL="\$dir/|XSL="%p/share/%n/|' %n.sh > %n
<<
InstallScript: <<
install -d -m 755 %i/share/%n
install -c -m 644 %n.xsl svn2html.css svn2html.xsl authors.xml %i/share/%n/
install -d -m 755 %i/share/man/man1
install -c -m 644 %n.1 %i/share/man/man1/%n.1
install -d -m 755 %i/bin
install -c -m 755 %n %i/bin/%n
<<
###
DescDetail: <<
This is an xsl stylesheet for generating a classic GNU-style ChangeLog from a
subversion repository log. It is made from several changelog-like scripts
using common xslt constructs found in different places. This is just my
implementation.

I made it because it was the only thing that I missed from cvs after I
converted a repository to subversion. I used cvs2cl before.
<<