pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/fuse-utils Fuse is the Free Unix Spectrum Em...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1275dfd8d528
branches:  trunk
changeset: 461421:1275dfd8d528
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 16 10:01:34 2003 +0000

description:
Fuse is the Free Unix Spectrum Emulator.
* Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any
computer you're likely to try it on.
* Support for loading from .tzx files.
* Sound (on system supporting the Open Sound System or BSD/Solaris).
* Kempston joystick emulation.
* Emulation of the various printer you could attach to the Spectrum.
* Very basic support for RZX files.

Changes 0.6.1:
        * Add `snapconv' utility to convert between snapshot formats
          (Philip Kendall).

        * Add `rzxcheck' utility to verify the digitial signature in an
          RZX file (Philip Kendall).

        * listbasic: a line number of >= 16384 implies the end of BASIC,
          not just > 16384 (Darren Salt).

        * listbasic: formatting improvements and support for 128K and
          TC2068 keywords (Darren Salt).

        * listbasic: add man page (Philip Kendall).

        * Various improvements due to libspectrum changes: notably support
          for Warajevo .tap files and many more snapshot formats.

diffstat:

 emulators/fuse-utils/DESCR    |   8 ++++++++
 emulators/fuse-utils/Makefile |  17 +++++++++++++++++
 emulators/fuse-utils/PLIST    |  16 ++++++++++++++++
 emulators/fuse-utils/distinfo |   4 ++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 3644509ea9ea -r 1275dfd8d528 emulators/fuse-utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/fuse-utils/DESCR        Tue Sep 16 10:01:34 2003 +0000
@@ -0,0 +1,8 @@
+Fuse is the Free Unix Spectrum Emulator.
+* Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any
+computer you're likely to try it on.
+* Support for loading from .tzx files.
+* Sound (on system supporting the Open Sound System or BSD/Solaris).
+* Kempston joystick emulation.
+* Emulation of the various printer you could attach to the Spectrum.
+* Very basic support for RZX files.
diff -r 3644509ea9ea -r 1275dfd8d528 emulators/fuse-utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/fuse-utils/Makefile     Tue Sep 16 10:01:34 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $
+
+DISTNAME=      fuse-utils-0.6.1
+CATEGORIES=    emulators
+MASTER_SITES=  http://www.srcf.ucam.org/~pak21/spectrum/
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
+COMMENT=       ZX Spectrum Emulator utilities
+
+USE_BUILDLINK2=        yes
+USE_X11=       yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/glib/buildlink2.mk"
+.include "../../emulators/libspectrum/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3644509ea9ea -r 1275dfd8d528 emulators/fuse-utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/fuse-utils/PLIST        Tue Sep 16 10:01:34 2003 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $
+bin/listbasic
+bin/rzxdump
+bin/rzxtool
+bin/scl2trd
+bin/snapconv
+bin/tapeconv
+bin/tzxlist
+man/man1/listbasic.1
+man/man1/rzxcheck.1
+man/man1/rzxdump.1
+man/man1/rzxtool.1
+man/man1/scl2trd.1
+man/man1/snapconv.1
+man/man1/tapeconv.1
+man/man1/tzxlist.1
diff -r 3644509ea9ea -r 1275dfd8d528 emulators/fuse-utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/fuse-utils/distinfo     Tue Sep 16 10:01:34 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $
+
+SHA1 (fuse-utils-0.6.1.tar.gz) = 483821d02f6fce806f6d12fb173d8ac293a9606c
+Size (fuse-utils-0.6.1.tar.gz) = 72677 bytes



Home | Main Index | Thread Index | Old Index