pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/hatari Changes 0.70:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a07f7d80ad6
branches:  trunk
changeset: 496516:1a07f7d80ad6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 01 09:35:38 2005 +0000

description:
Changes 0.70:
- As always: Code cleanup and bug fixes.
- No more crashes when a program tries to access illegal sector numbers.
- Improved built-in ROM cartridge.
- Rewrote the IO memory emulation code -> Better compatibility.
- Support for TOS 1.06 and TOS 1.62
- Emulated CPU can now also be run at 16 MHz or 32 MHz.
- File selection dialog scrollable with mouse wheel or cursor keys, too.
- Hatari now works on 64-bit host CPUs, too.
- Floppy disk images can now be set writable/write-protected in the GUI.
- Hatari can now also load a global configuration file (e.g. /etc/hatari.cfg).
- Configurable logging functions.

diffstat:

 emulators/hatari/Makefile |  7 +++----
 emulators/hatari/PLIST    |  4 ++--
 emulators/hatari/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r e1e830546bef -r 1a07f7d80ad6 emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Fri Jul 01 09:10:47 2005 +0000
+++ b/emulators/hatari/Makefile Fri Jul 01 09:35:38 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2005/06/01 18:02:47 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/07/01 09:35:38 adam Exp $
 
-DISTNAME=      hatari-0.60
-PKGREVISION=   1
+DISTNAME=      hatari-0.70
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hatari/}
 
@@ -10,7 +9,7 @@
 COMMENT=       Atari ST emulator
 
 USE_TOOLS+=            gmake
-GNU_CONFIGURE=         YES
+GNU_CONFIGURE=         yes
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hatari
diff -r e1e830546bef -r 1a07f7d80ad6 emulators/hatari/PLIST
--- a/emulators/hatari/PLIST    Fri Jul 01 09:10:47 2005 +0000
+++ b/emulators/hatari/PLIST    Fri Jul 01 09:35:38 2005 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2004/11/19 10:09:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/07/01 09:35:38 adam Exp $
 bin/hatari
-share/hatari/tos.img
 share/doc/hatari/authors.txt
 share/doc/hatari/changelog.txt
 share/doc/hatari/gpl.txt
@@ -8,5 +7,6 @@
 share/doc/hatari/manual.html
 share/doc/hatari/readme.txt
 share/doc/hatari/release-notes.txt
+share/hatari/tos.img
 @dirrm share/hatari
 @dirrm share/doc/hatari
diff -r e1e830546bef -r 1a07f7d80ad6 emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Fri Jul 01 09:10:47 2005 +0000
+++ b/emulators/hatari/distinfo Fri Jul 01 09:35:38 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 18:49:18 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/07/01 09:35:38 adam Exp $
 
-SHA1 (hatari-0.60.tar.gz) = 19fda46f69b8eb7bfbfb1ba674834216050e94e9
-RMD160 (hatari-0.60.tar.gz) = 0c795c86423b7d66801ed0ec7e0ab56697424519
-Size (hatari-0.60.tar.gz) = 500054 bytes
+SHA1 (hatari-0.70.tar.gz) = 25c97d75f5a87b89105654f10db2957582bed790
+RMD160 (hatari-0.70.tar.gz) = d5db118d9d1ffe2d211b48259622556cd37ad5cc
+Size (hatari-0.70.tar.gz) = 521778 bytes
 SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8



Home | Main Index | Thread Index | Old Index