[Lunar-commits] <moonbase> libzdb: Added this to moonbase for dbmail-git
Terry Chan
tchan at lunar-linux.org
Tue Nov 24 07:19:20 CET 2009
commit d9af997d452f52c005d4545a15ed2a74ae6a0885
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Nov 24 00:19:20 2009 -0600
libzdb: Added this to moonbase for dbmail-git
---
libs/libzdb/DEPENDS | 4 ++++
libs/libzdb/DETAILS | 16 ++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/libs/libzdb/DEPENDS b/libs/libzdb/DEPENDS
new file mode 100644
index 0000000..abf572f
--- /dev/null
+++ b/libs/libzdb/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends "mysql" "--with-mysql=/usr/bin/mysql_config" "" "mysql support"
+optional_depends "postgresql" "--with-pgsql=/usr/bin/pg_config" "" "postgresql support"
+optional_depends "sqlite" "--with-sqlite=/usr" "" "sqlite support"
+optional_depends "openssl" "--enable-openssl" "" "crypto ssl support"
diff --git a/libs/libzdb/DETAILS b/libs/libzdb/DETAILS
new file mode 100644
index 0000000..bcc965b
--- /dev/null
+++ b/libs/libzdb/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libzdb
+ VERSION=2.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.tildeslash.com/$MODULE/dist
+ SOURCE_VFY=sha1:2737dca60a84ca018912982a7f0fbc9c3eafd5fd
+ WEB_SITE=http://www.tildeslash.com
+ ENTERED=20091123
+ UPDATED=20091123
+ SHORT="A thread-safe high level multi-database connection pool library"
+
+cat << EOF
+The Zild Database Library implements a small, fast, and easy to use database API
+with thread-safe connection pooling. The library can connect transparently to
+multiple database systems, has zero configuration and connections are specified
+via a standard URL scheme.
+EOF
More information about the Lunar-commits
mailing list