pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/frotz
Module Name: pkgsrc
Committed By: nia
Date: Sun May 15 18:41:54 UTC 2022
Modified Files:
pkgsrc/games/frotz: Makefile distinfo
Log Message:
frotz: update 2.54
Summary of changes between Frotz 2.53 and Frotz 2.54:
=====================================================
Frotz 2.54 was released on Wednesday April 13, 2022.
This release's main attractions are official support for TOPS20 and
cross-compilation to DOS.
NEW FEATURES
- Added changes to allow for compilation on a DEC PDP-10 mainframe
running TOPS20. See INSTALL_PDP10.
- Added a means to cross-compile to DOS by way of Open Watcom C version
2 and later. See INSTALL_DOS.
- Added a quiet mode to dumb interface to quell startup messages.
BUG FIXES
- Fixed several problems with compilation under macOS.
- Fixed wrong glyphs in DOS Frotz's Amiga font mode. 1/2 and 1/4 were
there instead of the oe and OE ligatures.
- Fixed a failure of the -q flag to actually silence sound effects.
- Fixed an oversight in SDL Frotz that prevented some sounds from
playing in Lurking Horror.
- Made the dumb and curses interfaces read the resolution chunk from
Blorb files. Previously they would assume a resolution of 320x200.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/frotz/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/frotz/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/frotz/Makefile
diff -u pkgsrc/games/frotz/Makefile:1.41 pkgsrc/games/frotz/Makefile:1.42
--- pkgsrc/games/frotz/Makefile:1.41 Mon Mar 28 10:44:08 2022
+++ pkgsrc/games/frotz/Makefile Sun May 15 18:41:54 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2022/03/28 10:44:08 tnn Exp $
+# $NetBSD: Makefile,v 1.42 2022/05/15 18:41:54 nia Exp $
-DISTNAME= frotz-2.53
-PKGREVISION= 1
+DISTNAME= frotz-2.54
CATEGORIES= games
MASTER_SITES= https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/
Index: pkgsrc/games/frotz/distinfo
diff -u pkgsrc/games/frotz/distinfo:1.19 pkgsrc/games/frotz/distinfo:1.20
--- pkgsrc/games/frotz/distinfo:1.19 Tue Oct 26 10:44:00 2021
+++ pkgsrc/games/frotz/distinfo Sun May 15 18:41:54 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:44:00 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/05/15 18:41:54 nia Exp $
-BLAKE2s (frotz-2.53.tar.gz) = d09b27be12507ae3901a1ebc97fd5a8257bd7eb9b01139fa067bb1672fe2e571
-SHA512 (frotz-2.53.tar.gz) = 74c727a8f0355828ebe19185e8e06ca5a633e49d88eccb26ec6500f37371ddfbbf19f1cbef367aa004e0342591e07e67510c17552decd573de0c838399587b5f
-Size (frotz-2.53.tar.gz) = 461585 bytes
+BLAKE2s (frotz-2.54.tar.gz) = 1ddc0f3edb852199a9416d02679fd3ed89056cd54a3fc32c620ced04eb497536
+SHA512 (frotz-2.54.tar.gz) = 296afc3636df0e1aa7a9015e9dec943380c29268e6ce4ff0ac1730a794386c633366bf985920d9d6b36c7db302efad05f3001121e5f1ccf515e3d7c7e7f511a3
+Size (frotz-2.54.tar.gz) = 430733 bytes
SHA1 (patch-Makefile) = b36192c7f5c4a4956a4836a6b9b426d4fd000529
Home |
Main Index |
Thread Index |
Old Index