diff options
author | adam <adam@pkgsrc.org> | 2007-04-13 21:02:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-13 21:02:44 +0000 |
commit | 57cfe72ccec85a9def5fabb70497e88efe031e01 (patch) | |
tree | cc9057b22dcb5959d98c44549bf7c1efa097aff6 /emulators/libspectrum | |
parent | a50f6ecaaac4fc1eea4186c80120e84dbb51c3e0 (diff) | |
download | pkgsrc-57cfe72ccec85a9def5fabb70497e88efe031e01.tar.gz |
Changes 0.3.0:
* Support for RZX rollback, including having snapshots and
multiple input recording blocks in input recording files.
* Improved IDE emulation.
* Support for microdrive images.
* TZX Generalized Data Block support.
* Support for Z80Em and CSW tape files.
* Support for the TS2068.
* Support for connected joystick information in snapshots.
* Add interrupt length to timing information.
* Routines to add and remove a block from a tape image.
* Minor feature enhancements.
* Minor bugfixes.
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 8 | ||||
-rw-r--r-- | emulators/libspectrum/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 676ace310b1..5e7bdb0a150 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2006/06/07 12:36:15 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/04/13 21:02:44 adam Exp $ -DISTNAME= libspectrum-0.2.2 -PKGREVISION= 2 +DISTNAME= libspectrum-0.3.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} @@ -9,7 +8,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fuse-emulator.sourceforge.net/libspectrum.php COMMENT= ZX Spectrum emulator file format library -USE_TOOLS+= perl pkg-config +USE_TOOLS+= gmake perl pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -23,5 +22,4 @@ post-install: .include "../../devel/glib2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/emulators/libspectrum/distinfo b/emulators/libspectrum/distinfo index 4fc41f87476..c42ea0ff019 100644 --- a/emulators/libspectrum/distinfo +++ b/emulators/libspectrum/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 18:49:19 agc Exp $ +$NetBSD: distinfo,v 1.6 2007/04/13 21:02:44 adam Exp $ -SHA1 (libspectrum-0.2.2.tar.gz) = 09217bfa89c2778c71a93bc1c0aea0604ed6e0f0 -RMD160 (libspectrum-0.2.2.tar.gz) = b28bfbcae5e70d228436e16eb2f795611a42964c -Size (libspectrum-0.2.2.tar.gz) = 386960 bytes +SHA1 (libspectrum-0.3.0.tar.gz) = 5dc1f78535af558c46923cdafe7e40a00df327eb +RMD160 (libspectrum-0.3.0.tar.gz) = 4902f83b6ae8ef4992a0faee22c8fc82e111893f +Size (libspectrum-0.3.0.tar.gz) = 440561 bytes |