Commit graph

9 commits

Author SHA1 Message Date
Rene Ladan
c7b6c8eaf9 Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by:	Mark Millard via private e-mail
2017-04-21 20:25:00 +00:00
Mark Linimon
eae8bbbfc9 Mark a few leaf ports broken on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-02-24 21:55:52 +00:00
Rene Ladan
676b34a127 Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.

The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
2017-02-15 21:33:11 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
John Marino
7aaae4739e 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
2016-06-16 20:08:06 +00:00
John Marino
f945049058 databases/adabase: Upgrade version 2.0 => 3.0
This release brings the promised PostgreSQL driver, along with several
fixes to the MySQL and SQLite drivers.  The API was changed based on
feedback from comp.lang.ada but chances nobody is really impacted yet
(meaning this is the time for breaking changes).
2016-05-26 22:49:09 +00:00
John Marino
b86b346668 databases/adabase: Package description required updating with v2.0 2016-05-13 20:08:48 +00:00
John Marino
220b2619f9 database/adabase: Upgrade version 1.0 => 2.0 (SQLite Driver)
This new release provides some minor fixes for MySQL driver and brings
in the SQLite3 driver.  The now has options where MySQL and SQLite drivers
are built by default, but either (but not both) can be disabled.  The
adabase.gpr was changed to a template and moved into the codebase.
Also, since the adabase library can't be linked without the database
libraries, they've been added as library dependencies through the options
framework.
2016-05-13 19:55:27 +00:00
John Marino
8271e1e790 Add new port database/adabase
Thick database bindings for MySQL, PostgreSQL and SQLite written in Ada.

This is the first release of AdaBase, an abstraction library that provides
a consistent interface to multiple database servers.  Currently only one
driver for MySQL is provided, but additional ones for SQLite and
PostgreSQL are planned for the near term.  It's extensible, so support
for others such as Firebird, Oracle and MSSQL would be easily possible.

AdaBase offers unique features over similar frameworks.  For starters,
it's limited to database support rather than including many other unwanted
components in a "kitchen sink" fashion, and unneeded drivers can be
excluded from the library as desired.  It's got a developer and commerce
friend license (ICS), it comes with good documentation and working
examples, and the bindings are thick enough where database server backends
can be interchangeable.

AdaBase may seem familiar to some users as it was partially inspired by
PHP's PDO database framework and is a sequel of sorts to an earlier
project by the same author, Pascal Data Objects.

WWW: http://jrmarino.github.io/AdaBase/
2016-05-09 11:05:00 +00:00