Received: by mail.netbsd.org (Postfix, from userid 605) id A2D6384FE6; Mon, 13 Aug 2018 00:54:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D148E84FCA for ; Mon, 13 Aug 2018 00:54:26 +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 WhAwDVmLhCZv for ; Mon, 13 Aug 2018 00:54:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B159584FC0 for ; Mon, 13 Aug 2018 00:54:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA52AFBEC; Mon, 13 Aug 2018 00:54:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534121665179780" MIME-Version: 1.0 Date: Mon, 13 Aug 2018 00:54:25 +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: <20180813005425.AA52AFBEC@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. --_----------=_1534121665179780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Aug 13 00:54:25 UTC 2018 Modified Files: pkgsrc/emulators: Makefile Added Files: pkgsrc/emulators/libretro-beetle-sgx: DESCR Makefile PLIST distinfo Log Message: libretro-beetle-sgx: add version 20180512. 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. Beetle/Mednafen SGX is a NEC PC Engine SuperGrafx video game system emulator that can be used as a libretro core. To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 pkgsrc/emulators/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-sgx/DESCR \ pkgsrc/emulators/libretro-beetle-sgx/Makefile \ pkgsrc/emulators/libretro-beetle-sgx/PLIST \ pkgsrc/emulators/libretro-beetle-sgx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534121665179780 Content-Disposition: inline Content-Length: 3815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.273 pkgsrc/emulators/Makefile:1.274 --- pkgsrc/emulators/Makefile:1.273 Sun Aug 12 16:14:27 2018 +++ pkgsrc/emulators/Makefile Mon Aug 13 00:54:25 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2018/08/12 16:14:27 nia Exp $ +# $NetBSD: Makefile,v 1.274 2018/08/13 00:54:25 nia Exp $ # COMMENT= Emulators for other operating systems @@ -92,6 +92,7 @@ SUBDIR+= libretro-beetle-ngp SUBDIR+= libretro-beetle-pce-fast SUBDIR+= libretro-beetle-psx SUBDIR+= libretro-beetle-saturn +SUBDIR+= libretro-beetle-sgx SUBDIR+= libretro-beetle-vb SUBDIR+= libretro-beetle-wswan SUBDIR+= libretro-core-info Added files: Index: pkgsrc/emulators/libretro-beetle-sgx/DESCR diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/DESCR:1.1 --- /dev/null Mon Aug 13 00:54:25 2018 +++ pkgsrc/emulators/libretro-beetle-sgx/DESCR Mon Aug 13 00:54:25 2018 @@ -0,0 +1,8 @@ +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. + +Beetle/Mednafen SGX is a NEC PC Engine SuperGrafx video game system emulator +that can be used as a libretro core. Index: pkgsrc/emulators/libretro-beetle-sgx/Makefile diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/Makefile:1.1 --- /dev/null Mon Aug 13 00:54:25 2018 +++ pkgsrc/emulators/libretro-beetle-sgx/Makefile Mon Aug 13 00:54:25 2018 @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2018/08/13 00:54:25 nia Exp $ + +DISTNAME= libretro-beetle-sgx-20180512 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= beetle-supergrafx-libretro +GITHUB_TAG= 0d4d96428073f8734e80a2ebc157daa228babe51 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/beetle_sgx/ +COMMENT= Libretro core based on the Mednafen SuperGrafx emulator +LICENSE= gnu-gpl-v2 + +EXTRACT_USING= bsdtar +USE_TOOLS+= gmake +USE_LANGUAGES= c c++ + +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" + +.include "../../mk/endian.mk" + +.if ${MACHINE_ENDIAN} == "big" +CFLAGS+= -DMSB_FIRST +CFLAGS+= -DBYTE_ORDER=BIG_ENDIAN +.endif + +INSTALLATION_DIRS+= ${PREFIX}/lib/libretro + +do-install: + ${INSTALL_LIB} ${WRKSRC}/mednafen_supergrafx_libretro.so \ + ${DESTDIR}${PREFIX}/lib/libretro/mednafen_supergrafx_libretro.so + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/emulators/libretro-beetle-sgx/PLIST diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/PLIST:1.1 --- /dev/null Mon Aug 13 00:54:25 2018 +++ pkgsrc/emulators/libretro-beetle-sgx/PLIST Mon Aug 13 00:54:25 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/13 00:54:25 nia Exp $ +lib/libretro/mednafen_supergrafx_libretro.so Index: pkgsrc/emulators/libretro-beetle-sgx/distinfo diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/distinfo:1.1 --- /dev/null Mon Aug 13 00:54:25 2018 +++ pkgsrc/emulators/libretro-beetle-sgx/distinfo Mon Aug 13 00:54:25 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/13 00:54:25 nia Exp $ + +SHA1 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = c0426ecdbeddda70b49e2a5dabe52b5931d60b0c +RMD160 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = f1fa8282647e97d692a419d866ed483cba007031 +SHA512 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = 6c8860b102c678b70f4eb41dc177b10a0db2e0ff59ef4168f35ab7c5b2c42258ef588925f89cdd970a2b1498731f9baa7790c0bf3368fb93db9a8d66deb9e757 +Size (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = 1140484 bytes --_----------=_1534121665179780--