pkgsrc-WIP-changes archive

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

libretro-4do: Import libretro-4do-20170423 as wip/libretro-4do



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat May 13 10:43:42 2017 +0100
Changeset:	47730527a4cb701ee1b49e78f15dd3070dec8f8a

Added Files:
	libretro-4do/DESCR
	libretro-4do/MESSAGE
	libretro-4do/Makefile
	libretro-4do/PLIST
	libretro-4do/distinfo

Log Message:
libretro-4do: Import libretro-4do-20170423 as wip/libretro-4do

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.

4DO emulates the 3DO Interactive Multiplayer games console.

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

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

diffstat:
 libretro-4do/DESCR    |  7 +++++++
 libretro-4do/MESSAGE  | 11 +++++++++++
 libretro-4do/Makefile | 19 +++++++++++++++++++
 libretro-4do/PLIST    |  2 ++
 libretro-4do/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/libretro-4do/DESCR b/libretro-4do/DESCR
new file mode 100644
index 0000000000..be7d3039f0
--- /dev/null
+++ b/libretro-4do/DESCR
@@ -0,0 +1,7 @@
+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.
+
+4DO emulates the 3DO Interactive Multiplayer games console.
diff --git a/libretro-4do/MESSAGE b/libretro-4do/MESSAGE
new file mode 100644
index 0000000000..987231df6f
--- /dev/null
+++ b/libretro-4do/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD$
+
+4DO requires a BIOS file in order to work (panafz10.bin).
+
+In retroarch, you'll need to place it in the System Directory.
+
+Alternatively, you can place it into your Content Directory next to the
+software you are going to run. 
+
+===========================================================================
diff --git a/libretro-4do/Makefile b/libretro-4do/Makefile
new file mode 100644
index 0000000000..d121bfc996
--- /dev/null
+++ b/libretro-4do/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	libretro-4do-20170423
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
+COMMENT=	Libretro core based on the 4DO 3DO emulator
+
+GITHUB_PROJECT=	4do-libretro
+GITHUB_TAG=	1c3ee3cd4a327ad87fb7fcfd93fddc851119cb6b	
+
+USE_TOOLS=	gmake
+
+INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
+
+do-install:
+	${INSTALL_LIB} ${WRKSRC}/4do_libretro.so \
+	    ${DESTDIR}${PREFIX}/lib/libretro/4do_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-4do/PLIST b/libretro-4do/PLIST
new file mode 100644
index 0000000000..9ab1fa80d1
--- /dev/null
+++ b/libretro-4do/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/4do_libretro.so
diff --git a/libretro-4do/distinfo b/libretro-4do/distinfo
new file mode 100644
index 0000000000..d5527d6d3d
--- /dev/null
+++ b/libretro-4do/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-4do-20170423-1c3ee3cd4a327ad87fb7fcfd93fddc851119cb6b.tar.gz) = abf398cd253b8db3f774b3a6ab23ddf42a98780a
+RMD160 (libretro-4do-20170423-1c3ee3cd4a327ad87fb7fcfd93fddc851119cb6b.tar.gz) = 0203e9fab8e528ef705008799d93d6c4b518fee9
+SHA512 (libretro-4do-20170423-1c3ee3cd4a327ad87fb7fcfd93fddc851119cb6b.tar.gz) = 998b9ce16765fcae71e3fb9ada25561bfd902382d11d0bec8278b14c4addc10e7ca0c7b96a57e944d4c1cf0e28d187cd8fa002ae763779abc6a2641ed0bc7fec
+Size (libretro-4do-20170423-1c3ee3cd4a327ad87fb7fcfd93fddc851119cb6b.tar.gz) = 96480 bytes


Home | Main Index | Thread Index | Old Index