[SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (5f814468e6f2ce4a7a5ef4379251714e0b79f0dc)

Alexander Tsamutali scm at sourcemage.org
Sun Feb 3 09:35:51 EST 2008


GIT changes to master z-rejected grimoire by Alexander Tsamutali <astsmtl at gmail.com>:

 ChangeLog                 |    1 +
 z-games/nerogame/BUILD    |    1 +
 z-games/nerogame/DEPENDS  |    1 +
 z-games/nerogame/DETAILS  |   24 ++++++++++++++++++++++++
 z-games/nerogame/HISTORY  |    3 +++
 z-games/nerogame/INSTALL  |    7 +++++++
 z-games/nerogame/PREPARE  |    1 +
 z-games/nerogame/nerogame |    4 ++++
 8 files changed, 42 insertions(+)

New commits:
commit 5f814468e6f2ce4a7a5ef4379251714e0b79f0dc
Author: Alexander Tsamutali <astsmtl at gmail.com>
Commit: Alexander Tsamutali <astsmtl at gmail.com>

    z-games/nerogame: new spell, Neuro-Evolving Robotic Operatives

diff --git a/ChangeLog b/ChangeLog
index b1606dd..1f07c38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	  default_games_post_install from games grimoire
 	* z-games/FUNCTIONS: default_post_install is now
 	  default_games_post_install
+	* z-games/nerogame: new spell, Neuro-Evolving Robotic Operatives
 
 2008-01-31 Eric Sandall <sandalle at sourcemage.org>
 	* z-http/wine-gecko: Added WINE MSHTML Gecko code
diff --git a/z-games/nerogame/BUILD b/z-games/nerogame/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-games/nerogame/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-games/nerogame/DEPENDS b/z-games/nerogame/DEPENDS
new file mode 100755
index 0000000..884b1c0
--- /dev/null
+++ b/z-games/nerogame/DEPENDS
@@ -0,0 +1 @@
+depends OPENGL
diff --git a/z-games/nerogame/DETAILS b/z-games/nerogame/DETAILS
new file mode 100755
index 0000000..b1fcb1f
--- /dev/null
+++ b/z-games/nerogame/DETAILS
@@ -0,0 +1,24 @@
+           SPELL=nerogame
+         VERSION=2.0
+          SOURCE=nero2_linux_i386.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/nero2_linux_i386
+   SOURCE_URL[0]=http://z.cs.utexas.edu/users/nn/nero/downloads/${SOURCE}
+     SOURCE_HASH=sha512:00954171d3dffcb9b42207eacbc648d078c91d37317ee99a93bf26ef90c2c847d63dce7ba0098cde6a23c2bf28903a26ed5fa7edf76ce44c9aa3550274c21b0b
+      LICENSE[0]=UNKNOWN
+        WEB_SITE=http://www.nerogame.org
+         ENTERED=20080203
+         ARCHIVE="off"
+          REJECT="binary distribution, non-free content"
+           SHORT="Neuro-Evolving Robotic Operatives"
+cat << EOF
+Neuro-Evolving Robotic Operatives, or NERO for short, is a unique computer
+game that lets you play with adapting intelligent agents hands-on. Evolve
+your own robot army by tuning their artificial brains for challenging tasks,
+then pit them against your friends' teams in online competitions!
+
+NERO is a result of an academic research project in artificial intelligence,
+based on the rtNEAT algorithm. It is also a platform for future research on
+intelligent agent technology. The NERO project is run by the Neural Networks
+Group of the Department of Computer Sciences at the University of Texas at
+Austin.
+EOF
diff --git a/z-games/nerogame/HISTORY b/z-games/nerogame/HISTORY
new file mode 100644
index 0000000..41d1afd
--- /dev/null
+++ b/z-games/nerogame/HISTORY
@@ -0,0 +1,3 @@
+2008-02-03 Alexander Tsamutali <astsmtl at gmail.com>
+	* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY, nerogame:
+	  Created this spell
diff --git a/z-games/nerogame/INSTALL b/z-games/nerogame/INSTALL
new file mode 100755
index 0000000..ada4891
--- /dev/null
+++ b/z-games/nerogame/INSTALL
@@ -0,0 +1,7 @@
+INSTALL_DIR=${INSTALL_ROOT}/opt/nerogame &&
+mkdir $INSTALL_DIR &&
+cp -v ${SPELL_DIRECTORY}/nerogame ${INSTALL_ROOT}/usr/games &&
+cp -rv * $INSTALL_DIR &&
+cd $INSTALL_DIR &&
+find_and_scam &&
+chmod 750 nero.bin
diff --git a/z-games/nerogame/PREPARE b/z-games/nerogame/PREPARE
new file mode 100755
index 0000000..b8424fe
--- /dev/null
+++ b/z-games/nerogame/PREPARE
@@ -0,0 +1 @@
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-games/nerogame/nerogame b/z-games/nerogame/nerogame
new file mode 100755
index 0000000..bf59f50
--- /dev/null
+++ b/z-games/nerogame/nerogame
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /opt/nerogame
+./nero.bin $@



More information about the SM-Commit mailing list