Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccb3731cc5ad7d7b5c343f079860da83d95b78e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccb3731cc5ad7d7b5c343f079860da83d95b78e5)
  • Date: Sat, 29 Nov 2008 16:46:51 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 +++-
lua-forge/ldbi/BUILD | 1 +
lua-forge/ldbi/DEPENDS | 2 ++
lua-forge/ldbi/DETAILS | 13 +++++++++++++
lua-forge/ldbi/HISTORY | 2 ++
lua-forge/ldbi/INSTALL | 1 +
6 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit ccb3731cc5ad7d7b5c343f079860da83d95b78e5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ldbi: new spell, popular DBMS binder to Lua

diff --git a/ChangeLog b/ChangeLog
index 185e24a..7b57fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * lua-forge/ldbi: new spell, popular DBMS binder to Lua
+
2008-11-29 Treeve Jelbert <treeve AT sourcemage.org>
* graphics-libs/opencv: new spell, computer vision library

@@ -6876,4 +6879,3 @@
full use of xfree86-devel or xfree86-libs or xdirectfb spells to
provide x11-{libs,server}. THE CATCH IS YOU MUST USE DEVEL SORCERY
OR YOU WILL GET NOTHING BUT ERRORS DURING CAST.
-
diff --git a/lua-forge/ldbi/BUILD b/lua-forge/ldbi/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/lua-forge/ldbi/BUILD
@@ -0,0 +1 @@
+make
diff --git a/lua-forge/ldbi/DEPENDS b/lua-forge/ldbi/DEPENDS
new file mode 100755
index 0000000..cec5fec
--- /dev/null
+++ b/lua-forge/ldbi/DEPENDS
@@ -0,0 +1,2 @@
+depends lua &&
+depends postgresql
diff --git a/lua-forge/ldbi/DETAILS b/lua-forge/ldbi/DETAILS
new file mode 100755
index 0000000..c82b9b3
--- /dev/null
+++ b/lua-forge/ldbi/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ldbi
+ VERSION=0.1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://downloads.tuxfamily.org/oproj/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:8568870595a4650b56b6ae2bb807bd715a6a7ec37c9125effbfc4b5101ccaeb081f8adb5c9c8ae7ddb710d7c0ed208e7fb8f5f20fd34f00d0618a79cc9492e8d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://oproj.tuxfamily.org/wiki/doku.php?id=ldbi
+ LICENSE[0]=LGPL
+ ENTERED=20081130
+ SHORT="popular DBMS binder to Lua"
+cat << EOF
+ldbi binds popular DBMS to Lua. Currently supports only PostgreSQL.
+EOF
diff --git a/lua-forge/ldbi/HISTORY b/lua-forge/ldbi/HISTORY
new file mode 100644
index 0000000..af8d89e
--- /dev/null
+++ b/lua-forge/ldbi/HISTORY
@@ -0,0 +1,2 @@
+2008-11-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/lua-forge/ldbi/INSTALL b/lua-forge/ldbi/INSTALL
new file mode 100755
index 0000000..9cbacf0
--- /dev/null
+++ b/lua-forge/ldbi/INSTALL
@@ -0,0 +1 @@
+make DESTDIR="$INSTALL_ROOT" install-postgres



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccb3731cc5ad7d7b5c343f079860da83d95b78e5), Vlad Glagolev, 11/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page