Ticket #41203: Portfile-dcw-gmt

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

Portfile for dcw-gmt

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                dcw-gmt
7version             1.1.0
8categories          science
9platforms           darwin
10supported_archs     noarch
11maintainers         eprofs.de:florian \
12                    takeshi
13license             LGPL-3
14description         Digital Chart of the World (DCW) for GMT 5
15long_description    DCW-GMT is an enhancement to the \
16    original 1:1,000,000 scale vector basemap of the world \
17    available from the Princeton University Digital Map and \
18    Geospatial Information Center and from GeoCommunity at \
19    http://data.geocomm.com/readme/dcw/dcw.html. To read \
20    and process the data you should install GMT, the Generic \
21    Mapping Tools (port gmt5).
22
23homepage            http://www.soest.hawaii.edu/pwessel/dcw/index.html
24master_sites        http://www.soest.hawaii.edu/pwessel/dcw \
25                    ftp://ftp.soest.hawaii.edu/dcw
26checksums           md5     87c050c1d6462f2c872ea0f23f920427 \
27                    sha1    de6fdbab2ed5864918d5460aad778f95c129f5b0 \
28                    rmd160  3b6c604bb3a41c0209452137febd9bcacb23db8e
29
30use_configure       no
31build {}
32
33destroot {
34    copy ${worksrcpath} ${destroot}${prefix}/share/${name}
35}
36
37livecheck.type      regex
38livecheck.url       ${homepage}
39livecheck.regex     {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)}