Skip to Content.
Sympa Menu

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

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 (a6af267ebf23c50bd69c6d7dbf9ee717f5bdc584)
  • Date: Sat, 26 Jan 2008 17:55:39 -0600

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

lua-forge/lua/DEPENDS | 2 +-
lua-forge/lua/DETAILS | 20 ++++++++++----------
lua-forge/lua/HISTORY | 5 +++++
3 files changed, 16 insertions(+), 11 deletions(-)

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

lua: => 5.1.3, fixed long/short desc, added `&&' to DEPENDS

diff --git a/lua-forge/lua/DEPENDS b/lua-forge/lua/DEPENDS
index 62cffdf..97a76ba 100755
--- a/lua-forge/lua/DEPENDS
+++ b/lua-forge/lua/DEPENDS
@@ -1,2 +1,2 @@
-depends ncurses
+depends ncurses &&
depends readline
diff --git a/lua-forge/lua/DETAILS b/lua-forge/lua/DETAILS
index 0a9cfb4..ad71ead 100755
--- a/lua-forge/lua/DETAILS
+++ b/lua-forge/lua/DETAILS
@@ -1,23 +1,23 @@
SPELL=lua
- VERSION=5.1.2
+ VERSION=5.1.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.lua.org/ftp/$SOURCE
SOURCE_URL[1]=ftp://ftp.tecgraf.puc-rio.br/pub/lua/$SOURCE
-
SOURCE_HASH=sha512:0366e22dc652ee6159f18634719e7362b0d9fa2142ead0f801a973ba1fa0981c3f9e1581b31ba7e7e71fcd7ced0a3529e960b9db17f9d70598e73734dc0a4023
+
SOURCE_HASH=sha512:94f8fc748f8cdf966a9f2f6cc0fe4b7dca1f07164849c799c8840fe45bd8a63d9e06b34742cd963b7df0e6c5e76f095a55c85d31360cd24eead36dffd8c552d2
WEB_SITE=http://www.lua.org/
ENTERED=20020309
- PATCHLEVEL=3
LICENSE[0]=MIT
KEYWORDS="devel"
- SHORT="Light-weight programming language"
+ SHORT="powerful, fast, light-weight, embeddable scripting
language"
cat << EOF
-Lua is a powerful light-weight programming language designed for extending
-applications. Lua is also frequently used as a general-purpose, stand-alone
+Lua is a powerful light-weight programming language designed for extending
+applications. Lua is also frequently used as a general-purpose, stand-alone
language.

-Lua combines simple procedural syntax with powerful data description
constructs
-based on associative arrays and extensible semantics. Lua is dynamically
typed,
-interpreted from bytecodes, and has automatic memory management with garbage
-collection, making it ideal for configuration, scripting, and rapid
prototyping.
+Lua combines simple procedural syntax with powerful data description
+constructs based on associative arrays and extensible semantics. Lua is
+dynamically typed, interpreted from bytecodes, and has automatic memory
+management with garbage collection, making it ideal for configuration,
+scripting, and rapid prototyping.
EOF
diff --git a/lua-forge/lua/HISTORY b/lua-forge/lua/HISTORY
index a6d0780..5860065 100644
--- a/lua-forge/lua/HISTORY
+++ b/lua-forge/lua/HISTORY
@@ -1,3 +1,8 @@
+2008-01-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.1.3, fixed short desc,
+ fixed long description wrap
+ * DEPENDS: added `&&'
+
2008-01-10 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS: cleaned up
* INSTALL: removed the dirty hacks



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a6af267ebf23c50bd69c6d7dbf9ee717f5bdc584), Vlad Glagolev, 01/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page