Portfile

# $Id: Portfile 19358 2006-08-31 18:40:00Z pmq@macports.org $

PortSystem 1.0
name cvsdelta
version 1.7.0
platforms darwin
categories devel
maintainers pmq@macports.org

description Cvsdelta summarizes differences between local and in-cvs files
long_description \
cvsdelta summarizes the difference between a CVS project \
and its local version. It detects files that have been added \
and removed, and of existing files it counts the number of \
lines that have been added, deleted, and changed. \
It filters project changes by using .cvsignore \
files, both system-wide and locally.

homepage http://cvsdelta.sourceforge.net
master_sites sourceforge
checksums sha1 8fbc7ad84da4c6a2f86041ea7c50b64cf147bbfd \
rmd160 b6689a4f8aabaebfcab68d39f8daf6ca62d46482

use_configure no
destroot {
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
}