aboutsummaryrefslogtreecommitdiff
path: root/devel/spatialindex
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.1Wen Heping2010-12-072-4/+3
| | | | Notes: svn path=/head/; revision=265787
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 1.6.0Wen Heping2010-09-203-4/+5
| | | | Notes: svn path=/head/; revision=261461
* - Update to 1.5.0Wen Heping2010-04-143-5/+23
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=252657
* - Fix fetch [1]Martin Wilke2009-08-273-9/+6
| | | | | | | | | | - Update to 1.4.0 Submitted by: maintainer via private mail Reported by: pointyhat [1] Notes: svn path=/head/; revision=240391
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* This package provides a general framework for developing spatial indices.Martin Wilke2008-06-204-0/+65
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. Supported Features: * Generic main memory and disk based storage managers. * R*-tree index (also supports linear and quadratic splitting). * MVR-tree index (a.k.a. PPR-tree). * TPR-tree index. * Advanced query capabilities, using Strategy and Visitor patterns. * Arbitrary shaped range queries, by defining generic geometry interfaces. * Large parameterization capabilities, including dimensionality, fill factor, node capacity, etc. * STR packing / bulk loading. WWW: http://trac.gispython.org/projects/SpatialIndex/wiki PR: ports/124628 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=215346