# $Id: Portfile,v 1.8 2006/05/26 13:30:42 dluke Exp $

PortSystem 1.0
PortGroup		python24 1.0
name			cvs2svn
version			1.3.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://opendarwin.org/~dluke/
checksums		md5 8feca89580a8b74b2fd04950ff88020f

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}
}

