Ticket #16448: Portfile

File Portfile, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python25 1.0
5
6name                    py25-svndumptool
7set my_name             svndumptool
8version                 0.5.0
9platforms               darwin
10maintainers             ryandesign
11homepage                http://svn.borg.ch/svndumptool/
12master_sites            ${homepage}${version}
13distname                ${my_name}-${version}
14
15description \
16    tool for processing Subversion dumpfiles
17
18long_description \
19    With svndumptool you can check dumpfiles for correctness\; fix some \
20    broken dumpfiles including those made by cvs2svn\; show differences \
21    between dumpfiles\; edit files inside dumpfiles including replacing \
22    their contents or fixing their end-of-line style\; export files from \
23    dumpfiles\; split and join dumpfiles\; merge dumpfiles interleaved so \
24    that revisions remain in chronological order\; show logs\; list files \
25    of given revisions\; and transform revision and node properties with \
26    regular expressions
27
28checksums \
29    md5     e596e382f92fc7f683a4d6db37d9894d \
30    sha1    54ecbb4d4c870a082141ffb1104fd4dfade2add9 \
31    rmd160  6b32ba863719ac63d22eb6f401b42869055f569b
32
33livecheck.check         regex
34livecheck.url           ${homepage}
35livecheck.regex         ${my_name}-(\[0-9.\]+)\\.tar