# -*- 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

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        uber h3 4.5.0 v
github.tarball_from archive
revision            0
checksums           rmd160  e3bfb4b9322937ce94d5b01befbd7f1496f44a0a \
                    sha256  0da8a392a6ff77e76b60e6a331a49497d0935b6b7b6899da7a3e2786139b0441 \
                    size    18362500

description         A hexagonal hierarchical geospatial indexing system

long_description    H3 is a geospatial indexing system using a \
                    hexagonal grid that can be (approximately) \
                    subdivided into finer and finer hexagonal grids, \
                    combining the benefits of a hexagonal grid with \
                    S2's hierarchical subdivisions.

homepage            https://h3geo.org

categories          gis devel
license             Apache-2
maintainers         {acm.org:cardi @cardi} openmaintainer

test.run            yes
test.cmd            ctest
