pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libspectrum Changes 0.5.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51672d3ac853
branches:  trunk
changeset: 550998:51672d3ac853
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 04 07:40:00 2008 +0000

description:
Changes 0.5.0:
* Memory management change: memory allocation functions now abort on failure.
  Leads to simpler code both internally and for users of the library.
* Support for tape acceleration.
* IDE improvements to allow DivIDE to support FATware.
* New API to deal with flagging automatic snapshots in RZX files.
* New function to get length (time) of a tape block.
* 128K SNA files are now treated as being for the Pentagon 128 rather than
  the Spectrum 128.
* SNA files now written out correctly.
* Handle MDR write protection flag correctly.
* Allow MDR images with bad checksums to load (the error will be handled by
  the If1 ROM).
* Support saving custom ROMs in SZX snapshots.
* Support for DivIDE, Kempston mouse and the simple IDE interface
  in SZX snapshots.
* Allow building without libgcrypt.
* Amiga and MorphOS compilation fixes.
* Don't produce empty libraries to fix build process on OpenSolaris.
* Remove deprecated functions.
* Tweak timings for TS2068.

diffstat:

 emulators/libspectrum/Makefile |  4 ++--
 emulators/libspectrum/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 9f80985ee431 -r 51672d3ac853 emulators/libspectrum/Makefile
--- a/emulators/libspectrum/Makefile    Thu Dec 04 07:19:57 2008 +0000
+++ b/emulators/libspectrum/Makefile    Thu Dec 04 07:40:00 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2008/01/24 18:32:15 adam Exp $
+# $NetBSD: Makefile,v 1.21 2008/12/04 07:40:00 adam Exp $
 
-DISTNAME=      libspectrum-0.4.0
+DISTNAME=      libspectrum-0.5.0
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
 
diff -r 9f80985ee431 -r 51672d3ac853 emulators/libspectrum/distinfo
--- a/emulators/libspectrum/distinfo    Thu Dec 04 07:19:57 2008 +0000
+++ b/emulators/libspectrum/distinfo    Thu Dec 04 07:40:00 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/01/24 18:32:15 adam Exp $
+$NetBSD: distinfo,v 1.9 2008/12/04 07:40:00 adam Exp $
 
-SHA1 (libspectrum-0.4.0.tar.gz) = 6fa35526be4350fe6821cc4c5c99aa516e8c122d
-RMD160 (libspectrum-0.4.0.tar.gz) = a1b70686512cdb6f198f5f3b022d075af2d1ce42
-Size (libspectrum-0.4.0.tar.gz) = 470513 bytes
+SHA1 (libspectrum-0.5.0.tar.gz) = 6ce5dfd5ecd7a331a4f62afe9e985f1ff475fdd1
+RMD160 (libspectrum-0.5.0.tar.gz) = 331247f2fd92ef76ded10367b770ed19d2886223
+Size (libspectrum-0.5.0.tar.gz) = 490762 bytes



Home | Main Index | Thread Index | Old Index