update to spatialindex 1.8.5, tested in a bulk by ajacoutot@
This commit is contained in:
parent
870e7cb5ee
commit
9555a4eb84
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2014/08/24 09:03:04 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/09/20 07:58:20 landry Exp $
|
||||
|
||||
COMMENT = library for spatial indexing and querying
|
||||
DISTNAME= spatialindex-src-1.8.1
|
||||
DISTNAME= spatialindex-src-1.8.5
|
||||
PKGNAME = ${DISTNAME:S/-src//}
|
||||
CATEGORIES = geo
|
||||
SHARED_LIBS = spatialindex 1.0 \
|
||||
spatialindex_c 0.1 #3.0
|
||||
SHARED_LIBS = spatialindex 2.0 \
|
||||
spatialindex_c 0.2 #4.1
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spatialindex-src-1.8.1.tar.gz) = EqEeAVdEn2bbqqVZCpdjDzFk3dnGkI4ZaIypRWyfwas=
|
||||
SIZE (spatialindex-src-1.8.1.tar.gz) = 550098
|
||||
SHA256 (spatialindex-src-1.8.5.tar.gz) = fKpGosubQJYPe8gsPeYPoU+PPgALAlYbNsvyz+apv+8=
|
||||
SIZE (spatialindex-src-1.8.5.tar.gz) = 569496
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/08/24 09:03:05 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/09/20 07:58:20 landry Exp $
|
||||
include/spatialindex/
|
||||
include/spatialindex/LineSegment.h
|
||||
include/spatialindex/MVRTree.h
|
||||
@ -25,6 +25,7 @@ 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/
|
||||
include/spatialindex/tools/PointerPool.h
|
||||
|
Loading…
Reference in New Issue
Block a user