Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e9228be52982b07b60cd1c7590a20881966be379)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e9228be52982b07b60cd1c7590a20881966be379)
  • Date: Sun, 10 Dec 2006 17:41:20 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +
devel/lua/CONFLICTS | 1
devel/lua/HISTORY | 3 +
devel/lua4/CONFLICTS | 1
devel/lua4/HISTORY | 3 +
devel/lua50/CONFLICTS | 2 +
devel/lua50/DEPENDS | 2 +
devel/lua50/DETAILS | 24 +++++++++++++++
devel/lua50/HISTORY | 77
++++++++++++++++++++++++++++++++++++++++++++++++++
devel/lua50/PRE_BUILD | 10 ++++++
10 files changed, 126 insertions(+)

New commits:
commit 5166d8da0d3be5c60956d5857f9b5a22cf77079b
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lua50: minor fix

commit 8f013c031ea3b23cb25796847b9b8c749da67542
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lua4: forked off lua added conflicts

commit 708fae5f14013ce5a94fa91e2741ee0c6219bcb3
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lua: forked off lua added conflicts

commit a17c98841cca4d73847c1f441b1eba44d88cea20
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lua50: forked off lua

diff --git a/ChangeLog b/ChangeLog
index 8fb74f5..81c2d1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-12-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * devel/lua50: forked off from lua
+
2006-12-07 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* shell-term-fm/drawterm: new spell

diff --git a/devel/lua/CONFLICTS b/devel/lua/CONFLICTS
index 5d0c87d..074ad13 100755
--- a/devel/lua/CONFLICTS
+++ b/devel/lua/CONFLICTS
@@ -1 +1,2 @@
conflicts lua4
+conflicts lua50
diff --git a/devel/lua/HISTORY b/devel/lua/HISTORY
index 7c5dfe1..670f012 100644
--- a/devel/lua/HISTORY
+++ b/devel/lua/HISTORY
@@ -1,3 +1,6 @@
+2006-12-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFLICTS: added lua50
+
2006-09-28 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: patchelevl++
* DEPENDS: addded ncurses and readline
diff --git a/devel/lua4/CONFLICTS b/devel/lua4/CONFLICTS
index b9e774c..cc21520 100755
--- a/devel/lua4/CONFLICTS
+++ b/devel/lua4/CONFLICTS
@@ -1 +1,2 @@
conflicts lua
+conflicts lua50
diff --git a/devel/lua4/HISTORY b/devel/lua4/HISTORY
index b255f09..a28dca4 100644
--- a/devel/lua4/HISTORY
+++ b/devel/lua4/HISTORY
@@ -1,3 +1,6 @@
+2006-12-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFLICTS: added lua50
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/lua50/CONFLICTS b/devel/lua50/CONFLICTS
new file mode 100755
index 0000000..42d4e9e
--- /dev/null
+++ b/devel/lua50/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts lua4
+conflicts lua
diff --git a/devel/lua50/DEPENDS b/devel/lua50/DEPENDS
new file mode 100755
index 0000000..71adc1a
--- /dev/null
+++ b/devel/lua50/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses &&
+depends readline
diff --git a/devel/lua50/DETAILS b/devel/lua50/DETAILS
new file mode 100755
index 0000000..1c9b3c4
--- /dev/null
+++ b/devel/lua50/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=lua50
+ PKG=lua
+ VERSION=5.0
+ SOURCE=$PKG-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$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:1594370b5c0aca596437d80f34093e9617679525ac38d7e6e6e3928dd5bfc6694ff8362ec5813a0c871971cac95d609ea10e02630ce978ea08b8f0c20a3a6bea
+ WEB_SITE=http://www.lua.org/
+ ENTERED=20020309
+ LICENSE[0]=MIT
+ KEYWORDS="devel"
+ SHORT="Light-weight programming 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
+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.
+EOF
+
diff --git a/devel/lua50/HISTORY b/devel/lua50/HISTORY
new file mode 100644
index 0000000..d23e4ec
--- /dev/null
+++ b/devel/lua50/HISTORY
@@ -0,0 +1,77 @@
+2006-12-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: branched off from lua
+ * PRE_BUILD: minor fixes, minor fix
+ * BUILD: removed
+ * INSTALL: removed
+ * lua-5.1-dynlib.patch: removed
+ * CONFLICTS: added lua
+
+2006-09-28 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: patchelevl++
+ * DEPENDS: addded ncurses and readline
+ * INSTALL: install the .so
+ * PRE_BUILD: apply lua-5.1-dynlib.patch to build .so
+ proper MANDIRs, proper CFLAGS
+ * lua-5.1-dynlib.patch: addde to generate .so from
+
http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/lua/lua-5.1-dynlib.patch?view=markup
+ * BUILD: cleanup
+
+2006-09-23 Anton Brondz <dinolinux AT sourcemage.org>
+ * DETAILS: updated to 5.1.1
+
+2006-09-23 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PRE_BUILD: Added, fixes invalid prefix in etc/lua.pc.
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: Changed install to cp.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ PATCHLEVEL).
+
+2006-07-01 Arjan Bouter <abouter AT sourcemage.org>
+ * INSTALL: added install of lua.pc
+
+2006-05-20 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 5.1
+ * BUILD, INSTALL: so targets don't exist anymore
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-10-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS, BUILD: Updated to BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+
+2005-05-10 Eric Sandall <eric AT sandall.us>
+ * CONFLICTS: Typo'd lua instead of lua4
+
+2004-04-10 Eric Sandall <eric AT sandall.us>
+ * CONFLICTS: Added conflicts with lua4
+
+2004-03-24 Robert Helgesson <rycee AT home.se>
+ * BUILD: Cleanup. Actually install stuff *other* than the libraries as
+ well. Also added support for dynamic library loading.
+ * DETAILS: Updated to version 5.0.2. Added / at the end of WEB_SITE.
+
+2004-03-08 Eric Sandall <eric AT sandall.us>
+ * BUILD: Install shared libraries (Bug #6315)
+ * DETAILS: Updated UPDATED
+ Removed MAINTAINER
+ * HISTORY: Formatted to Guru Handbook
+
+2003-04-15 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: set VERSION to 5.0; set LICENSE to MIT.
+
+2002-10-03 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: add LICENSE and MD5 fields.
+
+2002-07-09 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: set version to 4.0.1; set SOURCE_DIRECTORY
+ to $BUILD_DIRECTORY/$SPELL-$VERSION.
+
diff --git a/devel/lua50/PRE_BUILD b/devel/lua50/PRE_BUILD
new file mode 100755
index 0000000..abfd734
--- /dev/null
+++ b/devel/lua50/PRE_BUILD
@@ -0,0 +1,10 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sedit "s:^INSTALL_ROOT=.*:INSTALL_ROOT=$INSTALL_ROOT/usr:" \
+ config &&
+sedit "s:^INSTALL_MAN=.*:INSTALL_MAN=$INSTALL_ROOT/usr/share/man/man1:" \
+ config &&
+sedit "s:^MYCFLAGS=.*:MYCFLAGS=${CFLAGS}:" \
+ config
+



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e9228be52982b07b60cd1c7590a20881966be379), Andra?? Levstik, 12/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page