Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (e72c60851dc7bb182bc5605c15a8dac98e8381ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (e72c60851dc7bb182bc5605c15a8dac98e8381ca)
  • Date: Fri, 8 Feb 2008 10:50:08 -0600

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

games-fps/nexuiz/DETAILS | 45
+++++++++++++++++++++++++--------------------
games-fps/nexuiz/HISTORY | 3 +++
games-fps/nexuiz/PREPARE | 1 +
games-fps/nexuiz/PRE_BUILD | 3 +++
4 files changed, 32 insertions(+), 20 deletions(-)

New commits:
commit e72c60851dc7bb182bc5605c15a8dac98e8381ca
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nexuiz: cleaned up, added 35 community map pack, fixed long/short descs

diff --git a/games-fps/nexuiz/DETAILS b/games-fps/nexuiz/DETAILS
index ca2f785..2cf35ee 100755
--- a/games-fps/nexuiz/DETAILS
+++ b/games-fps/nexuiz/DETAILS
@@ -1,22 +1,27 @@
- SPELL=nexuiz
- VERSION=23
- SOURCE=${SPELL}-${VERSION}.zip
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:a9cc42331f53e15b8b3a9933b5f4e5997438761e4e498ac76850b8084e25c201ec6b87313d8dbc6cc4e740af94608f215cbfb87c73c4bf87c4597b66ae3914d2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Nexuiz
- WEB_SITE=http://www.nexuiz.com
- ENTERED=20050724
- LICENSE[0]=GPL
- SHORT="Nexuiz is a fast-paced, chaotic, and intense
-multiplayer first person shooter, focused on providing basic, old style
-deathmatch."
+ SPELL=nexuiz
+ VERSION=23
+ SOURCE=$SPELL-$VERSION.zip
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:a9cc42331f53e15b8b3a9933b5f4e5997438761e4e498ac76850b8084e25c201ec6b87313d8dbc6cc4e740af94608f215cbfb87c73c4bf87c4597b66ae3914d2
+
+if [[ $NEXUIZ_MAPPACK == y ]]; then
+ SOURCE2=nexmappack_r2.zip
+ SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
+
SOURCE2_HASH=sha512:f7e2dd60530b58f3fc505cdf0d605208b6905136586107210031233cb870b1892bae59efc4fb38403a4f0fc5301321297d03107b38daa501cb90e5669455eac0
+SOURCE2_DIRECTORY=$BUILD_DIRECTORY/Nexuiz
+fi
+
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Nexuiz
+ WEB_SITE=http://www.nexuiz.com/
+ ENTERED=20050724
+ LICENSE[0]=GPL
+ SHORT="3d deathmatch game project"
cat << EOF
-Nexuiz is a 3d deathmatch game made entirely over the internet. The
-purpose of the game is to bring deathmatch back to the basics, with
-perfect weapon balancing and fast paced action, keeping itself away from
-the current trend of realistic shooters. It uses HFX textures by Evil Lair,
-and currently has 17 maps to frag in. With an advanced UI, the user can
-select between 15 different player models to use, with an average of two
-skins for each, and can connect to our master server to play people from
-all over the world.
+Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose
of
+the game is to bring deathmatch back to the basics, with perfect weapon
+balancing and fast paced action, keeping itself away from the current trend
of
+realistic shooters. It uses HFX textures by Evil Lair, and currently has 17
+maps to frag in. With an advanced UI, the user can select between 15
different
+player models to use, with an average of two skins for each, and can connect
+to our master server to play people from all over the world.
EOF
diff --git a/games-fps/nexuiz/HISTORY b/games-fps/nexuiz/HISTORY
index d7e4da2..86d6244 100644
--- a/games-fps/nexuiz/HISTORY
+++ b/games-fps/nexuiz/HISTORY
@@ -1,3 +1,6 @@
+2008-02-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, PREPARE, PRE_BUILD: added 35 community map pack
+
2007-07-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* nexuiz-*: fix bin name
* BUILD: unpack both files
diff --git a/games-fps/nexuiz/PREPARE b/games-fps/nexuiz/PREPARE
new file mode 100755
index 0000000..25138f0
--- /dev/null
+++ b/games-fps/nexuiz/PREPARE
@@ -0,0 +1 @@
+config_query NEXUIZ_MAPPACK "Install the community 35 map pack?" y
diff --git a/games-fps/nexuiz/PRE_BUILD b/games-fps/nexuiz/PRE_BUILD
new file mode 100755
index 0000000..3a5c8da
--- /dev/null
+++ b/games-fps/nexuiz/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unpack_file 2



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (e72c60851dc7bb182bc5605c15a8dac98e8381ca), Vlad Glagolev, 02/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page