Ticket #29423: Portfile

File Portfile, 1.3 KB (added by michelle.lynn.gill@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem          1.0
4PortGroup           python26 1.0
5
6name                py26-nmrglue
7set internal_name   nmrglue
8
9version             0.2
10revision            0
11
12categories-append   science
13maintainers         openmaintainer gmail:michelle.lynn.gill
14
15description         A module for working with NMR data in Python
16long_description    nmrglue is a module for working with NMR data in Python. \
17                    When used with the Numpy, Scipy, and matplotlib packages \
18                    nmrglue provides a robust interpreted environment for processing, \
19                    analysing, and inspecting NMR data.
20
21homepage            http://code.google.com/p/nmrglue/
22
23platforms           darwin
24
25master_sites        http://nmrglue.googlecode.com/files/
26distname            ${internal_name}-${version}
27
28depends_lib-append  port:py26-scipy
29
30checksums           md5     cda38817c10ab5ffa442a8ff4dc6bfde \
31                    sha1    ae0210bed575ddd5da875d92f45b33c71862af8c \
32                    rmd160  f5e5df181469e3e15d33c3a36a1998dce72b7b71
33
34
35livecheck.type      regex
36livecheck.url       ${homepage}
37livecheck.regex     ${internal_name}-(\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz