Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5B0F97A474 for ; Fri, 29 Apr 2016 08:30:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5D41C85E80; Fri, 29 Apr 2016 08:30:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0E3385E6B for ; Fri, 29 Apr 2016 08:30:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VjNl6M4zn1yM for ; Fri, 29 Apr 2016 08:30:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4BB4184CBD for ; Fri, 29 Apr 2016 08:30:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4678DFBBA; Fri, 29 Apr 2016 08:30:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 29 Apr 2016 08:30:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/mame To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160429083050.4678DFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Apr 29 08:30:50 UTC 2016 Modified Files: pkgsrc/emulators/mame: Makefile PLIST distinfo pkgsrc/emulators/mame/patches: patch-scripts_genie.lua Log Message: Updated mame to 0.173. It's the end of another month, and time for a new MAME release. This time there are more improvements for capabilities we have added in previous versions. MAME now includes ports of some popular shaders for the BGFX renderer, including the EAGLE, HQx and xBR scaling effects. Please be aware that the BGFX renderer is still a work in progress, and you may experience some stability issues when using it. This release introduces a new cheat engine based on the Lua scripting language. This opens the door to exciting new possibilities. One of the most significant improvements is better support for systems with banked memory, including many 8-bit home computers like the Apple II family. MAME's archive file handling has been improved in a number of ways. ZIP64 format is now supported, allowing MAME to archives over 4GiB in size. This mean that, for example, large flyer collections don't need to be unzipped for use with the internal UI. 7zip support has been updated for the latest 7zip release, including new archive features and many bug fixes. We've also fixed a number of bugs in the internal file browser. Of course this release also includes many other improvements from the MAME team and external contributors. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/emulators/mame/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/mame/PLIST cvs rdiff -u -r1.50 -r1.51 pkgsrc/emulators/mame/distinfo cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/emulators/mame/patches/patch-scripts_genie.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.