pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/doom-pwad-sigil



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Aug 26 16:48:56 UTC 2019

Added Files:
        pkgsrc/games/doom-pwad-sigil: DESCR Makefile PLIST distinfo
        pkgsrc/games/doom-pwad-sigil/files: INSTALL.pkgsrc

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/doom-pwad-sigil/DESCR \
    pkgsrc/games/doom-pwad-sigil/Makefile pkgsrc/games/doom-pwad-sigil/PLIST \
    pkgsrc/games/doom-pwad-sigil/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/doom-pwad-sigil/files/INSTALL.pkgsrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/games/doom-pwad-sigil/DESCR
diff -u /dev/null pkgsrc/games/doom-pwad-sigil/DESCR:1.1
--- /dev/null   Mon Aug 26 16:48:56 2019
+++ pkgsrc/games/doom-pwad-sigil/DESCR  Mon Aug 26 16:48:56 2019
@@ -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.
Index: pkgsrc/games/doom-pwad-sigil/Makefile
diff -u /dev/null pkgsrc/games/doom-pwad-sigil/Makefile:1.1
--- /dev/null   Mon Aug 26 16:48:56 2019
+++ pkgsrc/games/doom-pwad-sigil/Makefile       Mon Aug 26 16:48:56 2019
@@ -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"
Index: pkgsrc/games/doom-pwad-sigil/PLIST
diff -u /dev/null pkgsrc/games/doom-pwad-sigil/PLIST:1.1
--- /dev/null   Mon Aug 26 16:48:56 2019
+++ pkgsrc/games/doom-pwad-sigil/PLIST  Mon Aug 26 16:48:56 2019
@@ -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
Index: pkgsrc/games/doom-pwad-sigil/distinfo
diff -u /dev/null pkgsrc/games/doom-pwad-sigil/distinfo:1.1
--- /dev/null   Mon Aug 26 16:48:56 2019
+++ pkgsrc/games/doom-pwad-sigil/distinfo       Mon Aug 26 16:48:56 2019
@@ -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

Index: pkgsrc/games/doom-pwad-sigil/files/INSTALL.pkgsrc
diff -u /dev/null pkgsrc/games/doom-pwad-sigil/files/INSTALL.pkgsrc:1.1
--- /dev/null   Mon Aug 26 16:48:56 2019
+++ pkgsrc/games/doom-pwad-sigil/files/INSTALL.pkgsrc   Mon Aug 26 16:48:56 2019
@@ -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