aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pyspatialite
Commit message (Collapse)AuthorAgeFilesLines
* - Convert databases/spatialite to USES=libtool, drop .la filesamdmi32014-06-231-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Stageswills2014-04-161-1/+0
| | | | | | PR: ports/188652 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-1/+1
| | | | LIB_DEPENDS in databases
* - Bump PORTREVISION to chase the update of databases/spatialitewen2013-11-051-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* graphics/geos: update to 3.4.2wg2013-09-111-0/+1
| | | | | | | | | | - Update to 3.4.2 [1] - Bump PORTREVISION for dependent ports - USES gmake - Use options helpers PR: ports/181422 [1] Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
* Fix build after iconv conversion on head.madpilot2013-09-062-3/+13
| | | | Approved by: portmgr (bapt, implicit)
* pyspatialite is an interface to the SQLite 3.x embedded relational databasepawel2013-03-286-0/+187
engine with spatialite extensions. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite and spatialite. WWW: https://code.google.com/p/pyspatialite/ PR: ports/173079 Submitted by: lbartoletti <coder@tuxfamily.org>