https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286697
--- Comment #108 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=93d74f4c5306ff7e9ddb2684e382a7e3c15df088 commit 93d74f4c5306ff7e9ddb2684e382a7e3c15df088 Author: Olivier Duchateau <[email protected]> AuthorDate: 2025-06-11 12:08:42 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2025-06-11 16:08:38 +0000 databases/libgda6: new port Libgda is a (relatively small) database access library: * it is a wrapper like ODBC but with more features to access several database engines * features a meta data extractor (to know all about database objects in a common way) * comes with an SQL console application (like mysql, psql or sqlite3 consoles) * relies on GLib, coded in C, its API is easy to use PR: 286697 Differential Revission: https://reviews.freebsd.org/D40489 Mk/Uses/gnome.mk | 5 +- databases/Makefile | 1 + databases/libgda6/Makefile (new) | 41 +++++ databases/libgda6/distinfo (new) | 3 + .../files/patch-libgda_gda-connection.c (new) | 30 ++++ .../files/patch-libgda_gda-db-catalog.c (new) | 36 +++++ ...-tests_data-models_check__model__errors.c (new) | 24 +++ .../patch-tests_data-models_check__pmodel.c (new) | 24 +++ databases/libgda6/pkg-descr (new) | 7 + databases/libgda6/pkg-plist (new) | 167 +++++++++++++++++++++ 10 files changed, 337 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.
