# $Id$ PortSystem 1.0 PortGroup python25 1.0 name cvs2svn version 2.0.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 macports checksums md5 98c010de53adb19de6f039aa733b5bbe 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} }