pkgsrc-WIP-changes archive

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

libretro-gearsystem: Import libretro-gearsystem-20180416



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Wed May 2 16:00:51 2018 +0100
Changeset:	614efb242de4a4a4ed6d73e1acddd1710535154d

Added Files:
	libretro-gearsystem/DESCR
	libretro-gearsystem/Makefile
	libretro-gearsystem/PLIST
	libretro-gearsystem/distinfo

Log Message:
libretro-gearsystem: Import libretro-gearsystem-20180416

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 an open source, multi-platform, Sega Master System / Game Gear
emulator written in C++.

* Highly accurate Z80 core, including undocumented opcodes and behaviour like R
and MEMPTR registers.
* Multi-Mapper support: SEGA, Codemasters, and ROM only cartridges.
* Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
* Internal database for rom detection
* Highly accurate VDP emulation including timing and SMS2 only 224 mode support.
* Battery powered RAM save support.
* Save states.
* Game Genie and Pro Action Replay cheat support.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=614efb242de4a4a4ed6d73e1acddd1710535154d

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

diffstat:
 libretro-gearsystem/DESCR    | 18 ++++++++++++++++++
 libretro-gearsystem/Makefile | 30 ++++++++++++++++++++++++++++++
 libretro-gearsystem/PLIST    |  2 ++
 libretro-gearsystem/distinfo |  6 ++++++
 4 files changed, 56 insertions(+)

diffs:
diff --git a/libretro-gearsystem/DESCR b/libretro-gearsystem/DESCR
new file mode 100644
index 0000000000..d5fc1e3674
--- /dev/null
+++ b/libretro-gearsystem/DESCR
@@ -0,0 +1,18 @@
+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 an open source, multi-platform, Sega Master System / Game Gear
+emulator written in C++.
+
+* Highly accurate Z80 core, including undocumented opcodes and behaviour like R
+and MEMPTR registers.
+* Multi-Mapper support: SEGA, Codemasters, and ROM only cartridges.
+* Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
+* Internal database for rom detection
+* Highly accurate VDP emulation including timing and SMS2 only 224 mode support.
+* Battery powered RAM save support.
+* Save states.
+* Game Genie and Pro Action Replay cheat support.
diff --git a/libretro-gearsystem/Makefile b/libretro-gearsystem/Makefile
new file mode 100644
index 0000000000..d8e73f4d80
--- /dev/null
+++ b/libretro-gearsystem/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	libretro-gearsystem-20180416
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=drhelius/}
+GITHUB_PROJECT=	Gearsystem
+GITHUB_TAG=	4ca3b977df9eae08368dfe2db28c3e613f182213
+
+HOMEPAGE=	https://docs.libretro.com/library/gearsystem/
+COMMENT=	Libretro core for Sega Master System emulation
+LICENSE=	gnu-gpl-v3
+
+EXTRACT_USING=	bsdtar
+BUILD_DIRS=	platforms/libretro
+USE_TOOLS+=	gmake
+USE_LANGUAGES=	c c++
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=	-DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
+
+do-install:
+	${INSTALL_LIB} ${WRKSRC}/platforms/libretro/gearsystem_libretro.so \
+	    ${DESTDIR}${PREFIX}/lib/libretro/gearsystem_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-gearsystem/PLIST b/libretro-gearsystem/PLIST
new file mode 100644
index 0000000000..c518ffe385
--- /dev/null
+++ b/libretro-gearsystem/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/gearsystem_libretro.so
diff --git a/libretro-gearsystem/distinfo b/libretro-gearsystem/distinfo
new file mode 100644
index 0000000000..95ae9ff5ba
--- /dev/null
+++ b/libretro-gearsystem/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-gearsystem-20180416-4ca3b977df9eae08368dfe2db28c3e613f182213.tar.gz) = 45fbd946bdba5853b32cb6549f54c75eba75a33e
+RMD160 (libretro-gearsystem-20180416-4ca3b977df9eae08368dfe2db28c3e613f182213.tar.gz) = 82cdb87e2fbefddf47e1ef514708643ef370e552
+SHA512 (libretro-gearsystem-20180416-4ca3b977df9eae08368dfe2db28c3e613f182213.tar.gz) = eb4146372c83c814ec626d38377b97376518392ac01da1b0d9311060a3a8132e35baf32ce83d87f2691c86b6a421035bda46d749fd5d157a10c07f41c299f793
+Size (libretro-gearsystem-20180416-4ca3b977df9eae08368dfe2db28c3e613f182213.tar.gz) = 10086387 bytes


Home | Main Index | Thread Index | Old Index