# -*- 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 66540 2010-04-16 11:34:11Z stromnov@macports.org $

PortSystem          1.0

name                spatialindex
version             1.5.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
license             LGPL

homepage            http://trac.gispython.org/spatialindex
master_sites        http://download.osgeo.org/libspatialindex
distname            ${name}-src-${version}
use_bzip2           yes

checksums           md5     6e4746c33dffc91520bdbba1fa06b323 \
                    sha1    6aae84bcd834357223eb0a5b1b1cbe6498e5b592 \
                    rmd160  991906d56a885188c450a899507b8fa4ec336b1b

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