Ticket #9159: Portfile

File Portfile, 1.0 KB (added by deric@…, 18 years ago)

Tailor 0.9.23 Portfile

Line 
1# $Id: $
2
3PortSystem          1.0
4PortGroup           python24 1.0
5name                tailor
6version             0.9.23
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 70a4eb55b932917359970e575020bcbb \
19                    sha1 b1bd97d2fb7c28ee41d2216a014e64a8a192b9f0 \
20                    rmd160 a0d01b0d63259e9722a10e03f00e12a188defd12
21post-destroot {
22    # install docs
23    xinstall -m 644 -W ${worksrcpath} README README.html \
24        ${destroot}/${prefix}/share/doc/${name}
25}