pkgsrc-WIP-changes archive

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

libretro-mednafen-supergrafx: Import libretro-mednafen-supergrafx-20170321 as wip/libretro-mednafen-supergrafx



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun May 14 17:31:28 2017 +0100
Changeset:	b495a0daa6fb95ff07b467e702bbd9675b721fdd

Modified Files:
	Makefile
Added Files:
	libretro-mednafen-supergrafx/DESCR
	libretro-mednafen-supergrafx/Makefile
	libretro-mednafen-supergrafx/PLIST
	libretro-mednafen-supergrafx/distinfo

Log Message:
libretro-mednafen-supergrafx: Import libretro-mednafen-supergrafx-20170321
as wip/libretro-mednafen-supergrafx

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.

PC Engine SuperGrafx is a NEC PC Engine SuperGrafx video game system emulator
that can be used as a libretro core.

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

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

diffstat:
 Makefile                              |  1 +
 libretro-mednafen-supergrafx/DESCR    |  8 ++++++++
 libretro-mednafen-supergrafx/Makefile | 22 ++++++++++++++++++++++
 libretro-mednafen-supergrafx/PLIST    |  2 ++
 libretro-mednafen-supergrafx/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8eda2e73c5..9217565d6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1731,6 +1731,7 @@ SUBDIR+=	libretro-mame2014
 SUBDIR+=	libretro-mednafen-ngp
 SUBDIR+=	libretro-mednafen-pce-fast
 SUBDIR+=	libretro-mednafen-psx
+SUBDIR+=	libretro-mednafen-supergrafx
 SUBDIR+=	libretro-mednafen-vb
 SUBDIR+=	libretro-mednafen-wswan
 SUBDIR+=	libretro-nestopia
diff --git a/libretro-mednafen-supergrafx/DESCR b/libretro-mednafen-supergrafx/DESCR
new file mode 100644
index 0000000000..aaf87abc97
--- /dev/null
+++ b/libretro-mednafen-supergrafx/DESCR
@@ -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.
+
+PC Engine SuperGrafx is a NEC PC Engine SuperGrafx video game system emulator
+that can be used as a libretro core.
diff --git a/libretro-mednafen-supergrafx/Makefile b/libretro-mednafen-supergrafx/Makefile
new file mode 100644
index 0000000000..d809f4df9c
--- /dev/null
+++ b/libretro-mednafen-supergrafx/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	libretro-mednafen-supergrafx-20170321
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
+COMMENT=	Libretro core based on the Mednafen SuperGrafx emulator
+LICENSE=	gnu-gpl-v2
+
+GITHUB_PROJECT=	beetle-supergrafx-libretro
+GITHUB_TAG=	951421d39e6e713395b397c8b2e694aa9eae997d
+
+USE_TOOLS=	gmake
+
+USE_LANGUAGES=	c c++
+
+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"
diff --git a/libretro-mednafen-supergrafx/PLIST b/libretro-mednafen-supergrafx/PLIST
new file mode 100644
index 0000000000..1523a53195
--- /dev/null
+++ b/libretro-mednafen-supergrafx/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/mednafen_supergrafx_libretro.so
diff --git a/libretro-mednafen-supergrafx/distinfo b/libretro-mednafen-supergrafx/distinfo
new file mode 100644
index 0000000000..d530537003
--- /dev/null
+++ b/libretro-mednafen-supergrafx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-mednafen-supergrafx-20170321-951421d39e6e713395b397c8b2e694aa9eae997d.tar.gz) = 30d72c6413ef015c234227b198d603b4e5dbcd4a
+RMD160 (libretro-mednafen-supergrafx-20170321-951421d39e6e713395b397c8b2e694aa9eae997d.tar.gz) = 43128c7bdb960b552fefb028579f05a3b558105c
+SHA512 (libretro-mednafen-supergrafx-20170321-951421d39e6e713395b397c8b2e694aa9eae997d.tar.gz) = f9586cfe2b64766dace772e22fd748f50b3efad5588d4ac2367cde1def2b81e03c0860ff21fc31392134b35ae49c3ffd3d820c189864df66c28e74394343fc3f
+Size (libretro-mednafen-supergrafx-20170321-951421d39e6e713395b397c8b2e694aa9eae997d.tar.gz) = 349789 bytes


Home | Main Index | Thread Index | Old Index