# -*- 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 github 1.0 PortGroup cmake 1.1 github.setup libspatialindex libspatialindex 2.0.0 github.tarball_from releases name spatialindex revision 0 categories devel science license MIT maintainers nomaintainer description ${name} provides a general framework for developing \ spatial indices. long_description {*}${description} \ Currently it defines generic interfaces, provides simple \ main memory and disk based storage managers and a robust \ implementation of an R*-tree, an MVR-tree and a TPR-tree. homepage https://libspatialindex.org/ distname ${name}-src-${version} checksums rmd160 8894c66f8b99e0403835a25d51389ff1dd72e840 \ sha256 f1d5a369681fa6ac3301a54db412ccf3180fc17163ebc3252f32c752f77345de \ size 669866 compiler.cxx_standard 2011 patchfiles patch-src_CMakeLists_txt.diff configure.args-append \ -DBUILD_TESTING=OFF github.livecheck.regex {([0-9.]+)}