Ticket #13330: Portfile

File Portfile, 1.1 KB (added by ralf@…, 17 years ago)

Portfile for tailor 0.9.30

Line 
1# $Id: Portfile 20290 2006-11-01 17:40:57Z blair@macports.org $
2
3PortSystem          1.0
4PortGroup           python24 1.0
5name                tailor
6version             0.9.30
7categories          devel python
8maintainers         deric@caveo.se
9description         Tailor is a tool to migrate changesets between different \
10                    source control management systems.
11long_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                   
16homepage            http://www.darcs.net/DarcsWiki/Tailor
17master_sites        http://darcs.arstecnica.it/
18checksums           md5 ae4558c677238be0f0c1db832690c67f \
19                    sha1 2735261703c2897e36584b18f6fcfddd32b9202f \
20                    rmd160 e58110ff2e9b06a7890340e019d73961e0357f42
21post-destroot {
22    # install docs
23    xinstall -m 644 -W ${worksrcpath} README README.html \
24        ${destroot}/${prefix}/share/doc/${name}
25}