pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/fuse-utils Changes 0.6.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/814032814564
branches:  trunk
changeset: 468376:814032814564
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 13 13:42:15 2004 +0000

description:
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:

 emulators/fuse-utils/Makefile |  17 +++++++++--------
 emulators/fuse-utils/PLIST    |   6 +++++-
 emulators/fuse-utils/distinfo |   6 +++---
 3 files changed, 17 insertions(+), 12 deletions(-)

diffs (66 lines):

diff -r 8ff187800f41 -r 814032814564 emulators/fuse-utils/Makefile
--- a/emulators/fuse-utils/Makefile     Fri Feb 13 13:40:15 2004 +0000
+++ b/emulators/fuse-utils/Makefile     Fri Feb 13 13:42:15 2004 +0000
@@ -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@localhost
-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 -r 8ff187800f41 -r 814032814564 emulators/fuse-utils/PLIST
--- a/emulators/fuse-utils/PLIST        Fri Feb 13 13:40:15 2004 +0000
+++ b/emulators/fuse-utils/PLIST        Fri Feb 13 13:42:15 2004 +0000
@@ -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 -r 8ff187800f41 -r 814032814564 emulators/fuse-utils/distinfo
--- a/emulators/fuse-utils/distinfo     Fri Feb 13 13:40:15 2004 +0000
+++ b/emulators/fuse-utils/distinfo     Fri Feb 13 13:42:15 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index