pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/doom-pwad-shotgun-symphony



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Feb  3 12:08:06 UTC 2020

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

Log Message:
doom-pwad-shotgun-symphony: Version 1.0 added

An oldschool mapset for E1 of Ultimate Doom, in the combined E1/E2 style
of Fava Beans, but much more violent. Mapset is optimized for pistol start,
though there are occasional goodies for continuous players. Every map exits
directly into the next, creating a single, giant facility.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/doom-pwad-shotgun-symphony/DESCR \
    pkgsrc/games/doom-pwad-shotgun-symphony/Makefile \
    pkgsrc/games/doom-pwad-shotgun-symphony/PLIST \
    pkgsrc/games/doom-pwad-shotgun-symphony/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/doom-pwad-shotgun-symphony/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-shotgun-symphony/DESCR
diff -u /dev/null pkgsrc/games/doom-pwad-shotgun-symphony/DESCR:1.1
--- /dev/null   Mon Feb  3 12:08:06 2020
+++ pkgsrc/games/doom-pwad-shotgun-symphony/DESCR       Mon Feb  3 12:08:06 2020
@@ -0,0 +1,19 @@
+Attention: This is a mod for Doom, not a standalone game!
+It has received one of the 2019 Cacowards on Doomworld.
+
+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  : Boom Compatible
+Primary purpose         : Single play
+===========================================================================
+
+You have received orders to investigate the giant UAC complex on Phobos.
+Expect extreme enemy resistence from the moment you arrive. They are waiting
+for you. You will find a new and powerful enemy caged in the final stage
+of the first complex. Do not try to kill it. Instead, journey through
+later stages of the vast, interconnected facility. We believe you can find
+a way to attack it from behind, when you have stronger weapons.
Index: pkgsrc/games/doom-pwad-shotgun-symphony/Makefile
diff -u /dev/null pkgsrc/games/doom-pwad-shotgun-symphony/Makefile:1.1
--- /dev/null   Mon Feb  3 12:08:06 2020
+++ pkgsrc/games/doom-pwad-shotgun-symphony/Makefile    Mon Feb  3 12:08:06 2020
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.1 2020/02/03 12:08:06 micha Exp $
+
+DISTNAME=              sgnsym
+PKGNAME=               doom-pwad-shotgun-symphony-1.0
+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
+DIST_SUBDIR=           ${PKGNAME_NOREV}
+
+MAINTAINER=            micha%NetBSD.org@localhost
+COMMENT=               Doom mod
+LICENSE=               doom-pwad-license
+
+# DOOMWADDIR is intentionally shared with other Doom packages
+DOOMWADDIR=            share/doom
+INSTALLATION_DIRS=     ${DOOMWADDIR} share/doc/doom-pwad-shotgun-symphony
+
+# Configure INSTALL.pkgsrc
+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},'
+
+TOOL_DEPENDS+=         dos2unix-[0-9]*:../../converters/dos2unix
+WRKSRC=                        ${WRKDIR}/Shotgun_Symphony
+NO_BUILD=              yes
+
+do-patch:
+       ${MV} "${WRKDIR}/Shotgun Symphony" ${WRKSRC}
+       cd ${WRKSRC} && dos2unix Sgnsym.txt
+       cd ${WRKSRC} && dos2unix History.txt
+
+pre-configure:
+       ${CP} ${FILESDIR}/INSTALL.pkgsrc ${WRKSRC}
+
+do-install:
+       cd ${WRKSRC} && ${INSTALL_DATA} sgnsym.wad              \
+               ${DESTDIR}${PREFIX}/${DOOMWADDIR}/Sgnsym.wad
+       cd ${WRKSRC} && ${INSTALL_DATA} Sgnsym.txt              \
+               ${DESTDIR}${PREFIX}/${DOOMWADDIR}/Sgnsym.txt
+       cd ${WRKSRC} && ${INSTALL_DATA} History.txt             \
+               ${DESTDIR}${PREFIX}/share/doc/doom-pwad-shotgun-symphony/History.txt
+       cd ${WRKSRC} && ${INSTALL_DATA} INSTALL.pkgsrc          \
+               ${DESTDIR}${PREFIX}/share/doc/doom-pwad-shotgun-symphony/INSTALL.pkgsrc
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/doom-pwad-shotgun-symphony/PLIST
diff -u /dev/null pkgsrc/games/doom-pwad-shotgun-symphony/PLIST:1.1
--- /dev/null   Mon Feb  3 12:08:06 2020
+++ pkgsrc/games/doom-pwad-shotgun-symphony/PLIST       Mon Feb  3 12:08:06 2020
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/03 12:08:06 micha Exp $
+share/doc/doom-pwad-shotgun-symphony/History.txt
+share/doc/doom-pwad-shotgun-symphony/INSTALL.pkgsrc
+share/doom/Sgnsym.txt
+share/doom/Sgnsym.wad
Index: pkgsrc/games/doom-pwad-shotgun-symphony/distinfo
diff -u /dev/null pkgsrc/games/doom-pwad-shotgun-symphony/distinfo:1.1
--- /dev/null   Mon Feb  3 12:08:06 2020
+++ pkgsrc/games/doom-pwad-shotgun-symphony/distinfo    Mon Feb  3 12:08:06 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/03 12:08:06 micha Exp $
+
+SHA1 (doom-pwad-shotgun-symphony-1.0/sgnsym.zip) = b468d6ed0f693bf9aa9094462590e77c2081e2bc
+RMD160 (doom-pwad-shotgun-symphony-1.0/sgnsym.zip) = 47f88d517b35557c7eca992a39005f15bed7bab8
+SHA512 (doom-pwad-shotgun-symphony-1.0/sgnsym.zip) = ea4fa530425969eabf99875e0c1bcc9dbda35ce29dccd8932bc986a8ca5e54edea36160047494cfab8d0213c073dbe90c5df133e30d6a8d9686aeeb5d5a8729c
+Size (doom-pwad-shotgun-symphony-1.0/sgnsym.zip) = 2249176 bytes

Index: pkgsrc/games/doom-pwad-shotgun-symphony/files/INSTALL.pkgsrc
diff -u /dev/null pkgsrc/games/doom-pwad-shotgun-symphony/files/INSTALL.pkgsrc:1.1
--- /dev/null   Mon Feb  3 12:08:06 2020
+++ pkgsrc/games/doom-pwad-shotgun-symphony/files/INSTALL.pkgsrc        Mon Feb  3 12:08:06 2020
@@ -0,0 +1,6 @@
+The PWAD file Sgnsym.wad and the description Sgnsym.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