Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (19489ef62240cbaaf6fb30f47a2df3317cb2fac5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (19489ef62240cbaaf6fb30f47a2df3317cb2fac5)
  • Date: Mon, 26 Apr 2010 15:12:21 -0500

GIT changes to master games grimoire by Bor Kraljič <pyrobor AT ver.si>:

games-emulators/frotz/DETAILS | 2 +-
games-emulators/frotz/HISTORY | 3 +++
games-puzzles/trimines/DETAILS | 4 ++--
games-puzzles/trimines/HISTORY | 3 +++
games-simulation/vegastrike/DEPENDS | 2 +-
games-simulation/vegastrike/HISTORY | 3 +++
games-strategy-rts/singularity/DETAILS | 12 ++++++------
games-strategy-rts/singularity/HISTORY | 4 ++++
8 files changed, 23 insertions(+), 10 deletions(-)

New commits:
commit 19489ef62240cbaaf6fb30f47a2df3317cb2fac5
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

vegastrike: use OPENAL

commit 92426bf94d089623464ecb5330de41230a7c212f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

singularity: => 0.30a & minor spell fixes

commit 36d4baf02424ede41a8f2252847fdc11f5994a62
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

trimines: => 1.3.0

commit 258cfc3bc59991f669e72fdba6b7735d95f3a2d4
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

frotz: fixed SOURCE_URL[0]

diff --git a/games-emulators/frotz/DETAILS b/games-emulators/frotz/DETAILS
index 9095fed..32eeee7 100755
--- a/games-emulators/frotz/DETAILS
+++ b/games-emulators/frotz/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.43
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/${SOURCE}
+
SOURCE_URL[0]=http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${SOURCE}
WEB_SITE=http://www.cs.csubak.edu/~dgriffi/proj/frotz/
ENTERED=20021031
UPDATED=20021031
diff --git a/games-emulators/frotz/HISTORY b/games-emulators/frotz/HISTORY
index 2e386f7..78ed85b 100644
--- a/games-emulators/frotz/HISTORY
+++ b/games-emulators/frotz/HISTORY
@@ -1,3 +1,6 @@
+2010-04-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL[0]
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-puzzles/trimines/DETAILS b/games-puzzles/trimines/DETAILS
index d659c9f..1a1b53e 100755
--- a/games-puzzles/trimines/DETAILS
+++ b/games-puzzles/trimines/DETAILS
@@ -1,10 +1,10 @@
SPELL=trimines
- VERSION=1.2.1
+ VERSION=1.3.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.freewebs.com/trimines/$SOURCE
WEB_SITE=http://www.freewebs.com/trimines/
-
SOURCE_HASH[0]=sha512:b13c3f161ee1ad932bc6ccfb88816497cc629dc66cefa1653c8bec3fab58377fe85435f1fada5fc74f1b6e66c75c22297a86dd14d05aba5c1dcc0f228b6a76b1
+
SOURCE_HASH=sha512:9a9c5e741460eff29a024aab85ee00d7ccc6111460dab50a8036c638afb9185fb6ffa728914bda7963a80b9b70c7a5f4a1125e08ddf4d90e220d9cfe6683548e
ENTERED=20060429
LICENSE[0]=GPL
BUILD_API=1
diff --git a/games-puzzles/trimines/HISTORY b/games-puzzles/trimines/HISTORY
index 46e6473..d3e7b5a 100644
--- a/games-puzzles/trimines/HISTORY
+++ b/games-puzzles/trimines/HISTORY
@@ -1,3 +1,6 @@
+2010-04-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.3.0
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/games-simulation/vegastrike/DEPENDS
b/games-simulation/vegastrike/DEPENDS
index bd11139..ad1aa5e 100755
--- a/games-simulation/vegastrike/DEPENDS
+++ b/games-simulation/vegastrike/DEPENDS
@@ -13,7 +13,7 @@ depends sdl &&
depends libpng &&
depends jpeg &&
depends perl &&
-depends openal &&
+depends OPENAL &&
#--with-boost-system makes it fail here
#depends -sub PYTHON boost "--with-boost=system" &&
depends -sub PYTHON boost "" &&
diff --git a/games-simulation/vegastrike/HISTORY
b/games-simulation/vegastrike/HISTORY
index 19f209f..f93797b 100644
--- a/games-simulation/vegastrike/HISTORY
+++ b/games-simulation/vegastrike/HISTORY
@@ -1,3 +1,6 @@
+2010-04-26 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: changed to use OPENAL
+
2008-09-03 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, FINAL, INSTALL, PRE_BUILD,
vsinstall: update to 0.5.0 (devel disabled atm)
diff --git a/games-strategy-rts/singularity/DETAILS
b/games-strategy-rts/singularity/DETAILS
index 2faeeac..7c1eb67 100755
--- a/games-strategy-rts/singularity/DETAILS
+++ b/games-strategy-rts/singularity/DETAILS
@@ -1,11 +1,11 @@
SPELL=singularity
- VERSION=0.26a
- SOURCE=${SPELL}_${VERSION}.tar.gz
+ VERSION=0.30a
+ SOURCE=${SPELL}-${VERSION}-src.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://www.emhsoft.net/${SPELL}/${SOURCE}
- SOURCE_URL[1]=http://endgame-singularity.googlecode.com/files/${SOURCE}
-
SOURCE_HASH=sha512:e86acf99027a9bfaf8b838ae6ad442ac703470b09cafd08d9d88ef8b3e384ddd7bb6778e8a16e3f65f594afd073ce8d1c1198c0c64ca60d79e96ee8f23662d1b
- WEB_SITE=http://www.emhsoft.net/singularity/
+# SOURCE_URL[0]=http://www.emhsoft.net/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://endgame-singularity.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:3cc6fa9fb82bac5e8bf666ffe8d83c3d8e27d2272f1d07ec0602a387b681df6968648785019bb1cedbd3d663435b63a736d02164559e1ff414af075c05ee9311
+ WEB_SITE=http://endgame-singularity.googlecode.com/
ENTERED=20060123
LICENSE[0]=GPL
SHORT="Singularity is a simulation of a true AI"
diff --git a/games-strategy-rts/singularity/HISTORY
b/games-strategy-rts/singularity/HISTORY
index f824031..689de6b 100644
--- a/games-strategy-rts/singularity/HISTORY
+++ b/games-strategy-rts/singularity/HISTORY
@@ -1,3 +1,7 @@
+2010-04-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: Fixed SOURCE_URL[0] & WEBSITE
+ updated to version 0.30a
+
2007-12-16 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: Updated to 0.26a, removed UPDATED
* INSTALL: install_rootified, cleaned up



  • [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (19489ef62240cbaaf6fb30f47a2df3317cb2fac5), Bor Kraljič, 04/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page