pkgsrc-WIP-changes archive

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

doom-pwad-sigil: Remove, imported as games/doom-pwad-sigil



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Aug 26 18:51:10 2019 +0200
Changeset:	33583de8bf133f16379229209a42e4188d07f562

Modified Files:
	Makefile
Removed Files:
	doom-pwad-sigil/DESCR
	doom-pwad-sigil/Makefile
	doom-pwad-sigil/PLIST
	doom-pwad-sigil/distinfo
	doom-pwad-sigil/doom-pwad-license
	doom-pwad-sigil/files/INSTALL.pkgsrc

Log Message:
doom-pwad-sigil: Remove, imported as games/doom-pwad-sigil

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

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

diffstat:
 Makefile                             |  1 -
 doom-pwad-sigil/DESCR                | 24 -------------------
 doom-pwad-sigil/Makefile             | 45 ------------------------------------
 doom-pwad-sigil/PLIST                |  5 ----
 doom-pwad-sigil/distinfo             |  6 -----
 doom-pwad-sigil/doom-pwad-license    | 16 -------------
 doom-pwad-sigil/files/INSTALL.pkgsrc |  7 ------
 7 files changed, 104 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7bf544b478..a8aa6c8c8d 100644
--- a/Makefile
+++ b/Makefile
@@ -646,7 +646,6 @@ SUBDIR+=	dokuwiki
 SUBDIR+=	dolfin
 SUBDIR+=	dolphin-plugins
 SUBDIR+=	dolphin5
-SUBDIR+=	doom-pwad-sigil
 SUBDIR+=	doomlegacy-devel
 SUBDIR+=	doorman
 SUBDIR+=	dosbox-svn
diff --git a/doom-pwad-sigil/DESCR b/doom-pwad-sigil/DESCR
deleted file mode 100644
index 12f04ec2f0..0000000000
--- a/doom-pwad-sigil/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
-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 --git a/doom-pwad-sigil/Makefile b/doom-pwad-sigil/Makefile
deleted file mode 100644
index 0808a8f6a4..0000000000
--- a/doom-pwad-sigil/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD$
-
-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 --git a/doom-pwad-sigil/PLIST b/doom-pwad-sigil/PLIST
deleted file mode 100644
index ac46132563..0000000000
--- a/doom-pwad-sigil/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-share/doc/doom-pwad-sigil/INSTALL.pkgsrc
-share/doom/SIGIL.txt
-share/doom/SIGIL.wad
-share/doom/SIGIL_COMPAT.wad
diff --git a/doom-pwad-sigil/distinfo b/doom-pwad-sigil/distinfo
deleted file mode 100644
index fbe6af7bbe..0000000000
--- a/doom-pwad-sigil/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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 --git a/doom-pwad-sigil/doom-pwad-license b/doom-pwad-sigil/doom-pwad-license
deleted file mode 100644
index 6f63c184da..0000000000
--- a/doom-pwad-sigil/doom-pwad-license
+++ /dev/null
@@ -1,16 +0,0 @@
-================================================================================
-Authors may NOT use the contents of this file as a base for modification or
-reuse [without explicit permission of the original mappers].  Permissions
-have been obtained from original authors for any of their resources modified
-or included in this file.
-
-You MAY distribute this file, provided you include this text file, with no
-modifications.  You may distribute this file in any electronic format (BBS,
-Diskette, CD, etc) as long as you include this file intact.  I have
-received permission from the original authors of any modified or included
-content in this file to allow further distribution.
-================================================================================
-
-Note for pkgsrc:
-The "text file" referenced in the license above is included in the package
-and installed to the ${PREFIX}/share/doom directory.
diff --git a/doom-pwad-sigil/files/INSTALL.pkgsrc b/doom-pwad-sigil/files/INSTALL.pkgsrc
deleted file mode 100644
index 7d63805be5..0000000000
--- a/doom-pwad-sigil/files/INSTALL.pkgsrc
+++ /dev/null
@@ -1,7 +0,0 @@
-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