pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/handy_sdl Initial import of handy_sdl-0.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8baf609fbccc
branches:  trunk
changeset: 551827:8baf609fbccc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 20 17:34:02 2008 +0000

description:
Initial import of handy_sdl-0.5:

Handy/SDL is a freeware software emulator which emulates Atari's
Lynx hand-held game device on your OS. Handy/SDL is based upon Keith
"Dysfunction" Wilkin's free Handy emulator.

diffstat:

 emulators/handy_sdl/DESCR    |   3 +++
 emulators/handy_sdl/Makefile |  25 +++++++++++++++++++++++++
 emulators/handy_sdl/PLIST    |   4 ++++
 emulators/handy_sdl/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 9628a250a7d3 -r 8baf609fbccc emulators/handy_sdl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/handy_sdl/DESCR Sat Dec 20 17:34:02 2008 +0000
@@ -0,0 +1,3 @@
+Handy/SDL is a freeware software emulator which emulates Atari's
+Lynx hand-held game device on your OS. Handy/SDL is based upon Keith
+"Dysfunction" Wilkin's free Handy emulator.
diff -r 9628a250a7d3 -r 8baf609fbccc emulators/handy_sdl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/handy_sdl/Makefile      Sat Dec 20 17:34:02 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $
+#
+
+DISTNAME=      handy_sdl-0.5-src
+PKGNAME=       ${DISTNAME:S/-src//}
+CATEGORIES=    emulators
+MASTER_SITES=  http://www.xs4all.nl/~shalafi/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sdlemu.ngemu.com/handysdl.php
+COMMENT=       Atari Lynx emulator
+
+MAKE_FILE=     Makefile-0.95
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS=     bin share/doc/handy_sdl
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/handy_sdl ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/handy_sdl
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9628a250a7d3 -r 8baf609fbccc emulators/handy_sdl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/handy_sdl/PLIST Sat Dec 20 17:34:02 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $
+bin/handy_sdl
+share/doc/handy_sdl/README
+@dirrm share/doc/handy_sdl
diff -r 9628a250a7d3 -r 8baf609fbccc emulators/handy_sdl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/handy_sdl/distinfo      Sat Dec 20 17:34:02 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $
+
+SHA1 (handy_sdl-0.5-src.tar.bz2) = a65f18781886d19878b9b14a577e1387ed3f6f19
+RMD160 (handy_sdl-0.5-src.tar.bz2) = 5dcc9ec50dcfbe6ca418b21dcb8ad5e36b14fc97
+Size (handy_sdl-0.5-src.tar.bz2) = 209616 bytes



Home | Main Index | Thread Index | Old Index