Received: by mail.netbsd.org (Postfix, from userid 605) id C3FA384DAD; Fri, 10 Aug 2018 20:55:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B553984D86 for ; Fri, 10 Aug 2018 20:55:14 +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 NO_lPdfOlIfi for ; Fri, 10 Aug 2018 20:55:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AE0BB84D35 for ; Fri, 10 Aug 2018 20:55:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A74E6FBEC; Fri, 10 Aug 2018 20:55:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153393451341070" MIME-Version: 1.0 Date: Fri, 10 Aug 2018 20:55:13 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180810205513.A74E6FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153393451341070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Aug 10 20:55:13 UTC 2018 Modified Files: pkgsrc/emulators: Makefile Added Files: pkgsrc/emulators/libretro-snes9x2010: DESCR Makefile PLIST distinfo Log Message: emulators/libretro-snes9x2010: Import libretro-snes9x2010-20180626. This package replaces emulators/libretro-snes9x-next. Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. This is a port of Snes9x 1.52+ to Libretro (previously called SNES9x Next), rewritten in C with several optimizations and speed hacks. Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 pkgsrc/emulators/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-snes9x2010/DESCR \ pkgsrc/emulators/libretro-snes9x2010/Makefile \ pkgsrc/emulators/libretro-snes9x2010/PLIST \ pkgsrc/emulators/libretro-snes9x2010/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153393451341070 Content-Disposition: inline Content-Length: 3836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.259 pkgsrc/emulators/Makefile:1.260 --- pkgsrc/emulators/Makefile:1.259 Fri Aug 10 20:14:29 2018 +++ pkgsrc/emulators/Makefile Fri Aug 10 20:55:13 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.259 2018/08/10 20:14:29 nia Exp $ +# $NetBSD: Makefile,v 1.260 2018/08/10 20:55:13 nia Exp $ # COMMENT= Emulators for other operating systems @@ -99,7 +99,7 @@ SUBDIR+= libretro-nestopia SUBDIR+= libretro-pcsx-rearmed SUBDIR+= libretro-picodrive SUBDIR+= libretro-snes9x2005 -SUBDIR+= libretro-snes9x-next +SUBDIR+= libretro-snes9x2010 SUBDIR+= libretro-stella SUBDIR+= libretro-vba-next SUBDIR+= libspectrum Added files: Index: pkgsrc/emulators/libretro-snes9x2010/DESCR diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/DESCR:1.1 --- /dev/null Fri Aug 10 20:55:13 2018 +++ pkgsrc/emulators/libretro-snes9x2010/DESCR Fri Aug 10 20:55:13 2018 @@ -0,0 +1,10 @@ +Libretro is a simple but powerful development interface that allows for the +easy creation of emulators, games and multimedia applications that can plug +straight into any libretro-compatible frontend. This development interface is +open to others so that they can run these pluggable emulator and game cores +also in their own programs or devices. + +This is a port of Snes9x 1.52+ to Libretro (previously called SNES9x Next), +rewritten in C with several optimizations and speed hacks. + +Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator. Index: pkgsrc/emulators/libretro-snes9x2010/Makefile diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/Makefile:1.1 --- /dev/null Fri Aug 10 20:55:13 2018 +++ pkgsrc/emulators/libretro-snes9x2010/Makefile Fri Aug 10 20:55:13 2018 @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2018/08/10 20:55:13 nia Exp $ + +DISTNAME= libretro-snes9x2010-20180626 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= snes9x2010 +GITHUB_TAG= 21e176e8f0595c5577e6c2fb5164f92b8855396e + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/snes9x_2010/ +COMMENT= Libretro core based on the snes9x Super Nintendo emulator +LICENSE= snes9x-license + +MAKE_FILE= Makefile.libretro +USE_TOOLS+= gmake + +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" + +.include "../../mk/endian.mk" + +.if ${MACHINE_ENDIAN} == "big" +CFLAGS+= -DMSB_FIRST +.endif + +INSTALLATION_DIRS+= ${PREFIX}/lib/libretro + +do-install: + ${INSTALL_LIB} ${WRKSRC}/snes9x2010_libretro.so \ + ${DESTDIR}${PREFIX}/lib/libretro/snes9x2010_libretro.so + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/emulators/libretro-snes9x2010/PLIST diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/PLIST:1.1 --- /dev/null Fri Aug 10 20:55:13 2018 +++ pkgsrc/emulators/libretro-snes9x2010/PLIST Fri Aug 10 20:55:13 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/10 20:55:13 nia Exp $ +lib/libretro/snes9x2010_libretro.so Index: pkgsrc/emulators/libretro-snes9x2010/distinfo diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/distinfo:1.1 --- /dev/null Fri Aug 10 20:55:13 2018 +++ pkgsrc/emulators/libretro-snes9x2010/distinfo Fri Aug 10 20:55:13 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/10 20:55:13 nia Exp $ + +SHA1 (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = 353ce80dade293d986723f20b03885d9b42b80eb +RMD160 (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = af5b0829d8782ea02f050aeedd54beded8674819 +SHA512 (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = a392b8fbe67d3316b4ba80ae200c34a324c7ac42dba788feb4e9847c358f0bc2da88d9fe466fb3a1eea23c62026e6df710ac04246b8d5de56502f4102029d7a2 +Size (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = 383317 bytes --_----------=_153393451341070--