Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UvHrZW3Z; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tlGiCoBr Received: by mail.netbsd.org (Postfix, from userid 605) id 46F9084D53; Fri, 3 May 2024 09:53:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714730010; bh=mSlzCD4p/EFyW2PXLdk8NfgVuPoum/xaGITT+YNKnjI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UvHrZW3ZDmIx2AZ2YQ/5Ccjpwb6we/lyJP9WX1bA4W5q5GzUEXaRKwJO8Zfqdm4Ll m0jVCdmCJXasRWCKtpY4XJKjffwwDRQgPdhGLtIttM/aTVPgqrz2GBXznxE9enP9s5 NwkxuOAzt0ztRllCsrrMj6UthVLBZwA+QHvdGedY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39F0D84D14 for ; Fri, 3 May 2024 09:53:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id m6ypSsxGhJqS for ; Fri, 3 May 2024 09:53:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5213384C13 for ; Fri, 3 May 2024 09:53:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714730008; bh=mSlzCD4p/EFyW2PXLdk8NfgVuPoum/xaGITT+YNKnjI=; h=Date:From:Subject:To:Reply-To; b=tlGiCoBrFbD/AvON//494TILoTEGUbq/wZjmpjun+lzvtZXppH8WWbSjtLomXXoWe uG6XArYJplnsLXWNXeIpnZdjmIMMWt38XMCyrviMmogMax9UeDkLGY4kB+39CzhPHp i4APvsC96Fm/wxxrIj6ALQA3/ppUPKvGVR8spjgE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B348FA2C; Fri, 3 May 2024 09:53:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171473000811080" MIME-Version: 1.0 Date: Fri, 3 May 2024 09:53:28 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/games/freedoom To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20240503095328.4B348FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171473000811080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri May 3 09:53:28 UTC 2024 Modified Files: pkgsrc/games/freedoom: Makefile PLIST distinfo Log Message: games/freedoom: Update to 0.13.0 0.13.0 (2024-01-29) General * Improved vanilla compatibility. + Boom features removed. + Hall of mirrors greatly reduced. + Visplane overflows fixed. + Savegame buffer overflow errors remain. Levels * Relevant Eureka warnings fixed. * New levels E1M9, E2M2, E2M3, E2M4, E2M7, E2M8, E3M5, MAP07, MAP21 and MAP27. * Various level renames. * Numerous vanilla fixes and aesthetic modernizations. * Fixed and standardized secret exits. Manual * French and Spanish translations. * Sections added to highlight project mandate and additional accessibility options. Misc * Adds automatic labeling to pull requests. Monsters * New minigunner. * The hatchling, which replaces the deadflare. * The matribite, which replaces the summoner. Music * Lots of new music including most of FreeDM music. Sounds * New boss brain sounds. Visuals * Colorblind-friendly keys and key indicators. * Various revisions to sprites and textures. * Improved kerning for menu text. Weapons * Improved weapon sprites generally. * SSG replacement restored to updated take on older version. * Revised polaric energy weapon. * Double-barreled shotgun flash timing bug fixed in built-in DeHackEd. Textures * Esa Repo (Espi)'s old STAR* textures are now included under ESPI*. * A STARBR1 texture is now included as a counterpart to STARBR2. * Numerous additional grey and METAL2-based textures also available. * Boss brain wall found to have Hexen resources and was re-done. * Wolfenstein replacements completely redone, designed to work as seamlessly with other textures as possible. A few are also added. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/freedoom/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/freedoom/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/freedoom/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171473000811080 Content-Disposition: inline Content-Length: 2897 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/freedoom/Makefile diff -u pkgsrc/games/freedoom/Makefile:1.3 pkgsrc/games/freedoom/Makefile:1.4 --- pkgsrc/games/freedoom/Makefile:1.3 Wed Oct 30 10:33:02 2019 +++ pkgsrc/games/freedoom/Makefile Fri May 3 09:53:28 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/10/30 10:33:02 micha Exp $ +# $NetBSD: Makefile,v 1.4 2024/05/03 09:53:28 micha Exp $ -DISTNAME= freedoom-0.12.1 +DISTNAME= freedoom-0.13.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=freedoom/} GITHUB_RELEASE= v${PKGVERSION_NOREV} @@ -34,8 +34,12 @@ do-install: ${DESTDIR}${PREFIX}/share/doom/freedoom1.wad ${INSTALL_DATA} ${WRKSRC}/freedoom2.wad \ ${DESTDIR}${PREFIX}/share/doom/freedoom2.wad - ${INSTALL_DATA} ${WRKSRC}/freedoom-manual.pdf \ - ${DESTDIR}${PREFIX}/share/doc/freedoom/freedoom-manual.pdf + ${INSTALL_DATA} ${WRKSRC}/freedoom-manual-en.pdf \ + ${DESTDIR}${PREFIX}/share/doc/freedoom/freedoom-manual-en.pdf + ${INSTALL_DATA} ${WRKSRC}/freedoom-manual-es.pdf \ + ${DESTDIR}${PREFIX}/share/doc/freedoom/freedoom-manual-es.pdf + ${INSTALL_DATA} ${WRKSRC}/freedoom-manual-fr.pdf \ + ${DESTDIR}${PREFIX}/share/doc/freedoom/freedoom-manual-fr.pdf ${INSTALL_DATA} ${WRKDIR}/INSTALL.pkgsrc \ ${DESTDIR}${PREFIX}/share/doc/freedoom/INSTALL.pkgsrc Index: pkgsrc/games/freedoom/PLIST diff -u pkgsrc/games/freedoom/PLIST:1.2 pkgsrc/games/freedoom/PLIST:1.3 --- pkgsrc/games/freedoom/PLIST:1.2 Mon Oct 21 09:58:35 2019 +++ pkgsrc/games/freedoom/PLIST Fri May 3 09:53:28 2024 @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2019/10/21 09:58:35 micha Exp $ +@comment $NetBSD: PLIST,v 1.3 2024/05/03 09:53:28 micha Exp $ share/doc/freedoom/INSTALL.pkgsrc -share/doc/freedoom/freedoom-manual.pdf +share/doc/freedoom/freedoom-manual-en.pdf +share/doc/freedoom/freedoom-manual-es.pdf +share/doc/freedoom/freedoom-manual-fr.pdf share/doom/freedoom1.wad share/doom/freedoom2.wad Index: pkgsrc/games/freedoom/distinfo diff -u pkgsrc/games/freedoom/distinfo:1.5 pkgsrc/games/freedoom/distinfo:1.6 --- pkgsrc/games/freedoom/distinfo:1.5 Tue Oct 26 10:43:59 2021 +++ pkgsrc/games/freedoom/distinfo Fri May 3 09:53:28 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:43:59 nia Exp $ +$NetBSD: distinfo,v 1.6 2024/05/03 09:53:28 micha Exp $ -BLAKE2s (freedoom-0.12.1.zip) = d4d6009bda7d6512b01fd9b227f688329ef61850d861305453a80312eee926a7 -SHA512 (freedoom-0.12.1.zip) = c1cb0a45976b82d092cb0aaf6958fa920dc7c7e2fdd8dcc8ae9a3b622f648e2b78d1e8022a2d501e33965949f03643a63d1d25f7f03312a8831d430dd1c5af18 -Size (freedoom-0.12.1.zip) = 21996221 bytes +BLAKE2s (freedoom-0.13.0.zip) = 45daa273219925b5e9777a82796928e8390051ec294814cd045776a84099efdb +SHA512 (freedoom-0.13.0.zip) = ff71b279900751cb606286ab36d0990febdeb78fee2a9c6adf31491e977e8e045a0d5f30ff6b729d4962c98a30f3138d74f03d25c3569dd3b3e29167601014b9 +Size (freedoom-0.13.0.zip) = 24143781 bytes --_----------=_171473000811080--