Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7C94D1A9239 for ; Wed, 27 Oct 2021 09:31:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E3B6A84EFA; Wed, 27 Oct 2021 09:31:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2861384D28 for ; Wed, 27 Oct 2021 09:31:46 +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 ELrDT3c7rf-e for ; Wed, 27 Oct 2021 09:31:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 33D6884CEF for ; Wed, 27 Oct 2021 09:31:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CBA7FA97; Wed, 27 Oct 2021 09:31:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635327105131580" MIME-Version: 1.0 Date: Wed, 27 Oct 2021 09:31:45 +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: <20211027093145.2CBA7FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635327105131580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 27 09:31:45 UTC 2021 Modified Files: pkgsrc/emulators/mame: Makefile PLIST distinfo Log Message: mame: update to 0.237. For everyone who’s waited patiently all month, MAME 0.237 is out today! As well as the updates to the UI and debugger that we’ve already announced, there are several updates to the included plugins: * A brand-new input macro plugin. * The data plugin can now show text from the Japanese command.dat file (or a Chinese command.txt file if you rename it to command.dat). * The location the hiscore support plugin uses to store its data and configuration has changed. You won’t lose your high scores, but you need to move the .hi files from the hi folder to the hiscore folder in your plugin data (homepath) folder. * The configuration format for the autofire plugin has changed. Unfortunately, you will need to add your autofire button settings again. Interesting machines added this month include a Mexican TRS-80 Color Computer clone, Tronica Thunder Ball (a re-skin of Space Rescue with a nautical theme), the original version of Pengo that the widespread bootlegs seem to be based on, the original hardware revision of the Laser 128 (Apple II clone), and a slightly older version of Street Fighter Zero 2 Alpha for Asia. Master of multi-memory controllers kmg is still on a roll broadening NES/Famicom and clone cartridge compatibility. Highlights of the month include: * Railway management simulator A Ressha de Ikou. * Recent NES/Famicom games released by Ancient to promote Gotta Protectors (Minna de Mamotte Knight). NES development is still alive over two decades after the last licensed title was released in 1995. * The two Korean Brilliant Com (영재컴) edutainment games. * Some multi-game cartridges featuring the ambitious Titenic game, inspired by a highly successful James Cameron film. * Kart Fighter – using the engine from an unlicensed NES port of Street Fighter II, and unlicensed depictions of the character roster from Super Mario Kart, this is almost a premonition of Super Smash Bros. It even features Yoshi’s tail smash, and depicts Kinopio (Toad) as a bare-knuckle brawler long before the Mii costume was available for purchase. * Well-known low-effort Mario-themed hack 7 Grand Dad. PUSH ↑ START BUTTON. GET ADDITION GAME. AND NOURISH THE BLOOD Amiga software compatibility has been improved this month, the NEC PC-6001 family has gained a cartridge software list, and another batch of Commodore 64 cassettes has been added. An issue was identified with “fake E7” Apple II cracks that could prevent them from working if they were written out to disks to use on original hardware. Although this didn’t prevent them from being used in MAME, disk images with the issue fixed have been added to the software list. Over a hundred Apple IIgs cracks have been added, too. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 pkgsrc/emulators/mame/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/emulators/mame/PLIST cvs rdiff -u -r1.112 -r1.113 pkgsrc/emulators/mame/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635327105131580 Content-Disposition: inline Content-Length: 2868 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/mame/Makefile diff -u pkgsrc/emulators/mame/Makefile:1.140 pkgsrc/emulators/mame/Makefile:1.141 --- pkgsrc/emulators/mame/Makefile:1.140 Wed Sep 29 08:30:22 2021 +++ pkgsrc/emulators/mame/Makefile Wed Oct 27 09:31:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.140 2021/09/29 08:30:22 wiz Exp $ +# $NetBSD: Makefile,v 1.141 2021/10/27 09:31:44 wiz Exp $ -DISTNAME= mame-0.236 +DISTNAME= mame-0.237 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} Index: pkgsrc/emulators/mame/PLIST diff -u pkgsrc/emulators/mame/PLIST:1.58 pkgsrc/emulators/mame/PLIST:1.59 --- pkgsrc/emulators/mame/PLIST:1.58 Wed Sep 29 08:30:22 2021 +++ pkgsrc/emulators/mame/PLIST Wed Oct 27 09:31:44 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.58 2021/09/29 08:30:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.59 2021/10/27 09:31:44 wiz Exp $ bin/castool bin/chdman bin/floptool @@ -118,6 +118,7 @@ share/mame/hash/apple2_cass.xml share/mame/hash/apple2_flop_clcracked.xml share/mame/hash/apple2_flop_misc.xml share/mame/hash/apple2_flop_orig.xml +share/mame/hash/apple2gs_flop_clcracked.xml share/mame/hash/apple2gs_flop_misc.xml share/mame/hash/apple2gs_flop_orig.xml share/mame/hash/apple3.xml @@ -484,6 +485,7 @@ share/mame/hash/pc1512_flop.xml share/mame/hash/pc1512_hdd.xml share/mame/hash/pc1640_flop.xml share/mame/hash/pc1640_hdd.xml +share/mame/hash/pc6001_cart.xml share/mame/hash/pc8001_flop.xml share/mame/hash/pc8001mk2_flop.xml share/mame/hash/pc8001mk2sr_flop.xml Index: pkgsrc/emulators/mame/distinfo diff -u pkgsrc/emulators/mame/distinfo:1.112 pkgsrc/emulators/mame/distinfo:1.113 --- pkgsrc/emulators/mame/distinfo:1.112 Tue Oct 26 10:23:58 2021 +++ pkgsrc/emulators/mame/distinfo Wed Oct 27 09:31:44 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.112 2021/10/26 10:23:58 nia Exp $ +$NetBSD: distinfo,v 1.113 2021/10/27 09:31:44 wiz Exp $ -BLAKE2s (mame-0.236.tar.gz) = 8d3fe0e30207940c085d94c69a9767248a3894d3799fa4273d3749ae0fad1bf1 -SHA512 (mame-0.236.tar.gz) = ee5a61ae9f636c1b6f5d3dd5280c5b691e24a7f509956812248973b48b4c80b4bc0269be80c8cbba654793a4a3ff4d64f8a6af5a0152f172da245204c710f65c -Size (mame-0.236.tar.gz) = 185713006 bytes +BLAKE2s (mame-0.237.tar.gz) = 3f0a8343e92cbcc36dca578293253f097258743d5350ba9afe4b76b724db6e6f +SHA512 (mame-0.237.tar.gz) = c6425298894677f0f1bb69504e0fe856454caf51a6c3080422d4105c6273017bcbe4a890941499b0a1ca0307f282fdb7a6e8096c290be21f0d9f32530a3e9e33 +Size (mame-0.237.tar.gz) = 186374918 bytes SHA1 (patch-3rdparty_asio_include_asio_detail_config.hpp) = 9b0d6139e853d8efb9d51270bbfa5382feac42a7 SHA1 (patch-3rdparty_asio_include_asio_detail_impl_kqueue__reactor.ipp) = ad5e2171731864528331f2f1d2d43608b1b4ed01 SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056 --_----------=_1635327105131580--