Port details on branch 2023Q1 |
- 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:
|