Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (6f724c601114f64b218fe654bee394ac5c5b55aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (6f724c601114f64b218fe654bee394ac5c5b55aa)
  • Date: Fri, 28 Aug 2009 12:39:57 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 1 +
lua-forge/lualogging/BUILD | 1 +
lua-forge/lualogging/DEPENDS | 3 +++
lua-forge/lualogging/DETAILS | 15 +++++++++++++++
lua-forge/lualogging/HISTORY | 3 +++
lua-forge/lualogging/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit 6f724c601114f64b218fe654bee394ac5c5b55aa
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

lua-forge/lualogging: new spell, LUA API to use logging features

diff --git a/ChangeLog b/ChangeLog
index ccac351..2ea2cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
* lua-forge/luadoc: new spell, documentation generator for LUA
+ * lua-forge/lualogging: new spell, LUA API to use logging features

2009-08-28 Ladislav Hagara <hgr AT vabo.cz>
* gnome2-apps/balsa2: removed deprecated spell (renamed to balsa)
diff --git a/lua-forge/lualogging/BUILD b/lua-forge/lualogging/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/lua-forge/lualogging/BUILD
@@ -0,0 +1 @@
+true
diff --git a/lua-forge/lualogging/DEPENDS b/lua-forge/lualogging/DEPENDS
new file mode 100755
index 0000000..18180dc
--- /dev/null
+++ b/lua-forge/lualogging/DEPENDS
@@ -0,0 +1,3 @@
+depends lua &&
+optional_depends luasocket "" "" \
+ "for Socket and Email appenders"
diff --git a/lua-forge/lualogging/DETAILS b/lua-forge/lualogging/DETAILS
new file mode 100755
index 0000000..9df4c89
--- /dev/null
+++ b/lua-forge/lualogging/DETAILS
@@ -0,0 +1,15 @@
+ SPELL="lualogging"
+ VERSION="1.1.4"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ SOURCE_URL[0]="http://luaforge.net/frs/download.php/2693/${SOURCE}";
+
SOURCE_HASH="sha512:c3ceede16045dbbd934f88a393ed4e2cfe2e183b4cfdc2bc75a1308bbe934906d15c51f391a04ef5781d5e535b6c9189c229dea9e495617afc87a77414105794"
+ WEB_SITE="http://www.keplerproject.org/lualogging/";
+ ENTERED="20090828"
+ LICENSE[0]="MIT"
+ SHORT="simple API to use logging features in Lua"
+cat << EOF
+LuaLogging provides a simple API to use logging features in Lua. Its design
was
+based on log4j. LuaLogging currently supports, through the use of appenders,
+console, file, email, socket and sql outputs.
+EOF
diff --git a/lua-forge/lualogging/HISTORY b/lua-forge/lualogging/HISTORY
new file mode 100644
index 0000000..ed9b8fe
--- /dev/null
+++ b/lua-forge/lualogging/HISTORY
@@ -0,0 +1,3 @@
+2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL, HISTORY:
+ spell created
diff --git a/lua-forge/lualogging/INSTALL b/lua-forge/lualogging/INSTALL
new file mode 100755
index 0000000..4ea7f26
--- /dev/null
+++ b/lua-forge/lualogging/INSTALL
@@ -0,0 +1 @@
+make install PREFIX="${INSTALL_ROOT}/usr"



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (6f724c601114f64b218fe654bee394ac5c5b55aa), Quentin Rameau, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page