pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/stella-sdl Initial import of stella-sdl (SDL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19c63692ce19
branches:  trunk
changeset: 476218:19c63692ce19
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Jun 05 12:00:24 2004 +0000

description:
Initial import of stella-sdl (SDL port of Stella Atari 2600 emulator).

diffstat:

 emulators/stella-sdl/DESCR    |   9 +++++++++
 emulators/stella-sdl/Makefile |  16 ++++++++++++++++
 emulators/stella-sdl/PLIST    |  15 +++++++++++++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 8fbd731154ae -r 19c63692ce19 emulators/stella-sdl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/stella-sdl/DESCR        Sat Jun 05 12:00:24 2004 +0000
@@ -0,0 +1,9 @@
+Stella is a freely distributed multi-platform Atari 2600 VCS emulator;
+originally developed for Linux by Bradford W. Mott. Stella allows you to
+enjoy all of your favorite 2600 games once again by emulating the 2600's
+hardware with software. Stella is written in C++, which allows it to be
+ported to other operating systems and architectures. Since its original
+release Stella has been ported to AcornOS, AmigaOS, DOS, FreeBSD, IRIX,
+Linux, MacOS, OpenStep, OS/2, Unix, and Windows.
+
+This version uses SDL.
diff -r 8fbd731154ae -r 19c63692ce19 emulators/stella-sdl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/stella-sdl/Makefile     Sat Jun 05 12:00:24 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 12:00:24 dillo Exp $
+
+PKGNAME=       stella-sdl-${STELLA_VERSION}
+CONFLICTS=     stella-[0-9]*
+
+.include "../stella/Makefile.common"
+
+# SOUND_SDL doesn't work
+#MAKE_ENV+=    SOUND_SDL=1
+MAKE_ENV+=     SOUND_OSS=1 JOYSTICK_SUPPORT=1
+ALL_TARGET=    linux-sdl
+STELLA=                stella.sdl
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8fbd731154ae -r 19c63692ce19 emulators/stella-sdl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/stella-sdl/PLIST        Sat Jun 05 12:00:24 2004 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/05 12:00:25 dillo Exp $
+bin/stella
+share/doc/html/stella/graphics/chucky_cheese.png
+share/doc/html/stella/graphics/circuit.png
+share/doc/html/stella/graphics/console.png
+share/doc/html/stella/graphics/jr_pacman.png
+share/doc/html/stella/graphics/pacman.png
+share/doc/html/stella/graphics/secret_quest.png
+share/doc/html/stella/graphics/space_invaders.png
+share/doc/html/stella/stella.html
+share/examples/stella/stellarc.default
+share/stella/stella.pro
+@dirrm share/doc/html/stella/graphics
+@dirrm share/doc/html/stella
+@dirrm share/stella



Home | Main Index | Thread Index | Old Index