./geography/libspatialite, Library intended to extend SQLite core to support Spatial SQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.1nb4, Package name: libspatialite-5.0.1nb4, Maintainer: pkgsrc

SpatiaLite is an open source library intended to extend the SQLite core to
support fully fledged Spatial SQL capabilities. SQLite is intrinsically simple
and lightweight:
* a single lightweight library implementing the full SQL engine
* standard SQL implementation: almost complete SQL-92
* no complex client/server architecture
* a whole database simply corresponds to a single monolithic file (no size
limits)
* any DB-file can be safely exchanged across different platforms, because the
internal architecture is universally portable
* no installation, no configuration
SpatiaLite is smoothly integrated into SQLite to provide a complete and
powerful Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite
you can effectively deploy an alternative open source Spatial DBMS roughly
equivalent to PostgreSQL + PostGIS.


Required to run:
[textproc/libxml2] [geography/geos] [geography/proj] [textproc/freexl]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 6223.392 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-02-20 08:59:56 by Thomas Klausner | Files touched by this commit (1)
Log message:
libspatialite: require sqlite3 > 3.33

This is a version where we're pretty sure it provides RTREE support
(from pkgsrc).

See
https://mail-index.netbsd.org/pkgsrc-users/2023/02/19/msg036918.html
   2023-02-19 18:31:24 by Thomas Klausner | Files touched by this commit (1)
Log message:
libspatialite: requires squlite3>=3.8.5
   2023-02-16 00:23:48 by Thomas Klausner | Files touched by this commit (2)
Log message:
libspatialite: add upstream bug report
   2023-02-16 00:18:52 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
libspatialite: update to 5.0.1.

Changes: not found