1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | name tailor |
---|
6 | version 0.9.23 |
---|
7 | categories devel python |
---|
8 | maintainers deric@caveo.se |
---|
9 | description Tailor is a tool to migrate changesets between different \ |
---|
10 | source control management systems. |
---|
11 | long_description Tailor is a tool to migrate changesets between ArX, \ |
---|
12 | Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, \ |
---|
13 | Monotone, Subversion and Tla repositories. It is \ |
---|
14 | implemented in Python. |
---|
15 | |
---|
16 | homepage http://www.darcs.net/DarcsWiki/Tailor |
---|
17 | master_sites http://darcs.arstecnica.it/ |
---|
18 | checksums md5 70a4eb55b932917359970e575020bcbb \ |
---|
19 | sha1 b1bd97d2fb7c28ee41d2216a014e64a8a192b9f0 \ |
---|
20 | rmd160 a0d01b0d63259e9722a10e03f00e12a188defd12 |
---|
21 | post-destroot { |
---|
22 | # install docs |
---|
23 | xinstall -m 644 -W ${worksrcpath} README README.html \ |
---|
24 | ${destroot}/${prefix}/share/doc/${name} |
---|
25 | } |
---|