databases/adabase: Upgrade version 3.0 => 3.1

This release adds support for three new types:
  - Spatial Data / Geographic Objects (MySQL and PostGIS)
  - UTF8 encoded strings
  - True bit flags

The Spatial Data support allows direct querying of geometry without
having to pass it through database conversion functions.  AdaBase will
convert the binary to Well-Known-Binary in order to construct the
native geometry support internally.  It can output Well Known Text
so that manually constructed geometry can be inserted into the database
effortlessly.  The support is documented here with real code examples:

https://jrmarino.github.io/AdaBase/geometry.html
This commit is contained in:
John Marino
2016-06-16 20:08:06 +00:00
parent da713763c1
commit 7aaae4739e
3 changed files with 10 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= adabase
PORTVERSION= 3.0
PORTVERSION= 3.1
DISTVERSIONPREFIX= v
CATEGORIES= databases

View File

@@ -1,2 +1,3 @@
SHA256 (jrmarino-AdaBase-v3.0_GH0.tar.gz) = 65b2b81b1b083951771ff6f8c4efa6dadb84ecdc7147659dffb10527803b54c5
SIZE (jrmarino-AdaBase-v3.0_GH0.tar.gz) = 132468
TIMESTAMP = 1466107071
SHA256 (jrmarino-AdaBase-v3.1_GH0.tar.gz) = 115967a90abf94f102aa4916a2ed14fb7aac2382f56113b791f2fd08b909444a
SIZE (jrmarino-AdaBase-v3.1_GH0.tar.gz) = 163154

View File

@@ -55,6 +55,10 @@ include/adabase/adabase-statement.ads
include/adabase/adabase.ads
include/adabase/commontext.adb
include/adabase/commontext.ads
include/adabase/spatial_data-well_known_binary.adb
include/adabase/spatial_data-well_known_binary.ads
include/adabase/spatial_data.adb
include/adabase/spatial_data.ads
%%MYSQL%%lib/adabase/adabase-bindings-mysql.ali
%%PGSQL%%lib/adabase/adabase-bindings-postgresql.ali
%%SQLITE%%lib/adabase/adabase-bindings-sqlite.ali
@@ -92,4 +96,6 @@ lib/adabase/adabase-statement.ali
lib/adabase/adabase.ali
lib/adabase/commontext.ali
lib/adabase/libadabase.a
lib/adabase/spatial_data-well_known_binary.ali
lib/adabase/spatial_data.ali
lib/gnat/adabase.gpr