# $Id: Portfile,v 1.1 2006/06/01 20:22:45 mww Exp $

PortSystem          1.0
PortGroup           python24 1.0
name                tailor
version             0.9.23
categories          devel python
maintainers         deric@caveo.se
description         Tailor is a tool to migrate changesets between different \
                    source control management systems.
long_description    Tailor is a tool to migrate changesets between ArX, \
                    Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, \
                    Monotone, Subversion and Tla repositories. It is \
                    implemented in Python.
                    
homepage            http://www.darcs.net/DarcsWiki/Tailor
master_sites        http://darcs.arstecnica.it/
checksums           md5 70a4eb55b932917359970e575020bcbb \
                    sha1 b1bd97d2fb7c28ee41d2216a014e64a8a192b9f0 \
                    rmd160 a0d01b0d63259e9722a10e03f00e12a188defd12
post-destroot {
    # install docs
    xinstall -m 644 -W ${worksrcpath} README README.html \
        ${destroot}/${prefix}/share/doc/${name}
}
