From nobody@FreeBSD.org  Mon Jun 16 02:26:03 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A903E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Jun 2008 02:26:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 948358FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Jun 2008 02:26:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G2Q3aw035485
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Jun 2008 02:26:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5G2Q3u7035454;
	Mon, 16 Jun 2008 02:26:03 GMT
	(envelope-from nobody)
Message-Id: <200806160226.m5G2Q3u7035454@www.freebsd.org>
Date: Mon, 16 Jun 2008 02:26:03 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/spatialindex : A General Framework for Developing Spatial Indices
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124628
>Category:       ports
>Synopsis:       [NEW PORT] devel/spatialindex : A General Framework for Developing Spatial Indices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 16 02:30:07 UTC 2008
>Closed-Date:    Fri Jun 20 13:20:42 UTC 2008
>Last-Modified:  Fri Jun 20 13:30:00 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 16 02:30:13 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124628 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Jun 20 13:20:41 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124628 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124628: commit references a PR
Date: Fri, 20 Jun 2008 13:21:01 +0000 (UTC)

 miwi        2008-06-20 13:20:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/spatialindex   Makefile distinfo pkg-descr pkg-plist 
   Log:
   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.
   
   WWW:   http://trac.gispython.org/projects/SpatialIndex/wiki
   
   PR:             ports/124628
   Submitted by:   Wen Heping <wenheping at gmail.com>
   
   Revision  Changes    Path
   1.3110    +1 -0      ports/devel/Makefile
   1.1       +22 -0     ports/devel/spatialindex/Makefile (new)
   1.1       +3 -0      ports/devel/spatialindex/distinfo (new)
   1.1       +17 -0     ports/devel/spatialindex/pkg-descr (new)
   1.1       +23 -0     ports/devel/spatialindex/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
