[Lunar-commits] r21260 - in moonbase/trunk/sql: . libdbi-drivers

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Sep 5 03:22:38 UTC 2006


Author: v3rt1g0
Date: 2006-09-05 03:22:38 +0000 (Tue, 05 Sep 2006)
New Revision: 21260

Added:
   moonbase/trunk/sql/libdbi-drivers/
   moonbase/trunk/sql/libdbi-drivers/DEPENDS
   moonbase/trunk/sql/libdbi-drivers/DETAILS
Log:
  Initial Import: libdbi-drivers (0.8.1)

   * would be nice to have teh drivers for the various DBs too :)


Added: moonbase/trunk/sql/libdbi-drivers/DEPENDS
===================================================================
--- moonbase/trunk/sql/libdbi-drivers/DEPENDS	                        (rev 0)
+++ moonbase/trunk/sql/libdbi-drivers/DEPENDS	2006-09-05 03:22:38 UTC (rev 21260)
@@ -0,0 +1,8 @@
+depends  libdbi  &&
+
+optional_depends  "sqlite"   "--with-sqlite3"  ""  \
+                  "to build the SQLite3 driver"    &&
+optional_depends  "sqlite2"  "--with-sqlite"   ""  \
+                  "to build the SQLite2 driver"    &&
+optional_depends  "mysql"    "--with-mysql"    ""  \
+                  "to build the MySQL driver"

Added: moonbase/trunk/sql/libdbi-drivers/DETAILS
===================================================================
--- moonbase/trunk/sql/libdbi-drivers/DETAILS	                        (rev 0)
+++ moonbase/trunk/sql/libdbi-drivers/DETAILS	2006-09-05 03:22:38 UTC (rev 21260)
@@ -0,0 +1,15 @@
+          MODULE=libdbi-drivers
+         VERSION=0.8.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:82c00d3f4d86a88d57cc1b58163182c5db09d990
+        WEB_SITE=http://libdbi.sourceforge.net/
+         ENTERED=20060904
+         UPDATED=20060904
+           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