Skip to Content.
Sympa Menu

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

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 (9c83051cf4c3de0b5199c0290ecf80bbb8fd0d52)
  • Date: Mon, 3 Mar 2008 05:23:52 -0600

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

ChangeLog | 1 +
z-games/osp/BUILD | 1 +
z-games/osp/DEPENDS | 1 +
z-games/osp/DETAILS | 19 +++++++++++++++++++
z-games/osp/HISTORY | 3 +++
z-games/osp/INSTALL | 5 +++++
z-games/osp/PREPARE | 1 +
z-games/osp/PRE_BUILD | 4 ++++
8 files changed, 35 insertions(+)

New commits:
commit 9c83051cf4c3de0b5199c0290ecf80bbb8fd0d52
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

z-games/osp: new spell, a free modification for Quake III Arena

diff --git a/ChangeLog b/ChangeLog
index bc6a1d8..f3b358f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-03-03 Alexander Tsamutali <astsmtl AT gmail.com>
* z-games/cpma: new spell, a free modification for Quake III Arena
+ * z-games/osp: new spell, a free modification for Quake III Arena

2008-03-02 Alexander Tsamutali <astsmtl AT gmail.com>
* z-games/teewars-bin: new spell, a fast-paced sidescrolling
diff --git a/z-games/osp/BUILD b/z-games/osp/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-games/osp/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-games/osp/DEPENDS b/z-games/osp/DEPENDS
new file mode 100755
index 0000000..83975ab
--- /dev/null
+++ b/z-games/osp/DEPENDS
@@ -0,0 +1 @@
+depends ioquake3-bin
diff --git a/z-games/osp/DETAILS b/z-games/osp/DETAILS
new file mode 100755
index 0000000..4349fd4
--- /dev/null
+++ b/z-games/osp/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=osp
+ VERSION=1.03a
+ SOURCE=${SPELL}-Quake3-${VERSION}_full.zip
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://www.sunflow.com/orangesmoothie/downloads/$SOURCE
+
SOURCE_HASH=sha512:9a9bc76ca2e582432e0f8ff6a3fe0bd2e0b0767a1f52bdea8debc7bc9053dc78951335da085b88e0f3690f1f7fda25a628cff9bace7f683f543c5eff90307e19
+ LICENSE[0]="UNKNOWN"
+ WEB_SITE=http://www.orangesmoothie.org/tourneyQ3A/
+ ENTERED=20080303
+ ARCHIVE="off"
+ REJECT="unknown license"
+ STAGED_INSTALL="off"
+ SHORT="a free modification for Quake III Arena"
+cat << EOF
+OSP Tourney Q3A is designed to facilitate competitive, yet flexible, match
play.
+This mod simply makes it easier and more convenient for players and admins
alike
+to ehance the Quake 3 experience. There have been absolutely *NO* changes to
the
+core gameplay or its dynamics -- its all default Quake 3 in this regard.
+EOF
diff --git a/z-games/osp/HISTORY b/z-games/osp/HISTORY
new file mode 100644
index 0000000..863a54a
--- /dev/null
+++ b/z-games/osp/HISTORY
@@ -0,0 +1,3 @@
+2008-03-03 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, PREPARE, PRE_BUILD, BUILD, INSTALL, HISTORY:
+ Created this spell
diff --git a/z-games/osp/INSTALL b/z-games/osp/INSTALL
new file mode 100755
index 0000000..0447d9d
--- /dev/null
+++ b/z-games/osp/INSTALL
@@ -0,0 +1,5 @@
+INSTALL_DIR=${INSTALL_ROOT}/opt/ioquake3/osp &&
+mkdir $INSTALL_DIR &&
+cp -rv * $INSTALL_DIR &&
+cd $INSTALL_DIR &&
+find_and_scam
diff --git a/z-games/osp/PREPARE b/z-games/osp/PREPARE
new file mode 100755
index 0000000..b8424fe
--- /dev/null
+++ b/z-games/osp/PREPARE
@@ -0,0 +1 @@
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-games/osp/PRE_BUILD b/z-games/osp/PRE_BUILD
new file mode 100755
index 0000000..1c3eca6
--- /dev/null
+++ b/z-games/osp/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+rm *.exe &&
+rm -r voodoo VoodooStats-ReadME.txt




Archive powered by MHonArc 2.6.24.

Top of Page