Skip to Content.
Sympa Menu

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

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 (9510be646c79d73791f1908767154525a166a992)
  • Date: Sun, 27 Jan 2008 12:07:14 -0600

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

ChangeLog | 4 ++++
lua-forge/lrexlib/BUILD | 3 +++
lua-forge/lrexlib/DEPENDS | 2 ++
lua-forge/lrexlib/DETAILS | 14 ++++++++++++++
lua-forge/lrexlib/HISTORY | 2 ++
lua-forge/lrexlib/INSTALL | 1 +
6 files changed, 26 insertions(+)

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

lrexlib: new spell, Lua binding of POSIX and PCRE regular expression
libraries

diff --git a/ChangeLog b/ChangeLog
index 8d7efae..53d0485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * lua-forge/lrexlib: new spell, Lua binding of POSIX and PCRE
+ regular expression libraries
+
2008-01-26 George Sherwood <george AT beernabeer.com>
* util/ndesk-dbus: new spell, required for beagle
* util/ndeks-dbus-glib: new spell, required for beagle
diff --git a/lua-forge/lrexlib/BUILD b/lua-forge/lrexlib/BUILD
new file mode 100755
index 0000000..299acf1
--- /dev/null
+++ b/lua-forge/lrexlib/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+make &&
+make_normal
diff --git a/lua-forge/lrexlib/DEPENDS b/lua-forge/lrexlib/DEPENDS
new file mode 100755
index 0000000..06fa17f
--- /dev/null
+++ b/lua-forge/lrexlib/DEPENDS
@@ -0,0 +1,2 @@
+depends lua &&
+depends pcre
diff --git a/lua-forge/lrexlib/DETAILS b/lua-forge/lrexlib/DETAILS
new file mode 100755
index 0000000..92d25e8
--- /dev/null
+++ b/lua-forge/lrexlib/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lrexlib
+ VERSION=2.2.2
+ SOURCE=$SPELL-$VERSION.zip
+ SOURCE_URL[0]=http://luaforge.net/frs/download.php/3018/$SOURCE
+
SOURCE_HASH=sha512:91c190f11d529478793f966862df39bdc80facdf589787dd0ee0e75f68c3c81f455bce689d82eece5aff157cf9b604476f577196aa7babcd10ff1af7587ba711
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://lrexlib.luaforge.net/
+ LICENSE[0]=MIT
+ ENTERED=20080127
+ SHORT="regular expression library for Lua"
+cat << EOF
+Lrexlib provides bindings of the two principal regular
+expression library interfaces (POSIX and PCRE) to Lua.
+EOF
diff --git a/lua-forge/lrexlib/HISTORY b/lua-forge/lrexlib/HISTORY
new file mode 100644
index 0000000..f93b2d7
--- /dev/null
+++ b/lua-forge/lrexlib/HISTORY
@@ -0,0 +1,2 @@
+2008-01-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
diff --git a/lua-forge/lrexlib/INSTALL b/lua-forge/lrexlib/INSTALL
new file mode 100755
index 0000000..22ab4d4
--- /dev/null
+++ b/lua-forge/lrexlib/INSTALL
@@ -0,0 +1 @@
+install -m 755 src/*.so* $INSTALL_ROOT/usr/lib/lua/5.1




Archive powered by MHonArc 2.6.24.

Top of Page