pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/sms_sdl Initial import of emulators/sms_sdl:
details: https://anonhg.NetBSD.org/pkgsrc/rev/70f6dc1ac41c
branches: trunk
changeset: 497296:70f6dc1ac41c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 24 14:01:02 2005 +0000
description:
Initial import of emulators/sms_sdl:
SMS Plus is Sega Master System and Game Gear emulator. Originally,
it was written to run under DOS. Since Charles Mac Donald released
his emulator under the GPL terms, this emulator has been ported to
different platforms.
diffstat:
emulators/sms_sdl/DESCR | 4 ++++
emulators/sms_sdl/Makefile | 28 ++++++++++++++++++++++++++++
emulators/sms_sdl/PLIST | 7 +++++++
emulators/sms_sdl/distinfo | 5 +++++
4 files changed, 44 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r bfc01c9cf994 -r 70f6dc1ac41c emulators/sms_sdl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sms_sdl/DESCR Sun Jul 24 14:01:02 2005 +0000
@@ -0,0 +1,4 @@
+SMS Plus is Sega Master System and Game Gear emulator. Originally,
+it was written to run under DOS. Since Charles Mac Donald released
+his emulator under the GPL terms, this emulator has been ported to
+different platforms.
diff -r bfc01c9cf994 -r 70f6dc1ac41c emulators/sms_sdl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sms_sdl/Makefile Sun Jul 24 14:01:02 2005 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $
+#
+
+DISTNAME= sms_sdl-0.9.4a-r7.1-src
+PKGNAME= sms_sdl-0.9.4a.7.1
+CATEGORIES= emulators
+MASTER_SITES= http://membres.lycos.fr/cyxdown/smssdl/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://membres.lycos.fr/cyxdown/smssdl/
+COMMENT= SMS Plus emulator port to SDL
+
+WRKSRC= ${WRKDIR}/sms_sdl-0.9.4a-r7.1/sdl
+EXTRACT_CMD_OPTS.zip= -aqo
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sms_sdl ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sms_sdl
+ ${INSTALL_DATA} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/sms_sdl
+ ${INSTALL_DATA} ${WRKSRC}/../license ${PREFIX}/share/doc/sms_sdl
+ ${INSTALL_DATA} ${WRKSRC}/../README.TXT \
+ ${PREFIX}/share/doc/sms_sdl/README-CORE.TXT
+ ${INSTALL_DATA} ${WRKSRC}/../SOURCE.TXT ${PREFIX}/share/doc/sms_sdl
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bfc01c9cf994 -r 70f6dc1ac41c emulators/sms_sdl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sms_sdl/PLIST Sun Jul 24 14:01:02 2005 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $
+bin/sms_sdl
+share/doc/sms_sdl/README-CORE.TXT
+share/doc/sms_sdl/README.TXT
+share/doc/sms_sdl/SOURCE.TXT
+share/doc/sms_sdl/license
+@dirrm share/doc/sms_sdl
diff -r bfc01c9cf994 -r 70f6dc1ac41c emulators/sms_sdl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sms_sdl/distinfo Sun Jul 24 14:01:02 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $
+
+SHA1 (sms_sdl-0.9.4a-r7.1-src.zip) = 66147e5b9d69eca64924093ca26c580acf20c493
+RMD160 (sms_sdl-0.9.4a-r7.1-src.zip) = 98a7b6101a496f80b5c5b54231816d39a69e40f5
+Size (sms_sdl-0.9.4a-r7.1-src.zip) = 113154 bytes
Home |
Main Index |
Thread Index |
Old Index