Received: by mail.netbsd.org (Postfix, from userid 605) id 48D1084DE5; Tue, 2 Jun 2020 13:26:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C524184DC4 for ; Tue, 2 Jun 2020 13:26:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DwwMOxtXP5ly for ; Tue, 2 Jun 2020 13:26:27 +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 38C1D84CE1 for ; Tue, 2 Jun 2020 13:26:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 330FBFB27; Tue, 2 Jun 2020 13:26:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591104387275580" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 13:26:27 +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: <20200602132627.330FBFB27@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. --_----------=_1591104387275580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 2 13:26:27 UTC 2020 Modified Files: pkgsrc/emulators: Makefile Added Files: pkgsrc/emulators/libretro-gearsystem: DESCR Makefile PLIST Log Message: emulators: add libretro-gearsystem 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. Gearsystem is a cross-platform Sega Master System / Game Gear / SG-1000 emulator written in C++. To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327 pkgsrc/emulators/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-gearsystem/DESCR \ pkgsrc/emulators/libretro-gearsystem/Makefile \ pkgsrc/emulators/libretro-gearsystem/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591104387275580 Content-Disposition: inline Content-Length: 2515 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.326 pkgsrc/emulators/Makefile:1.327 --- pkgsrc/emulators/Makefile:1.326 Tue Jun 2 13:25:45 2020 +++ pkgsrc/emulators/Makefile Tue Jun 2 13:26:26 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.326 2020/06/02 13:25:45 nia Exp $ +# $NetBSD: Makefile,v 1.327 2020/06/02 13:26:26 nia Exp $ # COMMENT= Emulators for other operating systems @@ -115,6 +115,7 @@ SUBDIR+= libretro-freeintv SUBDIR+= libretro-fuse SUBDIR+= libretro-gambatte SUBDIR+= libretro-gearboy +SUBDIR+= libretro-gearsystem SUBDIR+= libretro-genesis-plus-gx SUBDIR+= libretro-mame2010 SUBDIR+= libretro-mgba Added files: Index: pkgsrc/emulators/libretro-gearsystem/DESCR diff -u /dev/null pkgsrc/emulators/libretro-gearsystem/DESCR:1.1 --- /dev/null Tue Jun 2 13:26:27 2020 +++ pkgsrc/emulators/libretro-gearsystem/DESCR Tue Jun 2 13:26:27 2020 @@ -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. + +Gearsystem is a cross-platform Sega Master System / Game Gear / SG-1000 +emulator written in C++. Index: pkgsrc/emulators/libretro-gearsystem/Makefile diff -u /dev/null pkgsrc/emulators/libretro-gearsystem/Makefile:1.1 --- /dev/null Tue Jun 2 13:26:27 2020 +++ pkgsrc/emulators/libretro-gearsystem/Makefile Tue Jun 2 13:26:27 2020 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/06/02 13:26:27 nia Exp $ + +LIBRETRO_CORE= gearsystem + +.include "../../emulators/gearsystem/Makefile.common" +.include "../../emulators/retroarch/core.mk" + +PKGNAME= libretro-${DISTNAME} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/gearsystem/ +COMMENT= Libretro core based on the Gearsystem Master System emlator +LICENSE= gnu-gpl-v3 + +BUILD_DIRS= platforms/libretro + +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-version-script=./link.T + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/emulators/libretro-gearsystem/PLIST diff -u /dev/null pkgsrc/emulators/libretro-gearsystem/PLIST:1.1 --- /dev/null Tue Jun 2 13:26:27 2020 +++ pkgsrc/emulators/libretro-gearsystem/PLIST Tue Jun 2 13:26:27 2020 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2020/06/02 13:26:27 nia Exp $ +lib/libretro/gearsystem_libretro.${SOEXT} --_----------=_1591104387275580--