Port details |
- spatialindex General Framework for Developing Spatial Indices
- 2.0.0 devel =2 2.0.0Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2008-06-20 13:21:37
- Last Update: 2024-06-15 14:23:11
- Commit Hash: 474863d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://libspatialindex.org/en/latest/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spatialindex>0:devel/spatialindex
- To install the port:
- cd /usr/ports/devel/spatialindex/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/spatialindex
- pkg install spatialindex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spatialindex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718318752
SHA256 (spatialindex-src-2.0.0.tar.gz) = f1d5a369681fa6ac3301a54db412ccf3180fc17163ebc3252f32c752f77345de
SIZE (spatialindex-src-2.0.0.tar.gz) = 669866
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- devel/py-rtree
- for Libraries
-
- graphics/qgis
- graphics/qgis-ltr
- for Run
-
- devel/py-rtree
Configuration Options:
- No options to configure
- Options name:
- devel_spatialindex
- USES:
- cmake:testing compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0 15 Jun 2024 14:23:11 |
Wen Heping (wen) |
devel/spatialindex: Update to 2.0.0 |
1.9.3 09 Jun 2023 00:09:59 |
Yuri Victorovich (yuri) |
devel/spatialindex: Update 1.8.5 → 1.9.3
PR: 271912
Approved by: wen@ (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.5 01 Dec 2018 13:08:22 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.8.5 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.8.5 08 Nov 2014 11:25:59 |
wen |
- Update to 1.8.5 |
1.8.1 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.8.1 26 Aug 2014 13:37:43 |
wen |
- Update to 1.8.1 |
1.8.0_1 02 Jul 2014 23:41:31 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
1.8.0 25 Jan 2014 00:25:54 |
bapt |
Support stage |
1.8.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.8.0 21 Mar 2013 08:15:36 |
wen |
- Update to 1.8.0
- Trim Makefile headers |
1.7.1 24 Apr 2012 12:42:37 |
wen |
- Update to 1.7.1
PR: 167263
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.7.0 26 Oct 2011 08:54:37 |
wen |
- Update to 1.7.0
- Update WWW |
1.6.1 07 Dec 2010 06:45:58 |
wen |
- Update to 1.6.1 |
1.6.0 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.6.0 20 Sep 2010 01:49:26 |
wen |
- Update to 1.6.0 |
1.5.0 14 Apr 2010 00:18:09 |
wen |
- Update to 1.5.0
- Update my mail address to FreeBSD |
1.4.0 27 Aug 2009 09:19:00 |
miwi |
- Fix fetch [1]
- Update to 1.4.0
Submitted by: maintainer via private mail
Reported by: pointyhat [1] |
1.3.2 02 Aug 2009 19:36:34 |
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 |
1.3.2 20 Jun 2008 13:20:47 |
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> |