[113114] trunk/dports/science

takeshi at macports.org takeshi at macports.org
Sat Nov 9 02:10:32 PST 2013


Revision: 113114
          https://trac.macports.org/changeset/113114
Author:   takeshi at macports.org
Date:     2013-11-09 02:10:32 -0800 (Sat, 09 Nov 2013)
Log Message:
-----------
dcw-gmt: new port for gmt5. See #41203

Added Paths:
-----------
    trunk/dports/science/dcw-gmt/
    trunk/dports/science/dcw-gmt/Portfile

Added: trunk/dports/science/dcw-gmt/Portfile
===================================================================
--- trunk/dports/science/dcw-gmt/Portfile	                        (rev 0)
+++ trunk/dports/science/dcw-gmt/Portfile	2013-11-09 10:10:32 UTC (rev 113114)
@@ -0,0 +1,39 @@
+# -*- 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                dcw-gmt
+version             1.1.0
+categories          science
+platforms           darwin
+supported_archs     noarch
+maintainers         eprofs.de:florian \
+                    takeshi
+license             LGPL-3
+description         Digital Chart of the World (DCW) for GMT 5
+long_description    DCW-GMT is an enhancement to the \
+    original 1:1,000,000 scale vector basemap of the world \
+    available from the Princeton University Digital Map and \
+    Geospatial Information Center and from GeoCommunity at \
+    http://data.geocomm.com/readme/dcw/dcw.html. To read \
+    and process the data you should install GMT, the Generic \
+    Mapping Tools (port gmt5).
+
+homepage            http://www.soest.hawaii.edu/pwessel/dcw/index.html
+master_sites        http://www.soest.hawaii.edu/pwessel/dcw \
+                    ftp://ftp.soest.hawaii.edu/dcw
+checksums           md5     87c050c1d6462f2c872ea0f23f920427 \
+                    sha1    de6fdbab2ed5864918d5460aad778f95c129f5b0 \
+                    rmd160  3b6c604bb3a41c0209452137febd9bcacb23db8e
+
+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]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131109/96104b44/attachment.html>


More information about the macports-changes mailing list