Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (96473ad17e8261898c2e78a05b3129231c3fae55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (96473ad17e8261898c2e78a05b3129231c3fae55)
  • Date: Wed, 28 Sep 2022 18:25:40 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
games-data/freedm/DETAILS | 32 ++++++++++++++++++++++++++++++++
games-data/freedm/HISTORY | 2 ++
games-data/freedm/INSTALL | 6 ++++++
games-data/freedm/PROVIDES | 1 +
5 files changed, 45 insertions(+)

New commits:
commit 96473ad17e8261898c2e78a05b3129231c3fae55
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

freedm: new spell, DeadMatch game part of the Freedoom project

diff --git a/ChangeLog b/ChangeLog
index 9170387..90bfe86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-09-28 Ismael Luceno <ismael AT sourcemage.org>
+ * games-data/freedm: new spell, DeadMatch game part of the Freedoom
+ project
+
2022-09-05 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: sync account data with test grimoire

diff --git a/games-data/freedm/DETAILS b/games-data/freedm/DETAILS
new file mode 100755
index 0000000..65073ca
--- /dev/null
+++ b/games-data/freedm/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=freedm
+ VERSION=0.12.1
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/freedoom/freedoom/releases/download/v$VERSION/$SOURCE
+ WEB_SITE=https://freedoom.github.io
+
SOURCE_HASH=sha512:77beb926ade845eafc7105b8e5ba819f6431a35178362fc8c57530493a00186091af13c5b5eece65c4fe6e3356a9f1b7d7ea9d81bc1be363118f4a467a317dce
+ DOCS=
+ ARCHIVE=off
+ LICENSE[0]=BSD
+ ENTERED=20220928
+ SHORT="DeadMatch game part of the Freedoom project"
+cat << EOF
+The Freedoom project aims to create a complete free content first person
+shooter game. But Freedoom by itself is just the raw material for a game:
+it must be paired with a compatible game engine to be played.
+
+id Software released the source code to their classic game, Doom, under the
+GNU GPL license. This means that the program code that powers Doom is free;
+Freedoom complements this with free levels, artwork, sound effects and music
+to make a completely free game.
+
+Freedoom is actually three games in one, consisting of two single player
+campaigns and one set of levels intended for multiplayer deathmatch (FreeDM).
+
+Freedoom aims to be compatible with DOOM mods, and allows most to be played
+without the need to use non-free software.
+
+Freedoom contains hundreds of original textures, sound effects and music
+tracks that can be reused royalty-free by Doom level authors and other
+independent game developers.
+EOF
diff --git a/games-data/freedm/HISTORY b/games-data/freedm/HISTORY
new file mode 100644
index 0000000..65012fe
--- /dev/null
+++ b/games-data/freedm/HISTORY
@@ -0,0 +1,2 @@
+2022-09-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, INSTALL, PROVIDES: spell created
diff --git a/games-data/freedm/INSTALL b/games-data/freedm/INSTALL
new file mode 100755
index 0000000..bab9672
--- /dev/null
+++ b/games-data/freedm/INSTALL
@@ -0,0 +1,6 @@
+docdir="$INSTALL_ROOT"/usr/share/doc/"$SPELL-$VERSION" &&
+datadir="$INSTALL_ROOT"/usr/share/games/doom &&
+install -v -g games -m750 -d "$datadir" &&
+install -v -g games -m440 *.wad "$datadir" &&
+install -v -m750 -d "$docdir" &&
+install -v -m440 *.txt *.html *.pdf "$docdir"
diff --git a/games-data/freedm/PROVIDES b/games-data/freedm/PROVIDES
new file mode 100755
index 0000000..d03e72a
--- /dev/null
+++ b/games-data/freedm/PROVIDES
@@ -0,0 +1 @@
+DOOM-DATA



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (96473ad17e8261898c2e78a05b3129231c3fae55), Ismael Luceno, 09/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page