1 | # $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-hgsvn |
---|
7 | version 0.1.7 |
---|
8 | categories python devel |
---|
9 | platforms darwin |
---|
10 | maintainers saispo |
---|
11 | homepage http://pypi.python.org/pypi/hgsvn |
---|
12 | description hgsvn is a set of scripts for Subversion and Mercurial |
---|
13 | long_description This set of scripts allows to work locally on \ |
---|
14 | Subversion-managed projects using the Mercurial \ |
---|
15 | distributed version control system. |
---|
16 | |
---|
17 | master_sites http://pypi.python.org/packages/source/h/hgsvn |
---|
18 | distname hgsvn-${version} |
---|
19 | |
---|
20 | depends_lib-append port:py25-setuptools |
---|
21 | |
---|
22 | checksums md5 aaa4ef4124ac388832cddc85c1866236 \ |
---|
23 | sha1 e53a631786a011569d7cfd6677d0bb7f681a9b15 \ |
---|
24 | rmd160 840f3c14461dbddf4ecbe4ac27053c18e2a56579 |
---|
25 | |
---|
26 | post-destroot { |
---|
27 | xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt \ |
---|
28 | ${destroot}${prefix}/share/doc/${name} |
---|
29 | } |
---|
30 | |
---|