Ticket #26841: Portfile

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