Ticket #34066: Portfile.spacing.diff
File Portfile.spacing.diff, 4.2 KB (added by florian@…, 13 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 91552 2012-04-05 01:30:01Z takeshi@macports.org $ 3 3 4 PortSystem 4 PortSystem 1.0 5 5 6 name 7 version 8 categories 9 platforms 10 maintainers 11 license 12 description 6 name gmt4 7 version 4.5.8 8 categories science 9 platforms darwin 10 maintainers takeshi 11 license LGPL-3 12 description the generic mapping tools 13 13 long_description GMT is an open source collection of ~65 tools \ 14 14 for manipulating geographic and Cartesian data sets and \ 15 15 producing Encapsulated PostScript File (EPS) illustrations \ 16 16 ranging from simple x-y plots via contour maps to \ 17 17 artificially illuminated surfaces and 3-D perspective views. 18 conflicts 19 homepage 20 master_sites 21 22 23 24 25 26 27 28 29 use_bzip2 30 set gshhsversion 31 set gmtsrc 32 set gshhs 33 distfiles 18 conflicts gmt 19 homepage http://gmt.soest.hawaii.edu/ 20 master_sites ftp://ftp.soest.hawaii.edu/gmt \ 21 ftp://ibis.grdl.noaa.gov/pub/gmt \ 22 ftp://ftp.iris.washington.edu/pub/gmt \ 23 ftp://ftp.iag.usp.br/pub/gmt \ 24 ftp://ftp.geologi.uio.no/pub/gmt \ 25 ftp://gd.tuwien.ac.at/pub/gmt \ 26 ftp://ftp.scc.u-tokai.ac.jp/pub/gmt \ 27 ftp://mirror.geosci.usyd.edu.au/pub/gmt \ 28 ftp://gmt.mirror.ac.za/pub/gmt 29 use_bzip2 yes 30 set gshhsversion 2.2.0 31 set gmtsrc gmt-${version}.tar.bz2 32 set gshhs gshhs-${gshhsversion}.tar.bz2 33 distfiles ${gmtsrc} ${gshhs} 34 34 checksums ${gmtsrc} \ 35 35 md5 8a3fa928bcb8a82ebaed68d62ba8f1ba \ 36 36 sha1 823783c1abc9a7e0493c35661e516d4f607fff17 \ … … 40 40 sha1 786d58b9a335d3bacb37f40f21ee3bfbb424cd10 \ 41 41 rmd160 aa744b2fdcdf849cc5c4abce97f1d29f4cdc20a4 42 42 43 worksrcdir 43 worksrcdir GMT${version} 44 44 45 depends_lib port:netcdf 45 depends_lib port:netcdf 46 47 destroot.target install-all 48 use_parallel_build no 49 universal_variant no 46 50 47 51 post-extract { 48 52 # move GSHHS coastlines to worksrcpath … … 60 64 --disable-xgrid \ 61 65 --disable-mex 62 66 configure.optflags-delete -O2 63 64 use_parallel_build no65 universal_variant no66 destroot.target install-all67 67 configure.ldflags-delete -L${prefix}/lib 68 68 69 69 post-destroot { … … 87 87 configure.args-append --enable-triangle 88 88 } 89 89 90 livecheck.type regex 91 livecheck.url http://gmt.soest.hawaii.edu/gmt/gmt_home.html 92 livecheck.regex {Current version is [^0-9 ]*([0-9]+\.[0-9]+\.[0-9]+)} 93 90 livecheck.type regex 91 livecheck.url http://gmt.soest.hawaii.edu/gmt/gmt_home.html 92 livecheck.regex {Current version is [^0-9 ]*([0-9]+\.[0-9]+\.[0-9]+)}