summaryrefslogtreecommitdiffstats
path: root/database/libzdb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/libzdb/DETAILS')
-rwxr-xr-xdatabase/libzdb/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/database/libzdb/DETAILS b/database/libzdb/DETAILS
new file mode 100755
index 0000000000..cf5020ea80
--- /dev/null
+++ b/database/libzdb/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libzdb
+ VERSION=2.10
+ SOURCE_HASH=sha512:fc28e9a1d906b6df6a992d25c55acdd3777ef559641da3c168735a22b55496d5bc4e8f3d8141dea961ce8f0cec3802b2ef4c5f84011045ad58ff880ec17d9287
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.tildeslash.com/libzdb
+ SOURCE_URL[0]=$WEB_SITE/dist/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20111029
+ KEYWORDS=""
+ SHORT="database access library"
+cat << EOF
+Libzdb implements a small, fast, and easy to use database API with thread-safe connection
+pooling. The library can connect transparently to multiple database systems. It has zero runtime
+configuration and connections are specified via a URL scheme
+EOF