pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/libretro-smsplus



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 31 17:01:08 UTC 2020

Added Files:
        pkgsrc/emulators/libretro-smsplus: DESCR Makefile PLIST distinfo

Log Message:
emulators: Add libretro-smsplus

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.

SMS Plus is an open source Sega Master System and Game Gear emulator written
by Charles MacDonald.

SMS Plus GX is an enhanced version which includes improved accuracy and bug
fixes.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-smsplus/DESCR \
    pkgsrc/emulators/libretro-smsplus/Makefile \
    pkgsrc/emulators/libretro-smsplus/PLIST \
    pkgsrc/emulators/libretro-smsplus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/emulators/libretro-smsplus/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-smsplus/DESCR:1.1
--- /dev/null   Sun May 31 17:01:08 2020
+++ pkgsrc/emulators/libretro-smsplus/DESCR     Sun May 31 17:01:08 2020
@@ -0,0 +1,11 @@
+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.
+
+SMS Plus is an open source Sega Master System and Game Gear emulator written
+by Charles MacDonald.
+
+SMS Plus GX is an enhanced version which includes improved accuracy and bug
+fixes.
Index: pkgsrc/emulators/libretro-smsplus/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-smsplus/Makefile:1.1
--- /dev/null   Sun May 31 17:01:08 2020
+++ pkgsrc/emulators/libretro-smsplus/Makefile  Sun May 31 17:01:08 2020
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/05/31 17:01:08 nia Exp $
+
+DISTNAME=      libretro-smsplus-20200425
+CATEGORIES=    emulators
+GITHUB_PROJECT=        smsplus-gx
+GITHUB_TAG=    72b9bdccd6e5758ac17efd88b9bece94ec137e80
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/smsplus/
+COMMENT=       Libretro core based on the SMS Plus Master System / Game Gear emulator
+LICENSE=       gnu-gpl-v2
+
+MAKE_FILE=     Makefile.libretro
+LIBRETRO_CORE= smsplus
+
+MAKE_FLAGS+=   SOUND_ENGINE=crabemu_sn76489
+MAKE_FLAGS+=   Z80_CORE=eighty
+
+BUILDLINK_TRANSFORM+=  rm:-Wl,--version-script=link.T
+
+.include "../../emulators/retroarch/core.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-smsplus/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-smsplus/PLIST:1.1
--- /dev/null   Sun May 31 17:01:08 2020
+++ pkgsrc/emulators/libretro-smsplus/PLIST     Sun May 31 17:01:08 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/31 17:01:08 nia Exp $
+lib/libretro/smsplus_libretro.${SOEXT}
Index: pkgsrc/emulators/libretro-smsplus/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-smsplus/distinfo:1.1
--- /dev/null   Sun May 31 17:01:08 2020
+++ pkgsrc/emulators/libretro-smsplus/distinfo  Sun May 31 17:01:08 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/31 17:01:08 nia Exp $
+
+SHA1 (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = 9679221c25112dbcdf90100195613154ad62443f
+RMD160 (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = b6b47bec1688dfe79381284aea9064e05c89bba6
+SHA512 (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = 
ceac4d440ca9a8f3bf541d9772237da5fa653f6092ee7a67acefc0c09237cb5daa66a03f13a51d25a4616a96bea3a9694e1ca53761b762847ddfb62d3902d079
+Size (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = 448757 bytes



Home | Main Index | Thread Index | Old Index