summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-11-13 10:41:09 +0000
committerwiz <wiz@pkgsrc.org>2013-11-13 10:41:09 +0000
commit44455480020303659681fd89c95ded81eab15277 (patch)
tree32a253c257cd91730a30667dadd892446bd77529 /emulators
parent0ad6bf14eb43e4c61357b9beafc9dac0b5534d8f (diff)
downloadpkgsrc-44455480020303659681fd89c95ded81eab15277.tar.gz
Import realboy-0.1.3 as emulators/realboy.
RealBoy is a Free, Fast, Yet Accurate, Game Boy/Game Boy Color Emulator for Linux/Unix. It has both technical as well as educational goals. Technically, it aims for the following: 1) Accuracy. Perhaps the most important technical goal, as seen in the best closed-sourced emulators, such as KiGB and BGB, and some free emulators, such as Gambatte and MESS. 2) Performance. Show that it is possible to implement a very fast emulator without sacrificing accuracy. 3) Feature-rich. Implement advanced features such as a flexible internal debugger.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/realboy/DESCR15
-rw-r--r--emulators/realboy/Makefile20
-rw-r--r--emulators/realboy/PLIST3
-rw-r--r--emulators/realboy/distinfo5
4 files changed, 43 insertions, 0 deletions
diff --git a/emulators/realboy/DESCR b/emulators/realboy/DESCR
new file mode 100644
index 00000000000..6c32605bd27
--- /dev/null
+++ b/emulators/realboy/DESCR
@@ -0,0 +1,15 @@
+RealBoy is a Free, Fast, Yet Accurate, Game Boy/Game Boy Color
+Emulator for Linux/Unix. It has both technical as well as educational
+goals.
+
+Technically, it aims for the following:
+
+1) Accuracy. Perhaps the most important technical goal, as seen in
+the best closed-sourced emulators, such as KiGB and BGB, and some
+free emulators, such as Gambatte and MESS.
+
+2) Performance. Show that it is possible to implement a very fast
+emulator without sacrificing accuracy.
+
+3) Feature-rich. Implement advanced features such as a flexible
+internal debugger.
diff --git a/emulators/realboy/Makefile b/emulators/realboy/Makefile
new file mode 100644
index 00000000000..371e59bd017
--- /dev/null
+++ b/emulators/realboy/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/11/13 10:41:09 wiz Exp $
+
+DISTNAME= realboy-0.1.3
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=realboy/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://realboyemulator.wordpress.com/
+COMMENT= Complete, fast, yet accurate Game Boy/Game Boy Color emulator
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+INSTALLATION_DIRS= share/doc/realboy
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/realboy
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/realboy/PLIST b/emulators/realboy/PLIST
new file mode 100644
index 00000000000..a5c35ba374f
--- /dev/null
+++ b/emulators/realboy/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/11/13 10:41:09 wiz Exp $
+bin/realboy
+share/doc/realboy/README
diff --git a/emulators/realboy/distinfo b/emulators/realboy/distinfo
new file mode 100644
index 00000000000..900249d08d9
--- /dev/null
+++ b/emulators/realboy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/11/13 10:41:09 wiz Exp $
+
+SHA1 (realboy-0.1.3.tar.bz2) = c0462069e39cd5ac54d713fced8a309b8b050dc7
+RMD160 (realboy-0.1.3.tar.bz2) = d3793a3773f1db19811980819beba76e9242cc2e
+Size (realboy-0.1.3.tar.bz2) = 147652 bytes