[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (52f8a57bb2d19b9168ea9bd65c2b940039ba5768)

Vlad Glagolev scm at sourcemage.org
Fri Jun 13 08:46:33 EDT 2008


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

 ChangeLog             |    1 +
 net/xchat-lua/BUILD   |    1 +
 net/xchat-lua/DEPENDS |    2 ++
 net/xchat-lua/DETAILS |   13 +++++++++++++
 net/xchat-lua/HISTORY |    2 ++
 net/xchat-lua/INSTALL |    4 ++++
 6 files changed, 23 insertions(+)

New commits:
commit 52f8a57bb2d19b9168ea9bd65c2b940039ba5768
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    xchat-lua: new spell, X-Chat 2.x Lua-API

diff --git a/ChangeLog b/ChangeLog
index 4a165e1..e4a9e32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 
 2008-06-13 Vlad Glagolev <stealth at sourcemage.org>
 	* crypto/twofish-py: new spell, Python Twofish module
+	* net/xchat-lua: new spell, X-Chat 2.x Lua-API
 
 2008-06-11 Arjan Bouter <abouter at sourcemage.org>
 	* wm-addons/awesome-status: new spell, status info for awesome wm
diff --git a/net/xchat-lua/BUILD b/net/xchat-lua/BUILD
new file mode 100755
index 0000000..5bdc9d7
--- /dev/null
+++ b/net/xchat-lua/BUILD
@@ -0,0 +1 @@
+gcc lua.c $CFLAGS -Wl,--export-dynamic -Wall -shared -fPIC -llua -g -o lua.so
diff --git a/net/xchat-lua/DEPENDS b/net/xchat-lua/DEPENDS
new file mode 100755
index 0000000..938173c
--- /dev/null
+++ b/net/xchat-lua/DEPENDS
@@ -0,0 +1,2 @@
+depends xchat &&
+depends lua
diff --git a/net/xchat-lua/DETAILS b/net/xchat-lua/DETAILS
new file mode 100755
index 0000000..81e758a
--- /dev/null
+++ b/net/xchat-lua/DETAILS
@@ -0,0 +1,13 @@
+           SPELL=xchat-lua
+         VERSION=0.7.1
+          SOURCE=lua-plugin-$VERSION.tar.gz
+   SOURCE_URL[0]=http://ankh-morp.org/~vetinari/xchat/$SOURCE
+     SOURCE_HASH=sha512:f10d9bd1fc63711d620ffac7025f1c710b892d558c8ce1e9e20d126e9b010a5964a9c22a4679c72f6b52964087d20855110d3dcef45560a45afb4dd378fc81b8
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/lua-plugin-$VERSION
+        WEB_SITE=http://ankh-morp.org/~vetinari/projects/xchat-lua/
+      LICENSE[0]=GPL
+         ENTERED=20080613
+           SHORT="X-Chat 2.x Lua-API"
+cat << EOF
+XChat-Lua is a simple plugin allowing to run lua scripts in XChat.
+EOF
diff --git a/net/xchat-lua/HISTORY b/net/xchat-lua/HISTORY
new file mode 100644
index 0000000..31fdac3
--- /dev/null
+++ b/net/xchat-lua/HISTORY
@@ -0,0 +1,2 @@
+2008-06-13 Vlad Glagolev <stealth at sourcemage.org>
+	* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/net/xchat-lua/INSTALL b/net/xchat-lua/INSTALL
new file mode 100755
index 0000000..a8bdb0e
--- /dev/null
+++ b/net/xchat-lua/INSTALL
@@ -0,0 +1,4 @@
+install -vm 755 lua.so $INSTALL_ROOT/usr/lib/xchat/plugins &&
+
+install -vm 755 -d $INSTALL_ROOT/usr/share/$SPELL/examples &&
+install -vm 644 *.lua $INSTALL_ROOT/usr/share/$SPELL/examples



More information about the SM-Commit mailing list