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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gshhg-gmt |
---|
7 | version 2.3.0 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | supported_archs noarch |
---|
11 | maintainers eprofs.de:florian \ |
---|
12 | takeshi |
---|
13 | license LGPL-3 |
---|
14 | description Global Self-consistent Hierarchical High-resolution Geography (GSHHG) |
---|
15 | long_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 | |
---|
25 | homepage http://www.soest.hawaii.edu/pwessel/gshhg/index.html |
---|
26 | master_sites http://www.soest.hawaii.edu/pwessel/gshhg \ |
---|
27 | ftp://ftp.soest.hawaii.edu/gshhg |
---|
28 | checksums md5 9d9725810027830fe01e73c6cb4fb890 \ |
---|
29 | sha1 eb62a0a9bceee4297055be18b8727b603cd0e9cb \ |
---|
30 | rmd160 2dc51b2525122f6027e8e5d0093965c996de4315 |
---|
31 | |
---|
32 | use_configure no |
---|
33 | build {} |
---|
34 | |
---|
35 | destroot { |
---|
36 | file mkdir ${destroot}${prefix}/share/gmt |
---|
37 | copy ${worksrcpath} ${destroot}${prefix}/share/gmt/gshhg |
---|
38 | } |
---|
39 | |
---|
40 | livecheck.type regex |
---|
41 | livecheck.url ${homepage} |
---|
42 | livecheck.regex {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)} |
---|