pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/dgen Initial import of dgen 1.2.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a5fd465d461
branches: trunk
changeset: 461989:2a5fd465d461
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Sep 25 04:53:23 2003 +0000
description:
Initial import of dgen 1.2.3.
Package provided by pancake <pancake%phreaker.net@localhost> via pkgsrc-wip.
This is DGen/SDL, a semi-fantastic emulator for Unix-esque operating systems
supported by the Simple DirectMedia Layer (SDL) library. It produces a virtual
environment in which Sega Genesis (MegaDrive outside the US) games may run
with fairly accurate audio and video.
diffstat:
emulators/dgen/DESCR | 4 ++++
emulators/dgen/Makefile | 24 ++++++++++++++++++++++++
emulators/dgen/PLIST | 6 ++++++
emulators/dgen/distinfo | 4 ++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r 38932266087f -r 2a5fd465d461 emulators/dgen/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dgen/DESCR Thu Sep 25 04:53:23 2003 +0000
@@ -0,0 +1,4 @@
+This is DGen/SDL, a semi-fantastic emulator for Unix-esque operating systems
+supported by the Simple DirectMedia Layer (SDL) library. It produces a virtual
+environment in which Sega Genesis (MegaDrive outside the US) games may run
+with fairly accurate audio and video.
diff -r 38932266087f -r 2a5fd465d461 emulators/dgen/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dgen/Makefile Thu Sep 25 04:53:23 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $
+#
+
+DISTNAME= dgen-sdl-1.23
+CATEGORIES= emulators
+MASTER_SITES= http://www.pknet.com/~joe/
+
+MAINTAINER= pancake%phreaker.net@localhost
+HOMEPAGE= http://www.pknet.com/~joe/dgen-sdl.html
+COMMENT= Genesis/Megadrive emulator for Unix platforms
+
+.if ${MACHINE_ARCH} == "i386"
+DEPENDS+= nasm-[0-9]*:../../devel/nasm
+.endif
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_BUILDLINK2= yes
+
+CONFIGURE_ARGS+= --with-extra-opt
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 38932266087f -r 2a5fd465d461 emulators/dgen/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dgen/PLIST Thu Sep 25 04:53:23 2003 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $
+bin/dgen
+bin/tobin
+man/man1/dgen.1
+man/man1/tobin.1
+man/man5/dgenrc.5
diff -r 38932266087f -r 2a5fd465d461 emulators/dgen/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dgen/distinfo Thu Sep 25 04:53:23 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $
+
+SHA1 (dgen-sdl-1.23.tar.gz) = c37096e5dd7c9f2c2c75496769d6d2b610a3a488
+Size (dgen-sdl-1.23.tar.gz) = 340556 bytes
Home |
Main Index |
Thread Index |
Old Index