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

PortSystem          1.0

name                spatialindex
version             1.8.4
revision            0
categories          devel science
platforms           darwin
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            http://libspatialindex.org/
master_sites        http://download.osgeo.org/libspatialindex

distname            ${name}-src-${version}
use_bzip2           yes

checksums           rmd160  c6bff7270da9daf523e4f880d30abb1a36e342d0 \
                    sha256  8428a0990301160c3ac1995531e450a50e4b6d572fd6ac7faa24341a916c95b1

livecheck.url       ${master_sites}
livecheck.regex     <a href=\"${name}(?:-src)?-(.*).tar.gz\"