summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam>2004-02-13 13:42:15 +0000
committeradam <adam>2004-02-13 13:42:15 +0000
commit6e2d390956e892c540aa94873662ccc1893c7f14 (patch)
tree9bba5e36fea01b784b3c4aa0dee93d922e995dad /emulators
parentb8e7117c4c56aec3b191d6b321c50a8f6d09ac97 (diff)
downloadpkgsrc-6e2d390956e892c540aa94873662ccc1893c7f14.tar.gz
Changes 0.6.2:
* Add some small bits of system information (OS, libspectrum version) into creator custom data for formats which support this. * QNX6 compilation fixes and package file. * rzxcheck: return 1 if the RZX file does not have a good signature. * rzxdump: use libgcrypt 1.1.42 or later. * snap2tzx: new utility to convert snapshots to tape files. Heavily based on Tomaz Kac's 'z802tzx'. * tapeconv: remove double-free bug if tape reading fails.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fuse-utils/Makefile17
-rw-r--r--emulators/fuse-utils/PLIST6
-rw-r--r--emulators/fuse-utils/distinfo6
3 files changed, 17 insertions, 12 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile
index b1eb97d32ce..50a7b3abe8b 100644
--- a/emulators/fuse-utils/Makefile
+++ b/emulators/fuse-utils/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/13 13:42:15 adam Exp $
+#
-DISTNAME= fuse-utils-0.6.1
+DISTNAME= fuse-utils-0.6.2
CATEGORIES= emulators
-MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
+HOMEPAGE= http://fuse-emulator.sourceforge.net/
COMMENT= ZX Spectrum Emulator utilities
-USE_BUILDLINK2= yes
-USE_X11= yes
-GNU_CONFIGURE= yes
+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
index bda5feb62fe..c5f091285fa 100644
--- a/emulators/fuse-utils/PLIST
+++ b/emulators/fuse-utils/PLIST
@@ -1,16 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/13 13:42:15 adam Exp $
bin/listbasic
+bin/rzxcheck
bin/rzxdump
bin/rzxtool
bin/scl2trd
+bin/snap2tzx
bin/snapconv
bin/tapeconv
bin/tzxlist
+man/man1/fuse-utils.1
man/man1/listbasic.1
man/man1/rzxcheck.1
man/man1/rzxdump.1
man/man1/rzxtool.1
man/man1/scl2trd.1
+man/man1/snap2tzx.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
index a0d1b72df87..999b49e4b80 100644
--- a/emulators/fuse-utils/distinfo
+++ b/emulators/fuse-utils/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/16 10:01:34 adam Exp $
+$NetBSD: distinfo,v 1.2 2004/02/13 13:42:15 adam Exp $
-SHA1 (fuse-utils-0.6.1.tar.gz) = 483821d02f6fce806f6d12fb173d8ac293a9606c
-Size (fuse-utils-0.6.1.tar.gz) = 72677 bytes
+SHA1 (fuse-utils-0.6.2.tar.gz) = 60d3ac5803429f4ca98e3f72d4206827d61fdad5
+Size (fuse-utils-0.6.2.tar.gz) = 69305 bytes