Skip to Content.
Sympa Menu

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

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 games grimoire by Andra?? Levstik (2cd0878104937b021a7ba4978801ebf0795e963e)
  • Date: Mon, 5 Mar 2007 04:36:15 -0600

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

ChangeLog | 4 ++++
games-engines/stratagus/DEPENDS | 2 +-
games-engines/stratagus/DETAILS | 4 ++--
games-engines/stratagus/HISTORY | 3 +++
games-strategy-rts/bos/CONFLICTS | 1 +
games-strategy-rts/bos/DEPENDS | 2 +-
games-strategy-rts/bos/DETAILS | 4 ----
games-strategy-rts/bos/HISTORY | 10 ++++++++++
games-strategy-rts/bos/INSTALL | 6 +-----
games-strategy-rts/bos/PRE_BUILD | 1 +
games-strategy-rts/bos/TRIGGERS | 1 +
games-strategy-rts/bos/bos | 3 ---
games-strategy-rts/boswars/BUILD | 1 +
games-strategy-rts/boswars/CONFLICTS | 1 +
games-strategy-rts/boswars/DEPENDS | 8 ++++++++
games-strategy-rts/boswars/DETAILS | 17 +++++++++++++++++
games-strategy-rts/boswars/HISTORY | 33 +++++++++++++++++++++++++++++++++
games-strategy-rts/boswars/INSTALL | 16 ++++++++++++++++
games-strategy-rts/boswars/PRE_BUILD | 5 +++++
games-strategy-rts/boswars/boswars | 2 ++
20 files changed, 108 insertions(+), 16 deletions(-)

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

stratagus: version update

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

boswars: added to replace bos

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

bos: deprecation in effect

diff --git a/ChangeLog b/ChangeLog
index 71b3bef..c3ca2bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * games-strategy-rts/bos: deprecated in favour of boswars
+ * games-strategy-rts/boswars: added instead of bos
+
2007-02-21 Eric Sandall <sandalle AT sourcemage.org>
* games-data/freeciv-freeland-normal: Added freeciv freeland tileset
* games-data/freeciv-freeland-big: Added freeciv big freeland tileset
diff --git a/games-engines/stratagus/DEPENDS b/games-engines/stratagus/DEPENDS
index de225cf..ea4a3d2 100755
--- a/games-engines/stratagus/DEPENDS
+++ b/games-engines/stratagus/DEPENDS
@@ -1,4 +1,4 @@
-depends lua50 &&
+depends lua &&
depends libpng &&
depends sdl &&
depends zlib &&
diff --git a/games-engines/stratagus/DETAILS b/games-engines/stratagus/DETAILS
index 5e0b9f5..9ffad0f 100755
--- a/games-engines/stratagus/DETAILS
+++ b/games-engines/stratagus/DETAILS
@@ -1,11 +1,11 @@
SPELL=stratagus
- VERSION=2.2.1
+ VERSION=2.2.3
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/stratagus/$SOURCE
WEB_SITE=http://stratagus.sf.net
ENTERED=20040718
-
SOURCE_HASH=sha512:f9ce4165c4cb55fe09d4949bd4be29de25e7225cc9c711bf6dfc53c791f285c74f8bd6cd394ea4ca4980f70b952ca9bcee1d45ee6853df74183a3615ebcd9033
+
SOURCE_HASH=sha512:69308bc440eb9ea5044c85aa93d2b8d89c1dfdbc3af1ae71c5290f4d288d3b269a3e053f77aa76a5b06fcf83162e94c0997a989c2b546c1383c3a56126379105
LICENSE[0]=GPL
SHORT='A real-time strategy game engine'
cat << EOF
diff --git a/games-engines/stratagus/HISTORY b/games-engines/stratagus/HISTORY
index b05d109..84476fb 100644
--- a/games-engines/stratagus/HISTORY
+++ b/games-engines/stratagus/HISTORY
@@ -1,3 +1,6 @@
+2007-03-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 2.2.3
+
2006-12-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: update to 2.2.1
* configure.in: removed
diff --git a/games-strategy-rts/bos/CONFLICTS
b/games-strategy-rts/bos/CONFLICTS
new file mode 100755
index 0000000..772e411
--- /dev/null
+++ b/games-strategy-rts/bos/CONFLICTS
@@ -0,0 +1 @@
+conflicts boswars
diff --git a/games-strategy-rts/bos/DEPENDS b/games-strategy-rts/bos/DEPENDS
index e5134b8..cc8b156 100755
--- a/games-strategy-rts/bos/DEPENDS
+++ b/games-strategy-rts/bos/DEPENDS
@@ -1 +1 @@
-depends stratagus
+depends boswars
diff --git a/games-strategy-rts/bos/DETAILS b/games-strategy-rts/bos/DETAILS
index 13ce27c..6a978ce 100755
--- a/games-strategy-rts/bos/DETAILS
+++ b/games-strategy-rts/bos/DETAILS
@@ -1,11 +1,7 @@
SPELL=bos
VERSION=2_0_1
- SOURCE=${SPELL}_${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/data.bos
- SOURCE_URL[0]=http://bos.seul.org/files/$SOURCE
WEB_SITE=http://bos.seul.org
ENTERED=20040719
-
SOURCE_HASH=sha512:3bc3898af030de0a503363259229a79c254f27617d4719fc948a08e1585db83ff21a482d322b6e2e2a4ac93ae0dcb073727ff0b58b5e99c48b5f95f894ca64c2
LICENSE[0]=GPL
SHORT='A game for the stratagus engine'
cat << EOF
diff --git a/games-strategy-rts/bos/HISTORY b/games-strategy-rts/bos/HISTORY
index 4613010..23bcdd6 100644
--- a/games-strategy-rts/bos/HISTORY
+++ b/games-strategy-rts/bos/HISTORY
@@ -1,3 +1,13 @@
+2007-03-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: deprecation in favour of boswars
+ * PRE_BUILD: deprecation in favour of boswars
+ * BUILD: deprecation in favour of boswars
+ * INSTALL: deprecation in favour of boswars
+ * DEPENDS: deprecation in favour of boswars
+ * bos: removed
+ * CONFLICTS: added
+ * TRIGGERS: added
+
2006-12-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: update to 2.0.1

diff --git a/games-strategy-rts/bos/INSTALL b/games-strategy-rts/bos/INSTALL
index 1a0ac93..27ba77d 100755
--- a/games-strategy-rts/bos/INSTALL
+++ b/games-strategy-rts/bos/INSTALL
@@ -1,5 +1 @@
-cd ${SOURCE_DIRECTORY}
-install -pv $SCRIPT_DIRECTORY/bos ${INSTALL_ROOT}/usr/games
-mkdir -pv ${INSTALL_ROOT}/usr/share/games/stratagus/bos
-cp -rfv * ${INSTALL_ROOT}/usr/share/games/stratagus/bos/
-
+true
diff --git a/games-strategy-rts/bos/PRE_BUILD
b/games-strategy-rts/bos/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-strategy-rts/bos/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/games-strategy-rts/bos/TRIGGERS b/games-strategy-rts/bos/TRIGGERS
new file mode 100755
index 0000000..89c3c32
--- /dev/null
+++ b/games-strategy-rts/bos/TRIGGERS
@@ -0,0 +1 @@
+on_cast bos dispel_self
diff --git a/games-strategy-rts/bos/bos b/games-strategy-rts/bos/bos
deleted file mode 100755
index 8b06934..0000000
--- a/games-strategy-rts/bos/bos
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-stratagus -d /usr/share/games/stratagus/bos
diff --git a/games-strategy-rts/boswars/BUILD
b/games-strategy-rts/boswars/BUILD
new file mode 100755
index 0000000..ebff829
--- /dev/null
+++ b/games-strategy-rts/boswars/BUILD
@@ -0,0 +1 @@
+scons
diff --git a/games-strategy-rts/boswars/CONFLICTS
b/games-strategy-rts/boswars/CONFLICTS
new file mode 100755
index 0000000..fed5aa0
--- /dev/null
+++ b/games-strategy-rts/boswars/CONFLICTS
@@ -0,0 +1 @@
+conflicts bos
diff --git a/games-strategy-rts/boswars/DEPENDS
b/games-strategy-rts/boswars/DEPENDS
new file mode 100755
index 0000000..9c7014d
--- /dev/null
+++ b/games-strategy-rts/boswars/DEPENDS
@@ -0,0 +1,8 @@
+depends lua &&
+depends libpng &&
+depends sdl &&
+depends zlib &&
+depends scons &&
+depends libogg &&
+depends libvorbis &&
+depends OPENGL
diff --git a/games-strategy-rts/boswars/DETAILS
b/games-strategy-rts/boswars/DETAILS
new file mode 100755
index 0000000..a927e33
--- /dev/null
+++ b/games-strategy-rts/boswars/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=boswars
+ VERSION=2.3
+ SOURCE=${SPELL}-${VERSION}-src.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-src
+ SOURCE_URL[0]=http://www.boswars.org/releases/$SOURCE
+ WEB_SITE=http://www.boswars.org/
+ ENTERED=20040719
+
SOURCE_HASH=sha512:48fb25b5a639ccf51797b741be1adf8ff797d1ec16464e8e283f856af6393cf257499c640fde215236559952d9a04e145ea2069470d19e3aea58aa230ae15433
+ LICENSE[0]=GPL
+ SHORT='Bos Wars is a futuristic real-time strategy game.'
+cat << EOF
+Bos Wars is a futuristic real-time strategy game.
+It is possible to play against human opponents over
+a LAN, the Internet, or against the computer. It
+successfully runs under Linux and MS Windows. It
+should also run on BSD, Mac OS X, Darwin, and BeOS.
+EOF
diff --git a/games-strategy-rts/boswars/HISTORY
b/games-strategy-rts/boswars/HISTORY
new file mode 100644
index 0000000..d8927db
--- /dev/null
+++ b/games-strategy-rts/boswars/HISTORY
@@ -0,0 +1,33 @@
+2007-03-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 2.3
+ * BUILD: branched and updated
+ * CONFLICTS: added
+ * DEPENDS: branched and updated
+ * INSTALL: branched and updated
+ * PRE_BUILD: added
+ * boswars: added
+ * bos: removed
+
+2006-12-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 2.0.1
+
+2006-12-15 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * bos: minor modification of the path
+
+2006-12-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update
+ * INSTALL: minor fixup
+ * BUILD: minor fixup
+
+2006-09-21 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Have some relevant long description
+
+2005-12-01 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-07-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, HISTORY: Created spell
+
diff --git a/games-strategy-rts/boswars/INSTALL
b/games-strategy-rts/boswars/INSTALL
new file mode 100755
index 0000000..ab88223
--- /dev/null
+++ b/games-strategy-rts/boswars/INSTALL
@@ -0,0 +1,16 @@
+cd ${SOURCE_DIRECTORY} &&
+cp -v ${SPELL_DIRECTORY}/boswars \
+ ${INSTALL_ROOT}/usr/games &&
+cp -v ${SOURCE_DIRECTORY}/boswars \
+ ${INSTALL_ROOT}/usr/games/boswars-bin &&
+local to_install_dirs &&
+for to_install_dirs in campaigns graphics \
+ languages maps scripts \
+ sounds units video
+do
+cp -rv ${to_install_dirs} \
+ ${INSTALL_ROOT}/usr/share/games/boswars/
+done &&
+cd ${INSTALL_ROOT}/usr/share/games/boswars/ &&
+find_and_scam
+
diff --git a/games-strategy-rts/boswars/PRE_BUILD
b/games-strategy-rts/boswars/PRE_BUILD
new file mode 100755
index 0000000..bb1d626
--- /dev/null
+++ b/games-strategy-rts/boswars/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# unbreaking a broken scons *grumbl*
+
+sedit "205s:env.Append(CCFLAGS = Split(.*:env.Append(CCFLAGS =
Split('$CFLAGS')):" SConstruct
diff --git a/games-strategy-rts/boswars/boswars
b/games-strategy-rts/boswars/boswars
new file mode 100755
index 0000000..a646837
--- /dev/null
+++ b/games-strategy-rts/boswars/boswars
@@ -0,0 +1,2 @@
+#!/bin/bash
+boswars-bin -d /usr/share/games/boswars $@



  • [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (2cd0878104937b021a7ba4978801ebf0795e963e), Andra?? Levstik, 03/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page