[101490] trunk/dports/science

takeshi at macports.org takeshi at macports.org
Fri Jan 11 13:29:36 PST 2013


Revision: 101490
          https://trac.macports.org/changeset/101490
Author:   takeshi at macports.org
Date:     2013-01-11 13:29:35 -0800 (Fri, 11 Jan 2013)
Log Message:
-----------
gshhg-gmt-nc4: added, closing #34065

Added Paths:
-----------
    trunk/dports/science/gshhg-gmt-nc4/
    trunk/dports/science/gshhg-gmt-nc4/Portfile

Added: trunk/dports/science/gshhg-gmt-nc4/Portfile
===================================================================
--- trunk/dports/science/gshhg-gmt-nc4/Portfile	                        (rev 0)
+++ trunk/dports/science/gshhg-gmt-nc4/Portfile	2013-01-11 21:29:35 UTC (rev 101490)
@@ -0,0 +1,43 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                gshhg-gmt-nc4
+version             2.2.2
+categories          science
+platforms           darwin
+supported_archs     noarch
+maintainers         eprofs.de:florian \
+                    takeshi
+license             LGPL-3
+description         Global Self-consistent Hierarchical High-resolution Geography (GSHHG)
+long_description    Global Self-consistent Hierarchical \
+    High-resolution Geography (GSHHG) is a high-resolution \
+    shoreline data set amalgamated from two databases: Global \
+    Self-consistent Hierarchical High-resolution Shorelines \
+    (GSHHS) and CIA World Data Bank II (WDBII). GSHHG contains \
+    vector descriptions at five different resolutions of land \
+    outlines, lakes, rivers, and political boundaries. To read \
+    and process the data you should install GMT, the Generic \
+    Mapping Tools (port gmt4 or gmt5).
+
+homepage            http://www.soest.hawaii.edu/pwessel/gshhs/index.html
+master_sites        http://www.soest.hawaii.edu/pwessel/gshhg \
+                    ftp://ftp.soest.hawaii.edu/pwessel/gshhs
+checksums           md5     e30c2c9bbac54ddca3f7cd8b28a72cd5 \
+                    sha1    f01c322ad1767abf99818c250b1a58b3e2c12e1c \
+                    rmd160  2752be0b58f61417d8426ba0b1d5a835a74ebaf8
+
+use_configure       no
+build {}
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/${name}
+    eval xinstall -m 644 [glob ${worksrcpath}/*] \
+        ${destroot}${prefix}/share/${name}
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {version ([0-9]+\.[0-9]+\.[0-9]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130111/f9a0487e/attachment.html>


More information about the macports-changes mailing list