Ticket #42478: gshhg-gmt-nc4-Portfile.diff

File gshhg-gmt-nc4-Portfile.diff, 1.7 KB (added by florian@…, 10 years ago)

Portfile patch

  • science/gshhg-gmt-nc4/Portfile

     
    33
    44PortSystem          1.0
    55
     6replaced_by         gshhg-gmt
     7PortGroup           obsolete 1.0
     8
    69name                gshhg-gmt-nc4
    710version             2.2.4
     11revision            1
    812categories          science
    9 platforms           darwin
    10 supported_archs     noarch
    11 maintainers         eprofs.de:florian \
    12                     takeshi
    13 license             LGPL-3
    14 description         Global Self-consistent Hierarchical High-resolution Geography (GSHHG)
    15 long_description    Global Self-consistent Hierarchical \
    16     High-resolution Geography (GSHHG) is a high-resolution \
    17     shoreline data set amalgamated from two databases: Global \
    18     Self-consistent Hierarchical High-resolution Shorelines \
    19     (GSHHS) and CIA World Data Bank II (WDBII). GSHHG contains \
    20     vector descriptions at five different resolutions of land \
    21     outlines, lakes, rivers, and political boundaries. To read \
    22     and process the data you should install GMT, the Generic \
    23     Mapping Tools (port gmt4 or gmt5).
    24 
    25 homepage            http://www.soest.hawaii.edu/pwessel/gshhg/index.html
    26 master_sites        http://www.soest.hawaii.edu/pwessel/gshhg \
    27                     ftp://ftp.soest.hawaii.edu/gshhg
    28 checksums           md5     4132b4911f568102353dec169ea0c84a \
    29                     sha1    cf253ecf3ad32ee37c33bc60c4598a27e3ec4436 \
    30                     rmd160  0aa93191f68989fcd1c4024b45749881f53e6a5d
    31 
    32 use_configure       no
    33 build {}
    34 
    35 destroot {
    36     copy ${worksrcpath} ${destroot}${prefix}/share/${name}
    37 }
    38 
    39 livecheck.type      regex
    40 livecheck.url       ${homepage}
    41 livecheck.regex     {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)}