Ticket #42478: gshhg-gmt-Portfile

File gshhg-gmt-Portfile, 1.6 KB (added by florian@…, 10 years ago)

new Portfile

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# $Id$
3
4PortSystem          1.0
5
6name                gshhg-gmt
7version             2.3.0
8categories          science
9platforms           darwin
10supported_archs     noarch
11maintainers         eprofs.de:florian \
12                    takeshi
13license             LGPL-3
14description         Global Self-consistent Hierarchical High-resolution Geography (GSHHG)
15long_description    Global Self-consistent Hierarchical \
16    High-resolution Geography (GSHHG) is a high-resolution \
17    shoreline data set amalgamated from three databases: \
18    World Vector Shorelines (WVS), CIA World Data Bank II \
19    (WDBII), and Atlas of the Cryosphere (AC). GSHHG contains \
20    vector descriptions at five different resolutions of land \
21    outlines, lakes, rivers, and political boundaries. To read \
22    and process the data you should install GMT, the Generic \
23    Mapping Tools (port gmt4 or gmt5).
24
25homepage            http://www.soest.hawaii.edu/pwessel/gshhg/index.html
26master_sites        http://www.soest.hawaii.edu/pwessel/gshhg \
27                    ftp://ftp.soest.hawaii.edu/gshhg
28checksums           md5     9d9725810027830fe01e73c6cb4fb890 \
29                    sha1    eb62a0a9bceee4297055be18b8727b603cd0e9cb \
30                    rmd160  2dc51b2525122f6027e8e5d0093965c996de4315
31
32use_configure       no
33build {}
34
35destroot {
36    file mkdir ${destroot}${prefix}/share/gmt
37    copy ${worksrcpath} ${destroot}${prefix}/share/gmt/gshhg
38}
39
40livecheck.type      regex
41livecheck.url       ${homepage}
42livecheck.regex     {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)}