# $Id$ PortSystem 1.0 PortGroup python25 1.0 name svndumptool version 0.5.0 revision 2 categories devel platforms darwin maintainers ryandesign homepage http://svn.borg.ch/svndumptool/ master_sites ${homepage}${version} description \ tool for processing Subversion dumpfiles long_description \ With svndumptool you can check dumpfiles for correctness\; fix some \ broken dumpfiles including those made by cvs2svn\; show differences \ between dumpfiles\; edit files inside dumpfiles including replacing \ their contents or fixing their end-of-line style\; export files from \ dumpfiles\; split and join dumpfiles\; merge dumpfiles interleaved so \ that revisions remain in chronological order\; show logs\; list files \ of given revisions\; and transform revision and node properties with \ regular expressions checksums \ md5 e596e382f92fc7f683a4d6db37d9894d \ sha1 54ecbb4d4c870a082141ffb1104fd4dfade2add9 \ rmd160 6b32ba863719ac63d22eb6f401b42869055f569b depends_lib-append \ port:py25-hashlib livecheck.check regex livecheck.url ${homepage} livecheck.regex ${name}-(\[0-9.\]+)\\.tar post-destroot { set docdir ${destroot}${prefix}/share/doc/${name}-${version} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ CHANGELOG.txt \ CONTRIBUTORS.txt \ README.txt \ TODO.txt \ ${docdir} }