pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xyame Initial import of xyame-038.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/714fce632874
branches:  trunk
changeset: 478068:714fce632874
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 16 01:00:43 2004 +0000

description:
Initial import of xyame-038.

YAME is a multi-system emulator which currently emulates the Gameboy,
NES, and PC-Engine.

This is a Japanese emulator. It has sound logging, frameskip, and
realtime save/load. The man page is in Japanese though.

This package contains the Linux binary of the program.

diffstat:

 emulators/xyame/DESCR    |   7 +++++++
 emulators/xyame/Makefile |  29 +++++++++++++++++++++++++++++
 emulators/xyame/PLIST    |   3 +++
 emulators/xyame/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r fc66ce37188e -r 714fce632874 emulators/xyame/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xyame/DESCR     Fri Jul 16 01:00:43 2004 +0000
@@ -0,0 +1,7 @@
+YAME is a multi-system emulator which currently emulates the Gameboy,
+NES, and PC-Engine.
+
+This is a Japanese emulator. It has sound logging, frameskip, and
+realtime save/load. The man page is in Japanese though.
+
+This package contains the Linux binary of the program.
diff -r fc66ce37188e -r 714fce632874 emulators/xyame/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xyame/Makefile  Fri Jul 16 01:00:43 2004 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/16 01:00:43 wiz Exp $
+#
+
+DISTNAME=              xyame038
+PKGNAME=               xyame-038
+CATEGORIES=            emulators
+MASTER_SITES=          http://www.emuxhaven.net/emuxhaven/multis/
+
+MAINTAINER=            wiz%NetBSD.org@localhost
+#HOMEPAGE=             http://www.geocities.co.jp/Stylish/2068/yame.html
+COMMENT=               Multi-system emulator (Gameboy, NES, and PC-Engine)
+
+DEPENDS+=              suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
+
+WRKSRC=                ${WRKDIR}
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+NO_BUILDLINK=  yes
+
+CHECK_SHLIBS=  no
+
+ONLY_FOR_PLATFORM+=    *-*-i386
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/xyame ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/yame.6 ${PREFIX}/man/man6/xyame.6
+
+.include "../../emulators/suse_linux/Makefile.application"
+.include "../../mk/bsd.pkg.mk"
diff -r fc66ce37188e -r 714fce632874 emulators/xyame/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xyame/PLIST     Fri Jul 16 01:00:43 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/16 01:00:43 wiz Exp $
+bin/xyame
+man/man6/xyame.6
diff -r fc66ce37188e -r 714fce632874 emulators/xyame/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xyame/distinfo  Fri Jul 16 01:00:43 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/16 01:00:43 wiz Exp $
+
+SHA1 (xyame038.tar.gz) = 0af5635c68e026d23688eda9607e4c2b702b9973
+Size (xyame038.tar.gz) = 239396 bytes



Home | Main Index | Thread Index | Old Index