diff options
author | cjep <cjep> | 2004-01-01 03:18:15 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-01-01 03:18:15 +0000 |
commit | 32683dfc4471a270e4187ed6524589a8c184fea5 (patch) | |
tree | 7303786edc1bc31dbc1f00d8ae940eb8aaa8af96 /emulators | |
parent | 15411e1e29cf06be0b2d9495a871b5e4dd8b5e24 (diff) | |
download | pkgsrc-32683dfc4471a270e4187ed6524589a8c184fea5.tar.gz |
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 (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 7 | ||||
-rw-r--r-- | emulators/hatari/PLIST | 6 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 2987d2be3f0..9271eee926d 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -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 @@ do-install: ${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 --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST index 6b1e952508b..fadfa4d5f8c 100644 --- a/emulators/hatari/PLIST +++ b/emulators/hatari/PLIST @@ -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 --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index 29b2710808b..de6fa7b1ab8 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -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 |