1 | # $Id: Portfile 65908 2010-04-02 22:28:17Z mperrin@stsci.edu $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | set realname pyds9 |
---|
7 | name py26-${realname} |
---|
8 | version 1.1 |
---|
9 | categories python devel science |
---|
10 | maintainers stsci.edu:mperrin openmaintainer |
---|
11 | description Provides a Python interface to XPA to communicate with the astronomical image viewer DS9. |
---|
12 | long_description $description |
---|
13 | homepage http://hea-www.harvard.edu/saord/ds9/ |
---|
14 | platforms darwin |
---|
15 | master_sites http://hea-www.harvard.edu/saord/download/ds9/python/ |
---|
16 | checksums md5 e42278ca0e8e6b6e55225a622359b33c \ |
---|
17 | sha1 44417aae292d0f57b238c510dac0181d1a24b9e3 \ |
---|
18 | rmd160 ddd4af816195c132aa92cf3af38994998e9f82f3 |
---|
19 | |
---|
20 | distname ${realname}-${version} |
---|
21 | |
---|
22 | depends_build-append port:py26-distribute |
---|
23 | |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url ${master_sites} |
---|
27 | livecheck.regex ${realname}-(\[0-9.\]+).tar.gz |
---|
28 | |
---|