pkgsrc-WIP-changes archive

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

doom1: Update to 1.9



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Aug 26 19:55:21 2019 +0200
Changeset:	20b593a08c2604427af5dda508b312d39de97a79

Modified Files:
	Makefile
Added Files:
	doom1/DESCR
	doom1/Makefile
	doom1/PLIST
	doom1/distinfo

Log Message:
doom1: Update to 1.9

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

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

diffstat:
 Makefile       |  1 +
 doom1/DESCR    |  2 ++
 doom1/Makefile | 25 +++++++++++++++++++++++++
 doom1/PLIST    |  2 ++
 doom1/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a8aa6c8c8d..48aecc026f 100644
--- a/Makefile
+++ b/Makefile
@@ -646,6 +646,7 @@ SUBDIR+=	dokuwiki
 SUBDIR+=	dolfin
 SUBDIR+=	dolphin-plugins
 SUBDIR+=	dolphin5
+SUBDIR+=	doom1
 SUBDIR+=	doomlegacy-devel
 SUBDIR+=	doorman
 SUBDIR+=	dosbox-svn
diff --git a/doom1/DESCR b/doom1/DESCR
new file mode 100644
index 0000000000..adf79b7b56
--- /dev/null
+++ b/doom1/DESCR
@@ -0,0 +1,2 @@
+This package contains the shareware level data for Doom,
+ID software's famous 3D shooter.
diff --git a/doom1/Makefile b/doom1/Makefile
new file mode 100644
index 0000000000..9f86f3f944
--- /dev/null
+++ b/doom1/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	shareware_doom_iwad
+PKGNAME=	doom1-1.9
+CATEGORIES=	games
+MASTER_SITES=	http://www.doomworld.com/3ddownloads/ports/
+DIST_SUBDIR=	${PKGNAME_NOREV}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	micha%NetBSD.org@localhost
+HOMEPAGE=	https://www.doomworld.com/classicdoom/info/shareware.php
+COMMENT=	Shareware levels for Doom
+#LICENSE=	shareware
+
+CONFLICTS+=	xdoom<1.10nb4
+WRKSRC=		${WRKDIR}
+
+INSTALLATION_DIRS=	share/doom
+NO_BUILD=		YES
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/DOOM1.WAD \
+		${DESTDIR}${PREFIX}/share/doom/doom1.wad
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/doom1/PLIST b/doom1/PLIST
new file mode 100644
index 0000000000..1c0fb0da26
--- /dev/null
+++ b/doom1/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/doom/doom1.wad
diff --git a/doom1/distinfo b/doom1/distinfo
new file mode 100644
index 0000000000..d216766537
--- /dev/null
+++ b/doom1/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (doom1-1.9/shareware_doom_iwad.zip) = 2d274030c4ba07b9bd1409e5e80f47a6df4efd3a
+RMD160 (doom1-1.9/shareware_doom_iwad.zip) = 3591afbdf5ec84e86425709b06b45e83aac4420d
+SHA512 (doom1-1.9/shareware_doom_iwad.zip) = 9fe5a32a24efa622ff7017303d3c8fdc7b4e6c4ec548e50bea402bfa9a1f320ce3f316f4a7f62e64786af876776d51b20fc7688f497896aa176f97b85ada30f9
+Size (doom1-1.9/shareware_doom_iwad.zip) = 1782482 bytes


Home | Main Index | Thread Index | Old Index