# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name cvs2svn version 2.2.0 categories devel python maintainers geeklair.net:dluke 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 macports checksums md5 466b757fdef5378a46bba4ceefd047a4 \ sha1 88be25a4d2f2b75be0b89f94357fd52a7dd1fbe9 \ rmd160 25a6713516ef6bd13c7ed2f7f52427fba2572866 test.run yes test.cmd ${prefix}/bin/python2.5 test.target run-tests.py depends_lib-append port:py25-bsddb port:py25-hashlib \ port:py25-zlib post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} BUGS CHANGES COMMITTERS COPYING \ HACKING README doc/design-notes.txt ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/www ${destroot}${prefix}/share/doc/${name} }