pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/doom-pwad-sigil games/doom-pwad-sigil: import do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c23aef61015
branches:  trunk
changeset: 400308:4c23aef61015
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Aug 26 16:48:56 2019 +0000

description:
games/doom-pwad-sigil: import doom2-pwad-sigil-1.1

Attention: This is a mod for Doom, not a standalone game!
It was announced at Doom's 25th anniversary on December 10, 2018 by its
designer, John Romero.

For the look & feel intended by the author, you need the original Doom or
Ultimate Doom from id Software as base (doom.wad or doomu.wad as IWAD).
If you don't have Doom, you can use Freedoom (freedoom1.wad as IWAD) to
play, but the Freedoom graphics doesn't match well to the style of this mod.

===========================================================================
Advanced engine needed  : Limit removing compatibility; playing E5 ingame
                          requires either ZDoom or Eternity.
                          Use SIGIL_COMPAT.wad for vanilla / other engines.
Primary purpose         : Single play, Co-op play, Deathmatch
===========================================================================

Baphomet was only doing Satan's bidding by placing a powerful sigil in the
teleporter out of E4M8 to bring you back to Hell. Somehow they didn't
understand that you're the reason they failed in the first place.

It's time to trash the place with your arsenal, get out of Hell, and back
to Earth to face the more advanced demons that were sent ahead.

Lock and load. Rip and tear.

diffstat:

 games/doom-pwad-sigil/DESCR                |  24 ++++++++++++++++
 games/doom-pwad-sigil/Makefile             |  45 ++++++++++++++++++++++++++++++
 games/doom-pwad-sigil/PLIST                |   5 +++
 games/doom-pwad-sigil/distinfo             |   6 ++++
 games/doom-pwad-sigil/files/INSTALL.pkgsrc |   7 ++++
 5 files changed, 87 insertions(+), 0 deletions(-)

diffs (107 lines):

diff -r 66cbf46d15ac -r 4c23aef61015 games/doom-pwad-sigil/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/doom-pwad-sigil/DESCR       Mon Aug 26 16:48:56 2019 +0000
@@ -0,0 +1,24 @@
+Attention: This is a mod for Doom, not a standalone game!
+It was announced at Doom's 25th anniversary on December 10, 2018 by its
+designer, John Romero.
+
+For the look & feel intended by the author, you need the original Doom or
+Ultimate Doom from id Software as base (doom.wad or doomu.wad as IWAD).
+If you don't have Doom, you can use Freedoom (freedoom1.wad as IWAD) to
+play, but the Freedoom graphics doesn't match well to the style of this mod.
+
+===========================================================================
+Advanced engine needed  : Limit removing compatibility; playing E5 ingame
+                          requires either ZDoom or Eternity.
+                          Use SIGIL_COMPAT.wad for vanilla / other engines.
+Primary purpose         : Single play, Co-op play, Deathmatch
+===========================================================================
+
+Baphomet was only doing Satan's bidding by placing a powerful sigil in the
+teleporter out of E4M8 to bring you back to Hell. Somehow they didn't
+understand that you're the reason they failed in the first place.
+
+It's time to trash the place with your arsenal, get out of Hell, and back
+to Earth to face the more advanced demons that were sent ahead.
+
+Lock and load. Rip and tear.
diff -r 66cbf46d15ac -r 4c23aef61015 games/doom-pwad-sigil/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/doom-pwad-sigil/Makefile    Mon Aug 26 16:48:56 2019 +0000
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1 2019/08/26 16:48:56 micha Exp $
+
+DISTNAME=              sigil_v1_1
+PKGNAME=               doom2-pwad-sigil-1.1
+CATEGORIES=            games
+MASTER_SITES=          ftp://ftp.fu-berlin.de/pc/games/idgames/levels/doom/Ports/s-u/
+MASTER_SITES+=         ftp://mirrors.syringanetworks.net/idgames/levels/doom/Ports/s-u/
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            micha%NetBSD.org@localhost
+COMMENT=               Doom mod
+LICENSE=               doom-pwad-license
+
+.include "../../mk/bsd.prefs.mk"
+
+# DOOMWADDIR is intentionally shared with other Doom packages
+DOOMWADDIR=            share/doom
+INSTALLATION_DIRS=     ${DOOMWADDIR} share/doc/doom-pwad-sigil
+
+# Configure INSTALL.pkgsrc (formerly displayed as MESSAGE)
+SUBST_CLASSES+=                install
+SUBST_STAGE.install=   do-configure
+SUBST_MESSAGE.install= Preparing INSTALL.pkgsrc file ...
+SUBST_FILES.install=   INSTALL.pkgsrc
+SUBST_SED.install=     -e 's,DOOMWADDIR,${PREFIX}/${DOOMWADDIR},'
+
+NO_BUILD=              yes
+
+pre-configure:
+       ${MKDIR} ${WRKSRC}
+       ${CP} ${FILESDIR}/INSTALL.pkgsrc ${WRKSRC}
+
+do-install:
+       cd ${WRKDIR} &&                                                 \
+               ${INSTALL_DATA} SIGIL.wad                               \
+                       ${DESTDIR}${PREFIX}/${DOOMWADDIR}/SIGIL.wad;    \
+               ${INSTALL_DATA} SIGIL_COMPAT.wad                        \
+                       ${DESTDIR}${PREFIX}/${DOOMWADDIR}/SIGIL_COMPAT.wad; \
+               ${INSTALL_DATA} SIGIL.txt                               \
+                       ${DESTDIR}${PREFIX}/${DOOMWADDIR}/SIGIL.txt
+       cd ${WRKSRC} &&                                                 \
+               ${INSTALL_DATA} INSTALL.pkgsrc                          \
+                       ${DESTDIR}${PREFIX}/share/doc/doom-pwad-sigil/INSTALL.pkgsrc
+
+.include "../../mk/bsd.pkg.mk"
diff -r 66cbf46d15ac -r 4c23aef61015 games/doom-pwad-sigil/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/doom-pwad-sigil/PLIST       Mon Aug 26 16:48:56 2019 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/26 16:48:56 micha Exp $
+share/doc/doom-pwad-sigil/INSTALL.pkgsrc
+share/doom/SIGIL.txt
+share/doom/SIGIL.wad
+share/doom/SIGIL_COMPAT.wad
diff -r 66cbf46d15ac -r 4c23aef61015 games/doom-pwad-sigil/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/doom-pwad-sigil/distinfo    Mon Aug 26 16:48:56 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/26 16:48:56 micha Exp $
+
+SHA1 (sigil_v1_1.zip) = d150bcfd7a221f7ed7fa09d897d601f18e3c8cc1
+RMD160 (sigil_v1_1.zip) = 9476bdde0a40cadb9ef812be667a5a6dbfd312be
+SHA512 (sigil_v1_1.zip) = a481a067b0154bc6c84b6def32149865fb7b26e59d80708b7643c81f2c7a9506bb01557213da60932ae8f0162b021613199674bbfe2c478cf7c5c35cd2962673
+Size (sigil_v1_1.zip) = 3115313 bytes
diff -r 66cbf46d15ac -r 4c23aef61015 games/doom-pwad-sigil/files/INSTALL.pkgsrc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/doom-pwad-sigil/files/INSTALL.pkgsrc        Mon Aug 26 16:48:56 2019 +0000
@@ -0,0 +1,7 @@
+The PWAD files SIGIL.wad, SIGIL_COMPAT.wad and the description SIGIL.txt have
+been installed to:
+
+   DOOMWADDIR
+
+This is the pkgsrc standard Doom WAD directory location (shared with other Doom
+packages).



Home | Main Index | Thread Index | Old Index