1 | # $Id: Portfile 20290 2006-11-01 17:40:57Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | name tailor |
---|
6 | version 0.9.30 |
---|
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 ae4558c677238be0f0c1db832690c67f \ |
---|
19 | sha1 2735261703c2897e36584b18f6fcfddd32b9202f \ |
---|
20 | rmd160 e58110ff2e9b06a7890340e019d73961e0357f42 |
---|
21 | post-destroot { |
---|
22 | # install docs |
---|
23 | xinstall -m 644 -W ${worksrcpath} README README.html \ |
---|
24 | ${destroot}/${prefix}/share/doc/${name} |
---|
25 | } |
---|