Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (54c2dbdfc70b0a679cdc20680331dc9746c2430e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (54c2dbdfc70b0a679cdc20680331dc9746c2430e)
  • Date: Fri, 14 Aug 2009 20:18:16 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 1 +
libs/libxml2/DEPENDS | 6 +++++-
libs/libxml2/HISTORY | 3 +++
lua-forge/lrandom/DETAILS | 4 ++--
lua-forge/lrandom/HISTORY | 5 +++++
lua-forge/lrandom/PRE_BUILD | 4 ++--
lua-forge/lua-xmlreader/HISTORY | 3 +++
lua-forge/lua-xmlreader/PRE_BUILD | 3 +++
lua-forge/luainotify/BUILD | 2 ++
lua-forge/luainotify/DEPENDS | 1 +
lua-forge/luainotify/DETAILS | 14 ++++++++++++++
lua-forge/luainotify/HISTORY | 3 +++
lua-forge/luainotify/INSTALL | 2 ++
lua-forge/luapgsql/HISTORY | 3 +++
lua-forge/luapgsql/PRE_BUILD | 3 ++-
15 files changed, 51 insertions(+), 6 deletions(-)

New commits:
commit 54c2dbdfc70b0a679cdc20680331dc9746c2430e
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lua-xmlreader: added PRE_BUILD

commit c54a7da243b366a55d98b69cfcd3a017761e9f55
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lrandom: corrected license

commit 885fd27a1fd4f6a335a391ccdcb948f8981512f6
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lrandom: changed source hash, no idea what changed, unversioned tarball.
use sorcery's CFLAGS

commit 3a5f13cf2a5242d9e6ed9d2a0b058a361812daea
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lua-xmlreader: use sorcery's CFLAGS

commit 87d57729cbad4a36b1732912f31780057891632c
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libxml2: added optional_depends on zlib

commit cec91b4d00ad52944b0d77e505d28455fd73ab69
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

luapgsql: use sedit and sorcery's CFLAGS in PRE_BUILD

commit 283bf3a06b622b6243f1c1f46ee046552fd7abca
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

luainotify: new spell, lua inotify lib

diff --git a/ChangeLog b/ChangeLog
index e4729ed..67d1c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-08-14 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/obvious: awesome widgets
+ * lua-forge/luainotify: lua inotify lib

2009-08-13 Ladislav Hagara <hgr AT vabo.cz>
* audio-players/quodlibet: -> python-pypi/quodlibet
diff --git a/libs/libxml2/DEPENDS b/libs/libxml2/DEPENDS
index c1f26cf..4e702c5 100755
--- a/libs/libxml2/DEPENDS
+++ b/libs/libxml2/DEPENDS
@@ -1,4 +1,8 @@
+optional_depends zlib \
+ "--with-zlib=${INSTALL_ROOT}/lib" \
+ "--without-zlib" \
+ "to build with zlib support" &&
optional_depends python \
"--with-python" \
"--without-python" \
- "to build python bindings for libxml2"
+ "to build python bindings"
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 728aa83..dfeedb2 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,6 @@
+2009-08-15 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added zlib
+
2009-01-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.7.3

diff --git a/lua-forge/lrandom/DETAILS b/lua-forge/lrandom/DETAILS
index 21c5956..1d76ea9 100755
--- a/lua-forge/lrandom/DETAILS
+++ b/lua-forge/lrandom/DETAILS
@@ -3,10 +3,10 @@
PATCHLEVEL=1
SOURCE=$SPELL.tar.gz
SOURCE_URL[0]=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:42a4b4b29c1538293ffacfe24e56a1517ff8078b94e3490c43f64b60190f23a958c5654ebc29c4659a0b0ac05b694a1ddc7dfc0dc63370bca06188462f2d07da
+
SOURCE_HASH=sha512:8b0f8aaf9b42badf6f54916ceeaabc63a3fce3fa6c6c2fd53b87321c1a59ea7a31552f7e9c67bae54ba4416587a96433f52b270c68df973925cd632716655b1d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL#?}"
WEB_SITE=http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom
- LICENSE[0]=PD
+ LICENSE[0]=MIT
ENTERED=20081103
SHORT="Lua library for generating random numbers"
cat << EOF
diff --git a/lua-forge/lrandom/HISTORY b/lua-forge/lrandom/HISTORY
index a2a82ee..36e26f8 100644
--- a/lua-forge/lrandom/HISTORY
+++ b/lua-forge/lrandom/HISTORY
@@ -1,3 +1,8 @@
+2009-08-15 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: changed source hash, unversioned tarball
+ corrected license
+ * PRE_BUILD: use sorcery's CFLAGS
+
2008-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell (PATCHLEVEL=1)

diff --git a/lua-forge/lrandom/PRE_BUILD b/lua-forge/lrandom/PRE_BUILD
index d79253b..df0a126 100755
--- a/lua-forge/lrandom/PRE_BUILD
+++ b/lua-forge/lrandom/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-
-sed -i "s:/local::;s:#LUA:LUA:" Makefile
+sed -i "s:/local::;s:#LUA:LUA:" Makefile &&
+sedit "s:^CFLAGS=.*:CFLAGS= $CFLAGS \$(INCS) \$(LIBS):" Makefile
diff --git a/lua-forge/lua-xmlreader/HISTORY b/lua-forge/lua-xmlreader/HISTORY
index 95d72cf..38b3b08 100644
--- a/lua-forge/lua-xmlreader/HISTORY
+++ b/lua-forge/lua-xmlreader/HISTORY
@@ -1,2 +1,5 @@
+2009-08-15 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: added
+
2008-08-05 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/lua-forge/lua-xmlreader/PRE_BUILD
b/lua-forge/lua-xmlreader/PRE_BUILD
new file mode 100755
index 0000000..ccd39fd
--- /dev/null
+++ b/lua-forge/lua-xmlreader/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit "s:^CFLAGS=.*:CFLAGS= $CFLAGS \$(INCS):" Makefile
diff --git a/lua-forge/luainotify/BUILD b/lua-forge/luainotify/BUILD
new file mode 100755
index 0000000..9c92089
--- /dev/null
+++ b/lua-forge/luainotify/BUILD
@@ -0,0 +1,2 @@
+cd ${SOURCE_DIRECTORY} &&
+make
diff --git a/lua-forge/luainotify/DEPENDS b/lua-forge/luainotify/DEPENDS
new file mode 100755
index 0000000..e1859e5
--- /dev/null
+++ b/lua-forge/luainotify/DEPENDS
@@ -0,0 +1 @@
+depends lua
diff --git a/lua-forge/luainotify/DETAILS b/lua-forge/luainotify/DETAILS
new file mode 100755
index 0000000..a2ccc4f
--- /dev/null
+++ b/lua-forge/luainotify/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=luainotify
+ VERSION=20080327
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www3.telus.net/taj_khattra/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:446ddf9c6314bc914402b8f39103f03c7ce0f0a41f54976bbba5565b895ab956a912cccf482feccd27ce36f185131368f45ff0a67fbb7884da0b8cc27bb3298c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www3.telus.net/taj_khattra/luainotify.html";
+ LICENSE[0]=PD
+ ENTERED=20090815
+ DOCS="DOC INSTALL LICENSE README"
+ SHORT="inotify lua lib"
+cat << EOF
+a Lua interface to the Linux inotify subsystem
+EOF
diff --git a/lua-forge/luainotify/HISTORY b/lua-forge/luainotify/HISTORY
new file mode 100644
index 0000000..036721e
--- /dev/null
+++ b/lua-forge/luainotify/HISTORY
@@ -0,0 +1,3 @@
+2009-08-15 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/lua-forge/luainotify/INSTALL b/lua-forge/luainotify/INSTALL
new file mode 100755
index 0000000..9cb6069
--- /dev/null
+++ b/lua-forge/luainotify/INSTALL
@@ -0,0 +1,2 @@
+local LUA=$(installed_version lua) &&
+install -vm 755 inotify.so $INSTALL_ROOT/usr/lib/lua/${LUA%.?}
diff --git a/lua-forge/luapgsql/HISTORY b/lua-forge/luapgsql/HISTORY
index 46e67a5..f6f5127 100644
--- a/lua-forge/luapgsql/HISTORY
+++ b/lua-forge/luapgsql/HISTORY
@@ -1,2 +1,5 @@
+2009-09-15 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: use sedit and sorcery's CFLAGS
+
2008-08-23 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/lua-forge/luapgsql/PRE_BUILD b/lua-forge/luapgsql/PRE_BUILD
index 95bf8f6..38a6957 100755
--- a/lua-forge/luapgsql/PRE_BUILD
+++ b/lua-forge/luapgsql/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-sed -i "s:/local::g;s:/lua51::g" Makefile
+sedit "s:/local::g;s:/lua51::g" Makefile &&
+sedit "s:^CFLAGS=.*:CFLAGS= $CFLAGS:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (54c2dbdfc70b0a679cdc20680331dc9746c2430e), Arjan Bouter, 08/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page