| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Mar 2013 08:15:36
1.8.0
|
wen  |
- Update to 1.8.0
- Trim Makefile headers |
24 Apr 2012 12:42:37
1.7.1
|
wen  |
- Update to 1.7.1
PR: 167263
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
26 Oct 2011 08:54:37
1.7.0
|
wen  |
- Update to 1.7.0
- Update WWW |
07 Dec 2010 06:45:58
1.6.1
|
wen  |
- Update to 1.6.1 |
04 Dec 2010 07:34:27
1.6.0
|
ade  |
Sync to new bsd.autotools.mk |
20 Sep 2010 01:49:26
1.6.0
|
wen  |
- Update to 1.6.0 |
14 Apr 2010 00:18:09
1.5.0
|
wen  |
- Update to 1.5.0
- Update my mail address to FreeBSD |
27 Aug 2009 09:19:00
1.4.0
|
miwi  |
- Fix fetch [1]
- Update to 1.4.0
Submitted by: maintainer via private mail
Reported by: pointyhat [1] |
02 Aug 2009 19:36:34
1.3.2
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
20 Jun 2008 13:20:47
1.3.2
|
miwi  |
This package provides a general framework for developing spatial indices.
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> |