Date: Mon, 16 Jun 2008 02:26:03 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124628: [NEW PORT] devel/spatialindex : A General Framework for Developing Spatial Indices Message-ID: <200806160226.m5G2Q3u7035454@www.freebsd.org> Resent-Message-ID: <200806160230.m5G2U7XB014514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124628 >Category: ports >Synopsis: [NEW PORT] devel/spatialindex : A General Framework for Developing Spatial Indices >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 16 02:30:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >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. For more information please read the spatialindex/trunk/README file. In addition, the library includes a 3-dimensional R-tree visualization plug-in (example image below; requires Java3D runtime). This library is free software published under the GNU Lesser General Public License. You may copy, modify and use freely. WWW: http://trac.gispython.org/projects/SpatialIndex/wiki >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # spatialindex # spatialindex/pkg-descr # spatialindex/distinfo # spatialindex/Makefile # spatialindex/pkg-plist # echo c - spatialindex mkdir -p spatialindex > /dev/null 2>&1 echo x - spatialindex/pkg-descr sed 's/^X//' >spatialindex/pkg-descr << 'END-of-spatialindex/pkg-descr' XThis package provides a general framework for developing Xspatial indices. Currently it defines generic interfaces, Xprovides simple main memory and disk based storage managers Xand a robust implementation of an R*-tree, an MVR-tree Xand a TPR-tree. For more information please read the Xspatialindex/trunk/README file. In addition, the library Xincludes a 3-dimensional R-tree visualization plug-in X(example image below; requires Java3D runtime). This Xlibrary is free software published under the GNU Lesser XGeneral Public License. You may copy, modify and use Xfreely. X XWWW: http://trac.gispython.org/projects/SpatialIndex/wiki END-of-spatialindex/pkg-descr echo x - spatialindex/distinfo sed 's/^X//' >spatialindex/distinfo << 'END-of-spatialindex/distinfo' XMD5 (spatialindex-1.3.2.tar.gz) = 648058d64837779cda5c91f2f3dea74f XSHA256 (spatialindex-1.3.2.tar.gz) = 4532f91db1a96fbab696620a28361b3beb2c50d1177115dc7288fcef317f2de1 XSIZE (spatialindex-1.3.2.tar.gz) = 467645 END-of-spatialindex/distinfo echo x - spatialindex/Makefile sed 's/^X//' >spatialindex/Makefile << 'END-of-spatialindex/Makefile' X# New ports collection makefile for: spatialindex X# Date created: 15 June 2008 X# Whom: Wen Heping <wenheping@gmail.com> X# $FreeBSD$ X XPORTNAME= spatialindex XPORTVERSION= 1.3.2 XCATEGORIES= devel XMASTER_SITES= http://www.edu-linux.org/down/ X XMAINTAINER= wenheping@gmail.com XCOMMENT= A General Framework for Developing Spatial Indices X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_LDCONFIG= yes X X.include <bsd.port.mk> END-of-spatialindex/Makefile echo x - spatialindex/pkg-plist sed 's/^X//' >spatialindex/pkg-plist << 'END-of-spatialindex/pkg-plist' Xinclude/spatialindex/LineSegment.h Xinclude/spatialindex/MVRTree.h Xinclude/spatialindex/MovingPoint.h Xinclude/spatialindex/MovingRegion.h Xinclude/spatialindex/Point.h Xinclude/spatialindex/RTree.h Xinclude/spatialindex/Region.h Xinclude/spatialindex/SpatialIndex.h Xinclude/spatialindex/TPRTree.h Xinclude/spatialindex/TimePoint.h Xinclude/spatialindex/TimeRegion.h Xinclude/spatialindex/tools/PointerPool.h Xinclude/spatialindex/tools/PoolPointer.h Xinclude/spatialindex/tools/SmartPointer.h Xinclude/spatialindex/tools/TemporaryFile.h Xinclude/spatialindex/tools/Tools.h Xinclude/spatialindex/tools/rand48.h Xlib/libspatialindex.a Xlib/libspatialindex.la Xlib/libspatialindex.so.1.0 X@dirrm include/spatialindex/tools X@dirrm include/spatialindex END-of-spatialindex/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806160226.m5G2Q3u7035454>