Ticket #41203: Portfile-gmt5-spacing.diff
File Portfile-gmt5-spacing.diff, 4.1 KB (added by florian@…, 9 years ago) |
---|
-
Portfile
old new 1 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 2 # $Id: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $ 3 3 4 PortSystem 4 PortSystem 1.0 5 5 6 name 7 version 8 revision 9 categories 10 platforms 11 maintainers 12 license 13 description 6 name gmt5 7 version 5.0.0b 8 revision 2 9 categories science 10 platforms darwin 11 maintainers eprofs.de:florian takeshi 12 license LGPL-3 13 description the generic mapping tools 14 14 long_description GMT is an open source collection of ~65 tools \ 15 15 for manipulating geographic and Cartesian data sets and \ 16 16 producing Encapsulated PostScript File (EPS) illustrations \ 17 17 ranging from simple x-y plots via contour maps to \ 18 18 artificially illuminated surfaces and 3-D perspective views. 19 conflicts 20 homepage 21 master_sites 22 23 24 25 26 27 28 29 30 use_bzip2 31 set gshhsversion 32 set gmtsrc 33 set gshhs 34 distfiles 19 conflicts gmt 20 homepage http://www.soest.hawaii.edu/gmt5 21 master_sites ftp://ftp.soest.hawaii.edu/gmt5 \ 22 ftp://ibis.grdl.noaa.gov/pub/gmt5 \ 23 ftp://ftp.iris.washington.edu/pub/gmt5 \ 24 ftp://ftp.iag.usp.br/pub/gmt5 \ 25 ftp://ftp.geologi.uio.no/pub/gmt5 \ 26 ftp://gd.tuwien.ac.at/pub/gmt5 \ 27 ftp://ftp.scc.u-tokai.ac.jp/pub/gmt5 \ 28 ftp://mirror.geosci.usyd.edu.au/pub/gmt5 \ 29 ftp://gmt.mirror.ac.za/pub/gmt5 30 use_bzip2 yes 31 set gshhsversion 2.2.0 32 set gmtsrc gmt-${version}.tar.bz2 33 set gshhs gshhs-${gshhsversion}.tar.bz2 34 distfiles ${gmtsrc} ${gshhs} 35 35 checksums ${gmtsrc} \ 36 36 md5 c5b78de5edab4c42a8a08e7fcfa976b4 \ 37 37 sha1 73b16b25e59fa1cd74bfc01bdeb8170924cbda0c \ … … 41 41 sha1 786d58b9a335d3bacb37f40f21ee3bfbb424cd10 \ 42 42 rmd160 aa744b2fdcdf849cc5c4abce97f1d29f4cdc20a4 43 43 44 worksrcdir 44 worksrcdir GMT${version} 45 45 46 depends_lib 47 46 depends_lib port:netcdf \ 47 port:pcre 48 48 post-extract { 49 49 # move GSHHS coastlines to worksrcpath 50 50 system "mv ${workpath}/share/coast ${worksrcpath}/share && rmdir ${workpath}/share" … … 88 88 configure.args-append --enable-triangle 89 89 } 90 90 91 livecheck.type 92 livecheck.url 93 livecheck.regex 91 livecheck.type regex 92 livecheck.url http://www.soest.hawaii.edu/gmt5/gmt/gmt_home.html 93 livecheck.regex {Current version is [^0-9 ]*([0-9]+\.[0-9]+\.[0-9a-z]+)} 94 94