cvs2cl stable port information

Package: cvs2cl
Version: 2.62

Revision: 1
Source: http://www.red-bean.com/%n/%n.pl
Source-MD5: cf85f85fdbb8d8d115895e955c46732c
SourceRename: %n-%v.pl
NoSourceDirectory: true
PatchScript: tail -n 23 %n-%v.pl | head -n 19 > LICENSE
CompileScript: <<
pod2man \
--section=1 \
--release=%v \
--center="CVS-log-message-to-ChangeLog conversion" \
%n-%v.pl | sed 's/%n.pl/%n/g' >%n.1
<<
InstallScript: <<
install -d -m 755 %i/bin
install -c -m 755 %n-%v.pl %i/bin/%n
install -d -m 755 %i/share/man/man1
install -c -m 644 %n.1 %i/share/man/man1/%n.1
<<
DocFiles: LICENSE
Description: CVS-log-message-to-ChangeLog conversion
DescDetail: <<
This Perl script does what you think it does: it produces a GNU-style
ChangeLog for CVS-controlled sources, by running "cvs log" and parsing
the output. Duplicate log messages get unified in the Right Way.
<<
License: GPL
Maintainer: Hans-Christoph Steiner
DescPackaging: <<
Previously maintained by Masanori Sekino and Lars Rosengreen.
<<
Homepage: http://www.red-bean.com/cvs2cl/