Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (c959675d28053e3debf4ea9a47710c6d7820f2a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (c959675d28053e3debf4ea9a47710c6d7820f2a3)
  • Date: Sun, 10 Feb 2008 06:27:00 -0600

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

ChangeLog | 4 ++++
z-games/fretsonfire-bin/BUILD | 1 +
z-games/fretsonfire-bin/DEPENDS | 1 +
z-games/fretsonfire-bin/DETAILS | 27 +++++++++++++++++++++++++++
z-games/fretsonfire-bin/HISTORY | 3 +++
z-games/fretsonfire-bin/INSTALL | 7 +++++++
z-games/fretsonfire-bin/PREPARE | 1 +
z-games/fretsonfire-bin/fretsonfire | 4 ++++
8 files changed, 48 insertions(+)

New commits:
commit 7e59fd33d5feed4f09d356238db77ade9ac90657
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

z-games/fretsonfire-bin: new spell, a game of musical skill and fast
fingers

diff --git a/ChangeLog b/ChangeLog
index 6e3b013..33471ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-10 Alexander Tsamutali <astsmtl AT gmail.com>
+ * z-games/fretsonfire-bin: new spell, a game of musical skill and fast
+ fingers
+
2008-02-07 Alexander Tsamutali <astsmtl AT gmail.com>
* FUNCTIONS: added grimoire_parse_iw and grimoire_exists functions
from
games
diff --git a/z-games/fretsonfire-bin/BUILD b/z-games/fretsonfire-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-games/fretsonfire-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-games/fretsonfire-bin/DEPENDS b/z-games/fretsonfire-bin/DEPENDS
new file mode 100755
index 0000000..884b1c0
--- /dev/null
+++ b/z-games/fretsonfire-bin/DEPENDS
@@ -0,0 +1 @@
+depends OPENGL
diff --git a/z-games/fretsonfire-bin/DETAILS b/z-games/fretsonfire-bin/DETAILS
new file mode 100755
index 0000000..cfa0809
--- /dev/null
+++ b/z-games/fretsonfire-bin/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=fretsonfire-bin
+ VERSION=1.2.512
+ SOURCE=FretsOnFire-1.2.512-linux.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/FretsOnFire
+ SOURCE_URL[0]=$SOURCEFORGE_URL/fretsonfire/$SOURCE
+
SOURCE_HASH=sha512:5217c2122e5b9243ff3cbfd56536336c1d5b67ae92c16faf5602f89745d98226db4d3e461c8a4b3ac62014dc4bddfeb3db5dfeb1d0e3023dd044ef43e603da47
+ LICENSE[0]="GPL for everything, except songs and fonts"
+ WEB_SITE=http://fretsonfire.sourceforge.net/
+ ENTERED=20080210
+ ARCHIVE="off"
+ REJECT="binary distribution, non-free songs and fonts"
+ SHORT="a game of musical skill and fast fingers"
+cat << EOF
+Frets on Fire is a game of musical skill and fast fingers. The aim of the
game
+is to play guitar with the keyboard as accurately as possible.
+
+Features:
+
+ * Unique inverted keyboard gameplay style
+ * Support for guitar controllers and generic joysticks
+ * Includes a song editor for making your own tunes
+ * Compete with others on the World Charts
+ * Hundreds of songs composed by the community
+ * Supports importing Guitar Hero I and Guitar Hero II songs
+ * Multiplatform; runs on Windows, Linux, Mac OS X and FreeBSD
+ * Open source, full Python source code available
+EOF
diff --git a/z-games/fretsonfire-bin/HISTORY b/z-games/fretsonfire-bin/HISTORY
new file mode 100644
index 0000000..0e5081a
--- /dev/null
+++ b/z-games/fretsonfire-bin/HISTORY
@@ -0,0 +1,3 @@
+2008-02-10 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, PREPARE, BUILD, INSTALL, HISTORY, fretsonfire:
+ Created this spell
diff --git a/z-games/fretsonfire-bin/INSTALL b/z-games/fretsonfire-bin/INSTALL
new file mode 100755
index 0000000..02b166e
--- /dev/null
+++ b/z-games/fretsonfire-bin/INSTALL
@@ -0,0 +1,7 @@
+INSTALL_DIR=${INSTALL_ROOT}/opt/FretsOnFire &&
+mkdir $INSTALL_DIR &&
+cp -v ${SPELL_DIRECTORY}/fretsonfire ${INSTALL_ROOT}/usr/games &&
+cp -rv * $INSTALL_DIR &&
+cd $INSTALL_DIR &&
+find_and_scam &&
+chmod 750 FretsOnFire FretsOnFire.bin
diff --git a/z-games/fretsonfire-bin/PREPARE b/z-games/fretsonfire-bin/PREPARE
new file mode 100755
index 0000000..b8424fe
--- /dev/null
+++ b/z-games/fretsonfire-bin/PREPARE
@@ -0,0 +1 @@
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-games/fretsonfire-bin/fretsonfire
b/z-games/fretsonfire-bin/fretsonfire
new file mode 100755
index 0000000..04fd5d1
--- /dev/null
+++ b/z-games/fretsonfire-bin/fretsonfire
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /opt/FretsOnFire &&
+./FretsOnFire



  • [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (c959675d28053e3debf4ea9a47710c6d7820f2a3), Alexander Tsamutali, 02/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page