1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-svndumptool |
---|
7 | set my_name svndumptool |
---|
8 | version 0.5.0 |
---|
9 | platforms darwin |
---|
10 | maintainers ryandesign |
---|
11 | homepage http://svn.borg.ch/svndumptool/ |
---|
12 | master_sites ${homepage}${version} |
---|
13 | distname ${my_name}-${version} |
---|
14 | |
---|
15 | description \ |
---|
16 | tool for processing Subversion dumpfiles |
---|
17 | |
---|
18 | long_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 | |
---|
28 | checksums \ |
---|
29 | md5 e596e382f92fc7f683a4d6db37d9894d \ |
---|
30 | sha1 54ecbb4d4c870a082141ffb1104fd4dfade2add9 \ |
---|
31 | rmd160 6b32ba863719ac63d22eb6f401b42869055f569b |
---|
32 | |
---|
33 | livecheck.check regex |
---|
34 | livecheck.url ${homepage} |
---|
35 | livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar |
---|