Revision: 117324 https://trac.macports.org/changeset/117324 Author: takeshi@macports.org Date: 2014-02-21 19:23:06 -0800 (Fri, 21 Feb 2014) Log Message: ----------- gshhg-gmt-nc4: made it obsolete gshhg-gmt: new port, replaces gshhg-gmt-nc4 Closing #42478 Modified Paths: -------------- trunk/dports/science/gshhg-gmt-nc4/Portfile Added Paths: ----------- trunk/dports/science/gshhg-gmt/ trunk/dports/science/gshhg-gmt/Portfile Added: trunk/dports/science/gshhg-gmt/Portfile =================================================================== --- trunk/dports/science/gshhg-gmt/Portfile (rev 0) +++ trunk/dports/science/gshhg-gmt/Portfile 2014-02-22 03:23:06 UTC (rev 117324) @@ -0,0 +1,42 @@ +# -*- 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 +version 2.3.0 +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 three databases: \ + World Vector Shorelines (WVS), CIA World Data Bank II \ + (WDBII), and Atlas of the Cryosphere (AC). 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/gshhg/index.html +master_sites http://www.soest.hawaii.edu/pwessel/gshhg \ + ftp://ftp.soest.hawaii.edu/gshhg +checksums md5 9d9725810027830fe01e73c6cb4fb890 \ + sha1 eb62a0a9bceee4297055be18b8727b603cd0e9cb \ + rmd160 2dc51b2525122f6027e8e5d0093965c996de4315 + +use_configure no +build {} + +destroot { + file mkdir ${destroot}${prefix}/share/gmt + copy ${worksrcpath} ${destroot}${prefix}/share/gmt/gshhg +} + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)} Modified: trunk/dports/science/gshhg-gmt-nc4/Portfile =================================================================== --- trunk/dports/science/gshhg-gmt-nc4/Portfile 2014-02-22 03:21:42 UTC (rev 117323) +++ trunk/dports/science/gshhg-gmt-nc4/Portfile 2014-02-22 03:23:06 UTC (rev 117324) @@ -3,39 +3,10 @@ PortSystem 1.0 +replaced_by gshhg-gmt +PortGroup obsolete 1.0 + name gshhg-gmt-nc4 version 2.2.4 +revision 1 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/gshhg/index.html -master_sites http://www.soest.hawaii.edu/pwessel/gshhg \ - ftp://ftp.soest.hawaii.edu/gshhg -checksums md5 4132b4911f568102353dec169ea0c84a \ - sha1 cf253ecf3ad32ee37c33bc60c4598a27e3ec4436 \ - rmd160 0aa93191f68989fcd1c4024b45749881f53e6a5d - -use_configure no -build {} - -destroot { - copy ${worksrcpath} ${destroot}${prefix}/share/${name} -} - -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)}
participants (1)
-
takeshi@macports.org