Received: by mail.netbsd.org (Postfix, from userid 605) id BAB0D84E3C; Sat, 11 Aug 2018 00:32:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D5ED584E07 for ; Sat, 11 Aug 2018 00:32: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 YQ5YOQzvnpSn for ; Sat, 11 Aug 2018 00:32:26 +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 D1D0E84DA6 for ; Sat, 11 Aug 2018 00:32:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4FFCFBEC; Sat, 11 Aug 2018 00:32:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533947545288210" MIME-Version: 1.0 Date: Sat, 11 Aug 2018 00:32: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: <20180811003225.C4FFCFBEC@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. --_----------=_1533947545288210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Aug 11 00:32:25 UTC 2018 Modified Files: pkgsrc/emulators: Makefile Added Files: pkgsrc/emulators/libretro-beetle-ngp: DESCR Makefile PLIST distinfo Log Message: emulators/libretro-beetle-ngp: Import libretro-beetle-ngp-20180720 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 package contains the Mednafen Neo Geo Pocket emulator for Libretro (based on NeoPop). To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 pkgsrc/emulators/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-ngp/DESCR \ pkgsrc/emulators/libretro-beetle-ngp/Makefile \ pkgsrc/emulators/libretro-beetle-ngp/PLIST \ pkgsrc/emulators/libretro-beetle-ngp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533947545288210 Content-Disposition: inline Content-Length: 3696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.262 pkgsrc/emulators/Makefile:1.263 --- pkgsrc/emulators/Makefile:1.262 Sat Aug 11 00:19:58 2018 +++ pkgsrc/emulators/Makefile Sat Aug 11 00:32:25 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.262 2018/08/11 00:19:58 nia Exp $ +# $NetBSD: Makefile,v 1.263 2018/08/11 00:32:25 nia Exp $ # COMMENT= Emulators for other operating systems @@ -88,6 +88,7 @@ SUBDIR+= kegs SUBDIR+= keystone SUBDIR+= klh10 SUBDIR+= libdsk +SUBDIR+= libretro-beetle-ngp SUBDIR+= libretro-beetle-pce-fast SUBDIR+= libretro-beetle-psx SUBDIR+= libretro-core-info Added files: Index: pkgsrc/emulators/libretro-beetle-ngp/DESCR diff -u /dev/null pkgsrc/emulators/libretro-beetle-ngp/DESCR:1.1 --- /dev/null Sat Aug 11 00:32:25 2018 +++ pkgsrc/emulators/libretro-beetle-ngp/DESCR Sat Aug 11 00:32: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. + +This package contains the Mednafen Neo Geo Pocket emulator for Libretro (based +on NeoPop). Index: pkgsrc/emulators/libretro-beetle-ngp/Makefile diff -u /dev/null pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.1 --- /dev/null Sat Aug 11 00:32:25 2018 +++ pkgsrc/emulators/libretro-beetle-ngp/Makefile Sat Aug 11 00:32:25 2018 @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2018/08/11 00:32:25 nia Exp $ + +DISTNAME= libretro-beetle-ngp-20180720 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= beetle-ngp-libretro +GITHUB_TAG= 69293c940ca27008ab2a1e37cc3077c677b36d1e + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/beetle_neopop/ +COMMENT= Libretro core based on the Mednafen Neo Geo Pocket emulator +LICENSE= gnu-gpl-v2 + +USE_TOOLS+= gmake +USE_LANGUAGES= c c++ +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" + +.include "../../mk/endian.mk" + +.if ${MACHINE_ENDIAN} == "big" +CFLAGS+= -DMSB_FIRST +.endif + +BUILD_MAKE_FLAGS+= GIT_VERSION="-pkgsrc" +INSTALLATION_DIRS+= ${PREFIX}/lib/libretro + +do-install: + ${INSTALL_LIB} ${WRKSRC}/mednafen_ngp_libretro.so \ + ${DESTDIR}${PREFIX}/lib/libretro/mednafen_ngp_libretro.so + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/emulators/libretro-beetle-ngp/PLIST diff -u /dev/null pkgsrc/emulators/libretro-beetle-ngp/PLIST:1.1 --- /dev/null Sat Aug 11 00:32:25 2018 +++ pkgsrc/emulators/libretro-beetle-ngp/PLIST Sat Aug 11 00:32:25 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/11 00:32:25 nia Exp $ +lib/libretro/mednafen_ngp_libretro.so Index: pkgsrc/emulators/libretro-beetle-ngp/distinfo diff -u /dev/null pkgsrc/emulators/libretro-beetle-ngp/distinfo:1.1 --- /dev/null Sat Aug 11 00:32:25 2018 +++ pkgsrc/emulators/libretro-beetle-ngp/distinfo Sat Aug 11 00:32:25 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/11 00:32:25 nia Exp $ + +SHA1 (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 742bed4eaf31e39711437e06a7341f5df4794b1e +RMD160 (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 996fceb31f2ddaad51ab63d4ee72b41005ba6148 +SHA512 (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = f845ed786c5f2103fccd71d8d206098af070c4da7082cd7412e0ee39e6494d27b2a7c0261c0e1b33a2b340bf64c25dc7b05dd271c75279d33ed281e515ad508a +Size (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 180743 bytes --_----------=_1533947545288210--