Fri Nov 27 17:51:58 2015 UTC ()
The purpose of this library is to provide:
* An extensible framework that will support robust spatial indexing methods.
* Support for sophisticated spatial queries. Range, point location, nearest
  neighbor and k-nearest neighbor as well as parametric queries (defined by
  spatial constraints) should be easy to deploy and run.
* Easy to use interfaces for inserting, deleting and updating information.
* Wide variety of customization capabilities. Basic index and storage
  characteristics like the page size, node capacity, minimum fan-out, splitting
  algorithm, etc. should be easy to customize.
* Index persistence. Internal memory and external memory structures should be
  supported. Clustered and non-clustered indices should be easy to be persisted.


(adam)
diff -r0 -r1.1 pkgsrc/geography/spatialindex/DESCR
diff -r0 -r1.1 pkgsrc/geography/spatialindex/Makefile
diff -r0 -r1.1 pkgsrc/geography/spatialindex/PLIST
diff -r0 -r1.1 pkgsrc/geography/spatialindex/buildlink3.mk
diff -r0 -r1.1 pkgsrc/geography/spatialindex/distinfo

File Added: pkgsrc/geography/spatialindex/DESCR
The purpose of this library is to provide:
* An extensible framework that will support robust spatial indexing methods.
* Support for sophisticated spatial queries. Range, point location, nearest
  neighbor and k-nearest neighbor as well as parametric queries (defined by
  spatial constraints) should be easy to deploy and run.
* Easy to use interfaces for inserting, deleting and updating information.
* Wide variety of customization capabilities. Basic index and storage
  characteristics like the page size, node capacity, minimum fan-out, splitting
  algorithm, etc. should be easy to customize.
* Index persistence. Internal memory and external memory structures should be
  supported. Clustered and non-clustered indices should be easy to be persisted.

File Added: pkgsrc/geography/spatialindex/Makefile
# $NetBSD: Makefile,v 1.1 2015/11/27 17:51:58 adam Exp $

DISTNAME=	spatialindex-src-1.8.5
PKGNAME=	${DISTNAME:S/-src//}
CATEGORIES=	geography
MASTER_SITES=	http://download.osgeo.org/libspatialindex/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://libspatialindex.github.io/
COMMENT=	Robust spatial indexing methods
LICENSE=	mit

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
PKGCONFIG_OVERRIDE=	src/libspatialindex.pc.in

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/geography/spatialindex/PLIST
@comment $NetBSD: PLIST,v 1.1 2015/11/27 17:51:58 adam Exp $
include/spatialindex/LineSegment.h
include/spatialindex/MVRTree.h
include/spatialindex/MovingPoint.h
include/spatialindex/MovingRegion.h
include/spatialindex/Point.h
include/spatialindex/RTree.h
include/spatialindex/Region.h
include/spatialindex/SpatialIndex.h
include/spatialindex/TPRTree.h
include/spatialindex/TimePoint.h
include/spatialindex/TimeRegion.h
include/spatialindex/Version.h
include/spatialindex/capi/BoundsQuery.h
include/spatialindex/capi/CountVisitor.h
include/spatialindex/capi/CustomStorage.h
include/spatialindex/capi/DataStream.h
include/spatialindex/capi/Error.h
include/spatialindex/capi/IdVisitor.h
include/spatialindex/capi/Index.h
include/spatialindex/capi/LeafQuery.h
include/spatialindex/capi/ObjVisitor.h
include/spatialindex/capi/Utility.h
include/spatialindex/capi/sidx_api.h
include/spatialindex/capi/sidx_config.h
include/spatialindex/capi/sidx_export.h
include/spatialindex/capi/sidx_impl.h
include/spatialindex/tools/PointerPool.h
include/spatialindex/tools/PoolPointer.h
include/spatialindex/tools/SmartPointer.h
include/spatialindex/tools/Tools.h
include/spatialindex/tools/rand48.h
lib/libspatialindex.la
lib/libspatialindex_c.la
lib/pkgconfig/libspatialindex.pc

File Added: pkgsrc/geography/spatialindex/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2015/11/27 17:51:58 adam Exp $

BUILDLINK_TREE+=	spatialindex

.if !defined(SPATIALINDEX_BUILDLINK3_MK)
SPATIALINDEX_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.spatialindex+=	spatialindex>=1.8.5
BUILDLINK_PKGSRCDIR.spatialindex?=	../../geography/spatialindex
.endif	# SPATIALINDEX_BUILDLINK3_MK

BUILDLINK_TREE+=	-spatialindex

File Added: pkgsrc/geography/spatialindex/distinfo
$NetBSD: distinfo,v 1.1 2015/11/27 17:51:58 adam Exp $

SHA1 (spatialindex-src-1.8.5.tar.bz2) = 733c859b9d16dfa7466f1d8a33770f47eb68add1
RMD160 (spatialindex-src-1.8.5.tar.bz2) = 63df2e6c579e91d90de406357cedb89b420e3ca7
SHA512 (spatialindex-src-1.8.5.tar.bz2) = d3e47982cc2809d04490fae27796b31cdb59675790010d8b45e1a98b5a23048a4a44e321a2470dd36c01aba6f6e7620cafc4988a02b55e4f59d1b7fa9b588b06
Size (spatialindex-src-1.8.5.tar.bz2) = 407871 bytes