Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 13:20:47 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/spatialindex Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200806201320.m5KDKlbv012873@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806201320.m5KDKlbv012873>