# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        sourceforge geographiclib geographiclib 2.4
revision            0
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Native Octave/MATLAB implementations of a subset of the C++ library, \
                    GeographicLib.
long_description    {*}${description} "Key components of this toolbox are: (a) Geodesics,\
                    direct, inverse, area calculations; (b) Projections,\
                    transverse Mercator, polar stereographic, etc; (c) Grid systems,\
                    UTM, UPS, MGRS; (d) Geoid lookup, egm84, egm96, egm2008 geoids\
                    supported; (e) Geometric transformations, geocentric, local\
                    cartesian; (f) Great ellipse, direct, inverse, area calculations."

# not part of the sourceforge octave package repository
master_sites        sourceforge:project/geographiclib/distrib-Octave
distname            geographiclib-octave-${version}

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  e0939036703055fcae68f59f590e47758316d945 \
                    sha256  d35910648f68a918e45c5b0566bfab820df40bed300ada534eeff57761f07952 \
                    size    91091

livecheck.url       https://github.com/geographiclib/geographiclib-octave/tags
livecheck.regex     v(\[0-9.\]+)${extract.suffix}
