pkgsrc-WIP-changes archive

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

doom2-pwad-lost-civilization: Import to WIP



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Wed Jan 8 12:54:22 2020 +0100
Changeset:	a2f82516faa2a653515111b3a83e993aa699757b

Added Files:
	doom2-pwad-lost-civilization/COMMIT_MSG
	doom2-pwad-lost-civilization/DESCR
	doom2-pwad-lost-civilization/Makefile
	doom2-pwad-lost-civilization/PLIST
	doom2-pwad-lost-civilization/distinfo
	doom2-pwad-lost-civilization/files/INSTALL.pkgsrc

Log Message:
doom2-pwad-lost-civilization: Import to WIP

Story: A civilization was collapsed as people got into religion of
"ignorant egoistic idiotism". Genetically modified cattle and food
turned the people and animals to agressive zombies. But there were
few survivors. How they weren't affected?

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a2f82516faa2a653515111b3a83e993aa699757b

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

diffstat:
 doom2-pwad-lost-civilization/COMMIT_MSG           |  6 ++++
 doom2-pwad-lost-civilization/DESCR                | 17 +++++++++
 doom2-pwad-lost-civilization/Makefile             | 44 +++++++++++++++++++++++
 doom2-pwad-lost-civilization/PLIST                |  4 +++
 doom2-pwad-lost-civilization/distinfo             |  6 ++++
 doom2-pwad-lost-civilization/files/INSTALL.pkgsrc |  7 ++++
 6 files changed, 84 insertions(+)

diffs:
diff --git a/doom2-pwad-lost-civilization/COMMIT_MSG b/doom2-pwad-lost-civilization/COMMIT_MSG
new file mode 100644
index 0000000000..9780a0d1c8
--- /dev/null
+++ b/doom2-pwad-lost-civilization/COMMIT_MSG
@@ -0,0 +1,6 @@
+Import games/doom2-pwad-lost-civilization
+
+Story: A civilization was collapsed as people got into religion of
+"ignorant egoistic idiotism". Genetically modified cattle and food
+turned the people and animals to agressive zombies. But there were
+few survivors. How they weren't affected?
diff --git a/doom2-pwad-lost-civilization/DESCR b/doom2-pwad-lost-civilization/DESCR
new file mode 100644
index 0000000000..422dc9a413
--- /dev/null
+++ b/doom2-pwad-lost-civilization/DESCR
@@ -0,0 +1,17 @@
+Attention: This is a mod for Doom II, 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 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  : Boom compatible
+Primary purpose         : Single player
+===========================================================================
+
+Story: A civilization was collapsed as people got into religion of
+"ignorant egoistic idiotism". Genetically modified cattle and food
+turned the people and animals to agressive zombies. But there were
+few survivors. How they weren't affected?
diff --git a/doom2-pwad-lost-civilization/Makefile b/doom2-pwad-lost-civilization/Makefile
new file mode 100644
index 0000000000..700f891ea4
--- /dev/null
+++ b/doom2-pwad-lost-civilization/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD$
+
+VERS=			15
+DISTNAME=		joi_lstcv${VERS}
+PKGNAME=		doom2-pwad-lost-civilization-${VERS}
+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=		doom-pwad-license
+
+# DOOMWADDIR is intentionally shared with other Doom packages
+DOOMWADDIR=		share/doom
+INSTALLATION_DIRS=	${DOOMWADDIR} share/doc/doom2-pwad-lost-civilization
+
+# 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}
+NO_BUILD=		yes
+
+do-patch:
+	cd "${WRKSRC}" && dos2unix joi_lstcv${VERS}.txt
+
+pre-configure:
+	${CP} ${FILESDIR}/INSTALL.pkgsrc "${WRKSRC}"
+
+do-install:
+	cd "${WRKSRC}" && ${INSTALL_DATA} joi_lstcv${VERS}.wad		\
+		${DESTDIR}${PREFIX}/${DOOMWADDIR}/Joi_lstcv.wad
+	cd "${WRKSRC}" && ${INSTALL_DATA} joi_lstcv${VERS}.txt		\
+		${DESTDIR}${PREFIX}/${DOOMWADDIR}/Joi_lstcv.txt
+	cd "${WRKSRC}" && ${INSTALL_DATA} INSTALL.pkgsrc		\
+		${DESTDIR}${PREFIX}/share/doc/doom2-pwad-lost-civilization/INSTALL.pkgsrc
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/doom2-pwad-lost-civilization/PLIST b/doom2-pwad-lost-civilization/PLIST
new file mode 100644
index 0000000000..eb6c9890d9
--- /dev/null
+++ b/doom2-pwad-lost-civilization/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/doc/doom2-pwad-lost-civilization/INSTALL.pkgsrc
+share/doom/Joi_lstcv.txt
+share/doom/Joi_lstcv.wad
diff --git a/doom2-pwad-lost-civilization/distinfo b/doom2-pwad-lost-civilization/distinfo
new file mode 100644
index 0000000000..226ef8b3e5
--- /dev/null
+++ b/doom2-pwad-lost-civilization/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (joi_lstcv15.zip) = c32960efdf15c3380f0545a779346420a30f11df
+RMD160 (joi_lstcv15.zip) = 14543ef38e1f213a14f044603270bbdb6d80bc03
+SHA512 (joi_lstcv15.zip) = 1f11d77b6269eca188ed83126bc2b231f62aa06e05bb6d15b964c3ae18b0cf7ad769a08ce9576b926cf4060e84e0003bbda922fca5534b0eee7b10fac4aa3453
+Size (joi_lstcv15.zip) = 39900946 bytes
diff --git a/doom2-pwad-lost-civilization/files/INSTALL.pkgsrc b/doom2-pwad-lost-civilization/files/INSTALL.pkgsrc
new file mode 100644
index 0000000000..ae25598c80
--- /dev/null
+++ b/doom2-pwad-lost-civilization/files/INSTALL.pkgsrc
@@ -0,0 +1,7 @@
+The PWAD file Joi_lstcv.wad and the description Joi_lstcv.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