pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/doom2-pwad-struggle



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Aug 26 16:44:05 UTC 2019

Added Files:
        pkgsrc/games/doom2-pwad-struggle: DESCR Makefile PLIST distinfo
        pkgsrc/games/doom2-pwad-struggle/files: INSTALL.pkgsrc

Log Message:
games/doom2-pwad-struggle: import doom2-pwad-struggle-20180819nb1

Attention: This is a mod for Doom II, not a standalone game!
It has received one of the 2018 Cacowards on Doomworld.

For the look & feel intended by the author, you need the original Doom II
from id Software as base (doom2.wad as IWAD).
If you don't have Doom II, you can use Freedoom (freedoom2.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
                          This wad uses heavily modified DeHacked patch. So
                          it is recommended not to use other custom gameplay
                          patches.
Primary purpose         : Single player
===========================================================================

Struggle - Antaresian Legacy
It features new weapons and monsters replacement with DeHacked patch.
Some of original monsters are also slightly changed, so it's recommended to
check out the info [see installed text file], before you play this one.

P.S.: Par time is based on UV-MAX, not UV-Speed
P.P.S. : Please try STRG_M28.wad file, if you're having a framerate issue
         with MAP28.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/doom2-pwad-struggle/DESCR \
    pkgsrc/games/doom2-pwad-struggle/Makefile \
    pkgsrc/games/doom2-pwad-struggle/PLIST \
    pkgsrc/games/doom2-pwad-struggle/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/doom2-pwad-struggle/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/doom2-pwad-struggle/DESCR
diff -u /dev/null pkgsrc/games/doom2-pwad-struggle/DESCR:1.1
--- /dev/null   Mon Aug 26 16:44:05 2019
+++ pkgsrc/games/doom2-pwad-struggle/DESCR      Mon Aug 26 16:44:05 2019
@@ -0,0 +1,24 @@
+Attention: This is a mod for Doom II, not a standalone game!
+It has received one of the 2018 Cacowards on Doomworld.
+
+For the look & feel intended by the author, you need the original Doom II
+from id Software as base (doom2.wad as IWAD).
+If you don't have Doom II, you can use Freedoom (freedoom2.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
+                          This wad uses heavily modified DeHacked patch. So
+                          it is recommended not to use other custom gameplay
+                          patches.
+Primary purpose         : Single player
+===========================================================================
+
+Struggle - Antaresian Legacy
+It features new weapons and monsters replacement with DeHacked patch.
+Some of original monsters are also slightly changed, so it's recommended to
+check out the info [see installed text file], before you play this one.
+
+P.S.: Par time is based on UV-MAX, not UV-Speed
+P.P.S. : Please try STRG_M28.wad file, if you're having a framerate issue
+         with MAP28.
Index: pkgsrc/games/doom2-pwad-struggle/Makefile
diff -u /dev/null pkgsrc/games/doom2-pwad-struggle/Makefile:1.1
--- /dev/null   Mon Aug 26 16:44:05 2019
+++ pkgsrc/games/doom2-pwad-struggle/Makefile   Mon Aug 26 16:44:05 2019
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2019/08/26 16:44:05 micha Exp $
+
+DISTNAME=              strg
+# Use release date from STRG.txt as package version
+PKGNAME=               doom2-pwad-struggle-20180819
+PKGREVISION=           1
+CATEGORIES=            games
+MASTER_SITES=          ftp://ftp.fu-berlin.de/pc/games/idgames/levels/doom2/Ports/megawads/
+MASTER_SITES+=         ftp://mirrors.syringanetworks.net/idgames/levels/doom2/Ports/megawads/
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            micha%NetBSD.org@localhost
+COMMENT=               Doom II mod
+LICENSE=               cc-by-nc-v4.0-license
+
+.include "../../mk/bsd.prefs.mk"
+
+# DOOMWADDIR is intentionally shared with other Doom packages
+DOOMWADDIR=            share/doom
+INSTALLATION_DIRS=     ${DOOMWADDIR} share/doc/doom2-pwad-struggle
+
+# 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} STRG.wad                                \
+                       ${DESTDIR}${PREFIX}/${DOOMWADDIR}/STRG.wad;     \
+               ${INSTALL_DATA} STRG_M28.wad                            \
+                       ${DESTDIR}${PREFIX}/${DOOMWADDIR}/STRG_M28.wad; \
+               ${INSTALL_DATA} STRG.txt                                \
+                       ${DESTDIR}${PREFIX}/${DOOMWADDIR}/STRG.txt
+       cd ${WRKSRC} &&                                                 \
+               ${INSTALL_DATA} INSTALL.pkgsrc                          \
+                       ${DESTDIR}${PREFIX}/share/doc/doom2-pwad-struggle/INSTALL.pkgsrc
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/doom2-pwad-struggle/PLIST
diff -u /dev/null pkgsrc/games/doom2-pwad-struggle/PLIST:1.1
--- /dev/null   Mon Aug 26 16:44:05 2019
+++ pkgsrc/games/doom2-pwad-struggle/PLIST      Mon Aug 26 16:44:05 2019
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/26 16:44:05 micha Exp $
+share/doc/doom2-pwad-struggle/INSTALL.pkgsrc
+share/doom/STRG.txt
+share/doom/STRG.wad
+share/doom/STRG_M28.wad
Index: pkgsrc/games/doom2-pwad-struggle/distinfo
diff -u /dev/null pkgsrc/games/doom2-pwad-struggle/distinfo:1.1
--- /dev/null   Mon Aug 26 16:44:05 2019
+++ pkgsrc/games/doom2-pwad-struggle/distinfo   Mon Aug 26 16:44:05 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/26 16:44:05 micha Exp $
+
+SHA1 (strg.zip) = 781b84dd5fb67f657113bf13b23bd2267ae4eba5
+RMD160 (strg.zip) = 031ef27ae7cba305429a155359fd6602d91017ce
+SHA512 (strg.zip) = 332f35971d22b3a02c5cfb73afcdfba13f53f6aef70124eaa6d144a653026eb1efd02ad2d511ad1a0412fe5a966ca9eb8525f7bfc5a4f354758cf14fbbab22bc
+Size (strg.zip) = 20710259 bytes

Index: pkgsrc/games/doom2-pwad-struggle/files/INSTALL.pkgsrc
diff -u /dev/null pkgsrc/games/doom2-pwad-struggle/files/INSTALL.pkgsrc:1.1
--- /dev/null   Mon Aug 26 16:44:05 2019
+++ pkgsrc/games/doom2-pwad-struggle/files/INSTALL.pkgsrc       Mon Aug 26 16:44:05 2019
@@ -0,0 +1,7 @@
+The PWAD files STRG.wad, STRG_M28.wad and the description STRG.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