pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/dega Initial import of dega, version 1.07:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a733044ed59d
branches: trunk
changeset: 461352:a733044ed59d
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Sep 14 19:10:01 2003 +0000
description:
Initial import of dega, version 1.07:
Dega is a Sega Master System, Sega Mark III and Sega Game Gear emulator.
It uses the SDL library.
Provided by pancake%phreaker.net@localhost in pkgsrc-wip with some minor changes by me.
diffstat:
emulators/dega/DESCR | 2 ++
emulators/dega/Makefile | 22 ++++++++++++++++++++++
emulators/dega/PLIST | 2 ++
emulators/dega/distinfo | 4 ++++
4 files changed, 30 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 601a4c7c8418 -r a733044ed59d emulators/dega/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dega/DESCR Sun Sep 14 19:10:01 2003 +0000
@@ -0,0 +1,2 @@
+Dega is a Sega Master System, Sega Mark III and Sega Game Gear emulator.
+It uses the SDL library.
diff -r 601a4c7c8418 -r a733044ed59d emulators/dega/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dega/Makefile Sun Sep 14 19:10:01 2003 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $
+#
+
+DISTNAME= dega-1.07
+CATEGORIES= emulators
+MASTER_SITES= http://www.emulinks.de/emus/
+
+MAINTAINER= pancake%phreaker.net@localhost
+HOMEPAGE= http://www.finalburn.com/dega/
+COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator
+
+BUILD_DEPENDS= nasm>=0.98:../../devel/nasm
+
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+USE_X11= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 601a4c7c8418 -r a733044ed59d emulators/dega/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dega/PLIST Sun Sep 14 19:10:01 2003 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $
+bin/dega
diff -r 601a4c7c8418 -r a733044ed59d emulators/dega/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/dega/distinfo Sun Sep 14 19:10:01 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $
+
+SHA1 (dega-1.07.tar.gz) = 1401e5af566bc3e7658a4552940219688c082ce8
+Size (dega-1.07.tar.gz) = 85189 bytes
Home |
Main Index |
Thread Index |
Old Index