- Use OPTIONS for driver selection.
- Split driver-specific procedure into files/Makefile.*
- Use configure script and Makefile.in.
- Fix installation directory of document files.
standard input, or the named files) into random order. It is in a
sense the very inverse of sort(1)).
WWW: http://www.eskimo.com/~scs/src/#shuffle
PR: ports/124100
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
stores, Plone content, or whatever -- py-rtree is an index to speed up the
search for objects that intersect with a spatial bounding box.
WWW: http://trac.gispython.org/projects/PCL/wiki/Rtree
PR: ports/124640
Submitted by: wenheping at gmail.com
framework provides a useful abstraction on which to write unit test
fixtures and unit test cases. JTiger tools provide functionality
that is often desired in software unit testing environments. JTiger
development encourages Test Driven Development, though it doesn't
mandate it, and any unit testing software development technique
is sufficient.
WWW: http://www.jtiger.org
PR: ports/124209
Submitted by: Wen Heping <wenheping at gmail.com>
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>
It aims to provide a elegant Ajax webmail client for existing
IMAP mailservers, with less bloat and a focus on an intuitive,
simple user interface.
WWW: http://atmail.org/
PR: ports/124705
Submitted by: Wen heping <wenheping at gmail.com>
and standard PostgreSQL geometry types. It integrates with the psycopg
Python/PostgreSQL interface. It provides implementations of all of the
OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently
supports the EWKB, HEXEWKB, WKB, and WKT formats.
WWW: http://freshmeat.net/projects/geotypes/
PR: ports/124504
Submitted by: wenheping at gmail.com