notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q2
spatialindex General Framework for Developing Spatial Indices
2.0.0 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.0Version of this port present on the latest quarterly branch.
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
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, py311-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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (49 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/spatialindex-2.0.0/catalog.mk
  3. /usr/local/share/licenses/spatialindex-2.0.0/LICENSE
  4. /usr/local/share/licenses/spatialindex-2.0.0/MIT
  5. include/spatialindex/Ball.h
  6. include/spatialindex/LineSegment.h
  7. include/spatialindex/MVRTree.h
  8. include/spatialindex/MovingPoint.h
  9. include/spatialindex/MovingRegion.h
  10. include/spatialindex/Point.h
  11. include/spatialindex/RTree.h
  12. include/spatialindex/Region.h
  13. include/spatialindex/SpatialIndex.h
  14. include/spatialindex/TPRTree.h
  15. include/spatialindex/TimePoint.h
  16. include/spatialindex/TimeRegion.h
  17. include/spatialindex/Version.h
  18. include/spatialindex/capi/BoundsQuery.h
  19. include/spatialindex/capi/CountVisitor.h
  20. include/spatialindex/capi/CustomStorage.h
  21. include/spatialindex/capi/DataStream.h
  22. include/spatialindex/capi/Error.h
  23. include/spatialindex/capi/IdVisitor.h
  24. include/spatialindex/capi/Index.h
  25. include/spatialindex/capi/LeafQuery.h
  26. include/spatialindex/capi/ObjVisitor.h
  27. include/spatialindex/capi/Utility.h
  28. include/spatialindex/capi/sidx_api.h
  29. include/spatialindex/capi/sidx_config.h
  30. include/spatialindex/capi/sidx_export.h
  31. include/spatialindex/capi/sidx_impl.h
  32. include/spatialindex/tools/PointerPool.h
  33. include/spatialindex/tools/PoolPointer.h
  34. include/spatialindex/tools/Tools.h
  35. include/spatialindex/tools/rand48.h
  36. lib/cmake/libspatialindex/libspatialindexConfig.cmake
  37. lib/cmake/libspatialindex/libspatialindexConfigVersion.cmake
  38. lib/cmake/libspatialindex/libspatialindexTargets-release.cmake
  39. lib/cmake/libspatialindex/libspatialindexTargets.cmake
  40. lib/libspatialindex.so
  41. lib/libspatialindex.so.7
  42. lib/libspatialindex.so.7.0.0
  43. lib/libspatialindex_c.so
  44. lib/libspatialindex_c.so.7
  45. lib/libspatialindex_c.so.7.0.0
  46. libdata/pkgconfig/libspatialindex.pc
  47. @owner
  48. @group
  49. @mode
Collapse this list.
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):
spatialindex
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.02.0.01.8.52.0.02.0.0-1.8.5-
FreeBSD:13:quarterly2.0.02.0.01.9.32.0.02.0.01.9.31.9.31.9.3
FreeBSD:14:latest2.0.02.0.01.8.52.0.02.0.01.9.3-1.9.3
FreeBSD:14:quarterly2.0.02.0.0-2.0.02.0.01.9.31.9.31.9.3
FreeBSD:15:latest2.0.02.0.0n/a2.0.0n/a1.9.31.9.31.9.3
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Build
  1. devel/py-rtree
for Libraries
  1. graphics/qgis
  2. graphics/qgis-ltr
for Run
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/libspatialindex/libspatialindex/releases/download/2.0.0/
Collapse this list.

There are no commits on branch 2023Q2 for this port