# $Id$ PortSystem 1.0 PortGroup python25 1.0 name cvs2svn version 2.1.0 categories devel python 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 macports checksums md5 df6d42c94f99aeedffa8c438dbb7ac3d \ sha1 c60d990f39fa297b8e4c2b51f312030ae1333446 \ rmd160 5e0056129f8bf6a33689ec5cd76ecfcefdec85d2 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} }