diff options
Diffstat (limited to 'emulators/fuse-utils')
-rw-r--r-- | emulators/fuse-utils/DESCR | 8 | ||||
-rw-r--r-- | emulators/fuse-utils/Makefile | 17 | ||||
-rw-r--r-- | emulators/fuse-utils/PLIST | 16 | ||||
-rw-r--r-- | emulators/fuse-utils/distinfo | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/emulators/fuse-utils/DESCR b/emulators/fuse-utils/DESCR new file mode 100644 index 00000000000..388cb75a9e5 --- /dev/null +++ b/emulators/fuse-utils/DESCR @@ -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 --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile new file mode 100644 index 00000000000..b1eb97d32ce --- /dev/null +++ b/emulators/fuse-utils/Makefile @@ -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 +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 --git a/emulators/fuse-utils/PLIST b/emulators/fuse-utils/PLIST new file mode 100644 index 00000000000..bda5feb62fe --- /dev/null +++ b/emulators/fuse-utils/PLIST @@ -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 --git a/emulators/fuse-utils/distinfo b/emulators/fuse-utils/distinfo new file mode 100644 index 00000000000..a0d1b72df87 --- /dev/null +++ b/emulators/fuse-utils/distinfo @@ -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 |