# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 55526 2009-08-12 21:41:55Z mnick@macports.org $

PortSystem          1.0

name                spatialindex
version             1.4.0
categories-append   devel science
maintainers         mnick

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.

platforms           darwin

homepage            http://trac.gispython.org/spatialindex
master_sites        http://download.osgeo.org/libspatialindex

checksums           md5     2cda512ca12c1a0d52172bb7f82a88f0 \
                    sha1    647292cf406e070c2ee3e6605e6adb637383952e \
                    rmd160  167cbc107fc650974b832839f96161e62d3106dd

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