pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/hatari Update of emulators/hatari to 0.45.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0d7dbf87b6c
branches:  trunk
changeset: 465520:a0d7dbf87b6c
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Thu Jan 01 03:18:15 2004 +0000

description:
Update of emulators/hatari to 0.45.

Changes since 0.30 include (please see the doc/changelog.txt in the hatari
source distribution for full details):

*   Speed improvements

*   Emulation improvements including:
  +   GEMDOS hard disk
  +   Mega-ST realtime clock
  +   Improved memory mapping
  +   Improved bus errors and exception cycles
  +   Various games now work
  +   Simple printer support
  +   Initial MIDI emulation

*   General bug fixes including:
  +   rtc year fix
  +   Fix corruption bug in MSA compression function

*   Improvements added for cross-compilation of hatari

diffstat:

 emulators/hatari/Makefile |  7 ++++---
 emulators/hatari/PLIST    |  6 +++++-
 emulators/hatari/distinfo |  7 ++++---
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 226c2a291793 -r a0d7dbf87b6c emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Thu Jan 01 00:00:02 2004 +0000
+++ b/emulators/hatari/Makefile Thu Jan 01 03:18:15 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/26 21:41:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/01 03:18:15 cjep Exp $
 #
 
-DISTNAME=      hatari-0.30
-PKGREVISION=   1
+DISTNAME=      hatari-0.45
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hatari/}
@@ -24,6 +23,8 @@
        ${INSTALL_DATA} ${WRKSRC}/font8.bmp ${PREFIX}/share/hatari
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hatari
        cd ${WRKSRC}/.. && ${INSTALL_DATA} *.txt ${PREFIX}/share/doc/hatari
+       cd ${WRKSRC}/../doc && ${INSTALL_DATA} *.txt manual.html        \
+                       ${PREFIX}/share/doc/hatari
 
 .include "../../devel/SDL/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 226c2a291793 -r a0d7dbf87b6c emulators/hatari/PLIST
--- a/emulators/hatari/PLIST    Thu Jan 01 00:00:02 2004 +0000
+++ b/emulators/hatari/PLIST    Thu Jan 01 03:18:15 2004 +0000
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2003/06/03 11:51:45 salo Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/01/01 03:18:15 cjep 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/readme.txt
+share/doc/hatari/release-notes.txt
 share/hatari/font8.bmp
 @dirrm share/hatari
 @dirrm share/doc/hatari
diff -r 226c2a291793 -r a0d7dbf87b6c emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Thu Jan 01 00:00:02 2004 +0000
+++ b/emulators/hatari/distinfo Thu Jan 01 03:18:15 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/06/03 11:51:45 salo Exp $
+$NetBSD: distinfo,v 1.3 2004/01/01 03:18:15 cjep Exp $
 
-SHA1 (hatari-0.30.tar.gz) = a41bf902a715b135ba7035ad04ead59da72e1e88
-Size (hatari-0.30.tar.gz) = 283844 bytes
+SHA1 (hatari-0.45.tar.gz) = 1cdaa5ac99330129391f70fdeac13de84b6b2c60
+Size (hatari-0.45.tar.gz) = 474055 bytes
+SHA1 (patch-aa) = 5e0711007a690d17903972ab15528177166ff747



Home | Main Index | Thread Index | Old Index