# -*- 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: Portfile 120115 2014-05-16 01:50:57Z ryandesign@macports.org $

PortSystem          1.0

name                geographiclib
version             1.36
categories          gis
platforms           darwin
maintainers         gmail.com:tlockhart1976 openmaintainer
license             MIT

description         Convert between coordinate systems for solving geodesic problems.

long_description    GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, \
                    MGRS, and geocentric coordinates, for gravity (e.g., EGM2008), geoid, \
                    and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.

homepage            http://geographiclib.sourceforge.net/
master_sites        sourceforge:project/geographiclib/distrib
distname            GeographicLib-${version}

checksums           rmd160  69d5852c168a0a2631b25870dffbacdeca7668cb \
                    sha256  a93f41d8579b909ee23b593b500fd190739c4a446c13f663f5bb7c9b6707f03d

depends_build       port:doxygen

livecheck.regex     GeographicLib-(\[0-9.\]+)${extract.suffix}
