pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/Zork-III
Module Name: pkgsrc
Committed By: jnemeth
Date: Mon Jun 29 15:27:44 UTC 2026
Added Files:
pkgsrc/games/Zork-III: DESCR Makefile PLIST distinfo options.mk
Log Message:
games/Zork-III: import Zork-III-1.0
Zork III: The Dungeon Master
This is Zork, the famous text adventure game from 1977.
Through a number of subsidiaries, it is now owned by Microsoft and
they have chosen to re-release it under the MIT license.
This package is the third installment of the multi-part version,
which was released in 1982.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/Zork-III/DESCR \
pkgsrc/games/Zork-III/Makefile pkgsrc/games/Zork-III/PLIST \
pkgsrc/games/Zork-III/distinfo pkgsrc/games/Zork-III/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/games/Zork-III/DESCR
diff -u /dev/null pkgsrc/games/Zork-III/DESCR:1.1
--- /dev/null Mon Jun 29 15:27:44 2026
+++ pkgsrc/games/Zork-III/DESCR Mon Jun 29 15:27:44 2026
@@ -0,0 +1,9 @@
+Zork III: The Dungeon Master
+
+This is Zork, the famous text adventure game from 1977.
+
+Through a number of subsidiaries, it is now owned by Microsoft and
+they have chosen to re-release it under the MIT license.
+
+This package is the third installment of the multi-part version,
+which was released in 1982.
Index: pkgsrc/games/Zork-III/Makefile
diff -u /dev/null pkgsrc/games/Zork-III/Makefile:1.1
--- /dev/null Mon Jun 29 15:27:44 2026
+++ pkgsrc/games/Zork-III/Makefile Mon Jun 29 15:27:44 2026
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2026/06/29 15:27:44 jnemeth Exp $
+
+DISTNAME= zork3
+PKGNAME= Zork-III-1.0 # fake version number as this will never change
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=historicalsource/zork3/raw/refs/heads/master/COMPILED/}
+EXTRACT_SUFX= .z3
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://opensource.microsoft.com/blog/2025/11/20/preserving-code-that-shaped-generations-zork-i-ii-and-iii-go-open-source
+COMMENT= ZORK I: The Dungeon Master
+LICENSE= mit
+
+WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS+= games/zcode
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/zork3.z3 ${DESTDIR}${PREFIX}/games/zcode
+
+.include "options.mk"
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/Zork-III/PLIST
diff -u /dev/null pkgsrc/games/Zork-III/PLIST:1.1
--- /dev/null Mon Jun 29 15:27:44 2026
+++ pkgsrc/games/Zork-III/PLIST Mon Jun 29 15:27:44 2026
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2026/06/29 15:27:44 jnemeth Exp $
+games/zcode/zork3.z3
Index: pkgsrc/games/Zork-III/distinfo
diff -u /dev/null pkgsrc/games/Zork-III/distinfo:1.1
--- /dev/null Mon Jun 29 15:27:44 2026
+++ pkgsrc/games/Zork-III/distinfo Mon Jun 29 15:27:44 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/06/29 15:27:44 jnemeth Exp $
+
+BLAKE2s (zork3.z3) = dc5ae67106bc3e5e9c560d207b7fc4b6064d7c5ddefcad138db58adff9db2c4c
+SHA512 (zork3.z3) = 8c8d7949d39f8276b7fd0b090377d25af3ac08a580563148ee96f1b7deb706b32a1f3f288cef1a5692ef9bf5ea112fded6c641de50176882a955ffde0be85f6a
+Size (zork3.z3) = 87984 bytes
Index: pkgsrc/games/Zork-III/options.mk
diff -u /dev/null pkgsrc/games/Zork-III/options.mk:1.1
--- /dev/null Mon Jun 29 15:27:44 2026
+++ pkgsrc/games/Zork-III/options.mk Mon Jun 29 15:27:44 2026
@@ -0,0 +1,20 @@
+# $NetBSD: options.mk,v 1.1 2026/06/29 15:27:44 jnemeth Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.zork
+PKG_OPTIONS_REQUIRED_GROUPS= z-machine
+PKG_OPTIONS_GROUP.z-machine= frotz xzip zoom
+PKG_SUGGESTED_OPTIONS= frotz
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mfrotz)
+DEPENDS+= frotz-[0-9]*:../../games/frotz
+.endif
+
+.if !empty(PKG_OPTIONS:Mxzip)
+DEPENDS+= xzip-[0-9]*:../../games/xzip
+.endif
+
+.if !empty(PKG_OPTIONS:Mzoom)
+DEPENDS+= zoom-[0-9]*:../../games/zoom
+.endif
Home |
Main Index |
Thread Index |
Old Index