a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21608 2007-01-30 14:21:21Z dluke@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name cvs2svn
version 1.5.1
categories-append devel
maintainers dluke@geeklair.net
description Tool for converting from CVS to subversion
long_description cvs2svn is a Python script that converts a CVS \
repository to a Subversion repository. It is designed \
for one-time conversions, not for repeated \
synchronizations between CVS and Subversion.
platforms darwin
homepage http://cvs2svn.tigris.org
master_sites http://svn.macports.org/repository/macports/users/dluke
checksums md5 d1e42ea51b373be0023f2b3f6b80ec01
test.run yes
test.cmd make
test.target check
depends_lib-append port:py-bsddb
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} BUGS CHANGES COMMITTERS COPYING \
HACKING README design-notes.txt ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/www ${destroot}${prefix}/share/doc/${name}
}