Skip to Content.
Sympa Menu

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

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 (8c798df7622f2b34bbe5f2aa8ae4a3ce75740cba)
  • Date: Tue, 5 Feb 2008 12:51:49 -0600

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

ChangeLog | 3 +++
devel/geanylua/BUILD | 5 +++++
devel/geanylua/DEPENDS | 2 ++
devel/geanylua/DETAILS | 19 +++++++++++++++++++
devel/geanylua/HISTORY | 2 ++
devel/geanylua/PRE_BUILD | 3 +++
devel/geanylua/geany-0.13.tar.bz2.sig |binary
devel/geanylua/geanylua-0.6.1.tar.gz.sig |binary
8 files changed, 34 insertions(+)

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

geanylua: new spell, Lua scripting plugin for the Geany IDE

diff --git a/ChangeLog b/ChangeLog
index 8eff061..8185f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * devel/geanylua: new spell, Lua scripting plugin for the Geany IDE
+
2008-02-04 Lubomir Blaha <tritol AT trilogic.cz>
* audio-plugins/xmms-a52dec: new spell, an A52/AC3 decoder plugin for
XMMS based on liba52
* audio-plugins/xmms-cueinfo: new spell, plugin for XMMS that adds
support for reading cue files
diff --git a/devel/geanylua/BUILD b/devel/geanylua/BUILD
new file mode 100755
index 0000000..a79b5aa
--- /dev/null
+++ b/devel/geanylua/BUILD
@@ -0,0 +1,5 @@
+OPTS="--with-geany-src=$SOURCE_DIRECTORY/geany-$VERSION2 \
+ --enable-sys-install \
+ $OPTS"
+
+default_build
diff --git a/devel/geanylua/DEPENDS b/devel/geanylua/DEPENDS
new file mode 100755
index 0000000..8366c24
--- /dev/null
+++ b/devel/geanylua/DEPENDS
@@ -0,0 +1,2 @@
+depends geany &&
+depends lua
diff --git a/devel/geanylua/DETAILS b/devel/geanylua/DETAILS
new file mode 100755
index 0000000..8f6d066
--- /dev/null
+++ b/devel/geanylua/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=geanylua
+ VERSION=0.6.1
+ VERSION2=0.13
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=geany-$VERSION2.tar.bz2
+ SOURCE_URL[0]=http://yetanothergeek.fileave.com/4HIi1sRnb/$SOURCE
+ SOURCE2_URL[0]=$SOURCEFORGE_URL/geany/$SOURCE2
+ SOURCE2_URL[1]=http://files.uvena.de/geany/$SOURCE2
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ SOURCE2_GPG=gurus.gpg:$SOURCE2.sig
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://yetanothergeek.justfree.com/geanylua/
+ LICENSE[0]=GPL
+ ENTERED=20080205
+ SHORT="Lua scripting plugin for the Geany IDE"
+cat << EOF
+A plugin for the Geany IDE to provide scripting capability using the Lua
+programming language.
+EOF
diff --git a/devel/geanylua/HISTORY b/devel/geanylua/HISTORY
new file mode 100644
index 0000000..2e589db
--- /dev/null
+++ b/devel/geanylua/HISTORY
@@ -0,0 +1,2 @@
+2008-02-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/devel/geanylua/PRE_BUILD b/devel/geanylua/PRE_BUILD
new file mode 100755
index 0000000..3a5c8da
--- /dev/null
+++ b/devel/geanylua/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unpack_file 2
diff --git a/devel/geanylua/geany-0.13.tar.bz2.sig
b/devel/geanylua/geany-0.13.tar.bz2.sig
new file mode 100644
index 0000000..bf37b1a
Binary files /dev/null and b/devel/geanylua/geany-0.13.tar.bz2.sig differ
diff --git a/devel/geanylua/geanylua-0.6.1.tar.gz.sig
b/devel/geanylua/geanylua-0.6.1.tar.gz.sig
new file mode 100644
index 0000000..424118b
Binary files /dev/null and b/devel/geanylua/geanylua-0.6.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c798df7622f2b34bbe5f2aa8ae4a3ce75740cba), Vlad Glagolev, 02/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page