Bug 124628 - [NEW PORT] devel/spatialindex : A General Framework for Developing Spatial Indices
Summary: [NEW PORT] devel/spatialindex : A General Framework for Developing Spatial In...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 03:30 UTC by wenheping
Modified: 2008-06-20 14:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.95 KB, text/plain)
2008-06-16 03:30 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-06-16 03:30:07 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-16 03:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-06-20 14:20:41 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-20 14:21:01 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"