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.90:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3bd6ba5410a
branches:  trunk
changeset: 518493:b3bd6ba5410a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Sep 10 21:58:14 2006 +0000

description:
Changes 0.90:
- Better Spectrum 512 support (60Hz support, improved I/O memory waitstates).
- STE right border opening support (used in Obsession, Pacemaker).
- Blitter Smudge mode support (used in Pacemaker demo).
- Wheel-mouse simulates cursor up and down.
- Work-around to FDC handling, --slow-fdc option is not anymore needed.
- Bugfix to MFP, sound works now in more YMRockerz releases.
- Bugfix to GEMDOS path handling (Hatari SIGSEGV).
- Bugfix to emulated memory initialization (4MB was cleared earlier, now
  exactly the amount set up for Hatari.  Saves memory on embedded systems
  if less than 4MB is specified.)
- Re-written command-line option handling.
- (Again) lots of code const/static, type usage and indentation cleanup.
- Preliminary support for TOS 3.0x and 030 TT software that runs in ST
  resolutions and doesn't need PMMU.
- Native GUI for Mac OSX.
- ACSI emulation fixes to get HD formatting to work with AHDI 5. HD emulation
  now works quite fine with AHDI 5 (but other HD drivers are currently not
  supported).
- Joystick shortcut changed to toggle cursor emulation between ports 0 and 1.
- Keys for all Hatari shortcuts can now be configured from hatari.cfg.
- Added command line option for setting ST keyboard mapping.
- Joystick command line option requires now parameter for a port for which
  the joystick cursor emu is enabled.
- Fixed relative mouse event handling in zoomed low-rez.
- Hatari shows now more of the bottom borden (screen size is now 384x276
  instead of 384x267).
- Fixed sync delay timings - sound should now be better (e.g. on Mac OS X).

diffstat:

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

diffs (54 lines):

diff -r c0087eac6ee2 -r b3bd6ba5410a emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Sun Sep 10 21:12:54 2006 +0000
+++ b/emulators/hatari/Makefile Sun Sep 10 21:58:14 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2006/06/12 16:28:06 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/09/10 21:58:14 adam Exp $
 
-DISTNAME=      hatari-0.80
-PKGREVISION=   2
+DISTNAME=      hatari-0.90
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hatari/}
 
@@ -12,8 +11,9 @@
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
 
+INSTALLATION_DIRS+=    share/doc/hatari
+
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hatari
        cd ${WRKSRC} && ${INSTALL_DATA} *.txt ${PREFIX}/share/doc/hatari
        cd ${WRKSRC}/doc && ${INSTALL_DATA} *.txt *.html \
                        ${PREFIX}/share/doc/hatari
diff -r c0087eac6ee2 -r b3bd6ba5410a emulators/hatari/PLIST
--- a/emulators/hatari/PLIST    Sun Sep 10 21:12:54 2006 +0000
+++ b/emulators/hatari/PLIST    Sun Sep 10 21:58:14 2006 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2006/01/20 10:51:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/09/10 21:58:14 adam Exp $
 bin/hatari
 share/doc/hatari/authors.txt
 share/doc/hatari/changelog.txt
 share/doc/hatari/gpl.txt
 share/doc/hatari/keymap-sample.txt
 share/doc/hatari/manual.html
+share/doc/hatari/memory-usage.txt
 share/doc/hatari/readme.txt
 share/doc/hatari/release-notes.txt
 share/doc/hatari/todo.txt
diff -r c0087eac6ee2 -r b3bd6ba5410a emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Sun Sep 10 21:12:54 2006 +0000
+++ b/emulators/hatari/distinfo Sun Sep 10 21:58:14 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2006/01/20 10:51:35 adam Exp $
+$NetBSD: distinfo,v 1.9 2006/09/10 21:58:14 adam Exp $
 
-SHA1 (hatari-0.80.tar.gz) = 2db606b0ec7280abb5398d2b582739c18f41d3f7
-RMD160 (hatari-0.80.tar.gz) = 6eb8b06cd6bf689df7393c1815d6dec46e35bd3d
-Size (hatari-0.80.tar.gz) = 597945 bytes
+SHA1 (hatari-0.90.tar.gz) = d8f707cd5346b42aef431ce55100ca62ff229b3c
+RMD160 (hatari-0.90.tar.gz) = 914b97dd914329af858c6c0630671399b5231d78
+Size (hatari-0.90.tar.gz) = 687029 bytes
 SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8



Home | Main Index | Thread Index | Old Index