[Lunar-commits] <moonbase-other> libdbi-drivers: Readding to moonbase with a version bump to 0.9.0.

stumbles stumbles at lunar-linux.org
Thu Jun 13 13:37:53 CEST 2013


commit bfff8fd83b7ab383ea0f4ef0485d3a4923eb9847
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 13 Jun 2013 04:37:10 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/bfff8fd83b7ab383ea0f4ef0485d3a4923eb9847

libdbi-drivers: Readding to moonbase with a version bump to 0.9.0.
---
  sql/libdbi-drivers/CONFIGURE | +2/-0     
  sql/libdbi-drivers/DEPENDS   | +5/-0     
  sql/libdbi-drivers/DETAILS   | +15/-0    
  3 files changed, 22 insertions(+)

--- /dev/null
+++ b/sql/libdbi-drivers/CONFIGURE
@@ -0,0 +1,2 @@
+mquery MYSQL_THREADSAFE "Use threadsafe version of libmysqlclient?" y "--enable-mysql-threadsafe" "--disable-mysql-threadsafe"
+mquery DISABLE_DOCS "Do not build and install the documentation?" y "--disable-docs" "--enable-docs"
--- /dev/null
+++ b/sql/libdbi-drivers/DEPENDS
@@ -0,0 +1,5 @@
+optional_depends "libdbi"     "--enable-libdbi"  "--disable-libdbi"  "to link drivers against libdbi"
+optional_depends "sqlite"     "--with-sqlite3"   "--without-sqlite3" "to build the SQLite3 driver"
+optional_depends "mysql"      "--with-mysql"     "--without-mysql"   "to build the MySQL driver"
+optional_depends "postgresql" "--with-pgsql"     "--without-pgsql"   "to build the postgresql driver"
+optional_depends "freetds"    "--with-freetds"   "--without-freetds" "for Tabular Data Stream support"
--- /dev/null
+++ b/sql/libdbi-drivers/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libdbi-drivers
+         VERSION=0.9.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:8472875d30c216540d48d591b442e40ba4f7df5d
+        WEB_SITE=http://libdbi.sourceforge.net
+         ENTERED=20060904
+         UPDATED=20130613
+           SHORT="The database specific drivers for libdbi"
+
+cat << EOF
+libdbi-drivers are the database-specific drivers for the libdbi
+framework. The drivers offically supported are Firebird/Interbase,
+FreeTDS (MS SQL), MySQL, PostgreSQL, and SQLite.
+EOF




More information about the Lunar-commits mailing list