diff options
author | hauke <hauke@pkgsrc.org> | 2008-08-01 10:04:09 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2008-08-01 10:04:09 +0000 |
commit | 628edb5e905144b5ff76c6403d356a661c133566 (patch) | |
tree | 54a74c00c3b3bbbc8572307b3f88675443c95078 /emulators | |
parent | 57aaf6b9e542e72631f8c9140bc66f7c4cd1ba73 (diff) | |
download | pkgsrc-628edb5e905144b5ff76c6403d356a661c133566.tar.gz |
Upgrade hatari to 1.0.2.
Lots of changes, including
Hatari version 1.0.0
Version 1.0.0 of the Atari ST, STE, TT and Falcon emulator Hatari has
been released. A lot of things have been changed this time:
The user's configuration files are now located in the directory ~/.hatari/
[...]
Hatari version 0.95
Hatari version 0.95 has been released. This release brings you basic
Atari TT and Falcon emulation! Please note that both new emulation
modes are still highly experiemental,some few games and demos work,
but most still have more or less big problems. Basic emulation of
Falcon video shifter (Videl), NVRAM and DMA sound is in place. The
biggest drawback: There is no working Falcon DSP emulation yet.
[...]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 11 | ||||
-rw-r--r-- | emulators/hatari/PLIST | 19 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 8 |
3 files changed, 29 insertions, 9 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 8472c825f7e..c7aae84d4e9 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/09/10 21:58:14 adam Exp $ +# $NetBSD: Makefile,v 1.24 2008/08/01 10:04:09 hauke Exp $ -DISTNAME= hatari-0.90 +DISTNAME= hatari-1.0.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} @@ -8,15 +8,18 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://hatari.sourceforge.net/ COMMENT= Atari ST emulator +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake GNU_CONFIGURE= yes INSTALLATION_DIRS+= share/doc/hatari post-install: - cd ${WRKSRC} && ${INSTALL_DATA} *.txt ${PREFIX}/share/doc/hatari + cd ${WRKSRC} && ${INSTALL_DATA} *.txt \ + ${DESTDIR}${PREFIX}/share/doc/hatari cd ${WRKSRC}/doc && ${INSTALL_DATA} *.txt *.html \ - ${PREFIX}/share/doc/hatari + ${DESTDIR}${PREFIX}/share/doc/hatari .include "../../devel/SDL/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST index 1633a8dfea8..f0117ce1ed1 100644 --- a/emulators/hatari/PLIST +++ b/emulators/hatari/PLIST @@ -1,14 +1,31 @@ -@comment $NetBSD: PLIST,v 1.7 2006/09/10 21:58:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/08/01 10:04:09 hauke Exp $ bin/hatari +man/man1/hatari.1 +share/doc/hatari/alsa-midi.txt share/doc/hatari/authors.txt share/doc/hatari/changelog.txt +share/doc/hatari/compatibility.html +share/doc/hatari/emutos.txt share/doc/hatari/gpl.txt +share/doc/hatari/images/devices.png +share/doc/hatari/images/discs.png +share/doc/hatari/images/fileselector.png +share/doc/hatari/images/joystick.png +share/doc/hatari/images/keyboard.png +share/doc/hatari/images/main.png +share/doc/hatari/images/memory.png +share/doc/hatari/images/screen.png +share/doc/hatari/images/sound.png +share/doc/hatari/images/system.png +share/doc/hatari/images/tos.png 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 +share/hatari/hatari-icon.bmp share/hatari/tos.img @dirrm share/hatari +@dirrm share/doc/hatari/images @dirrm share/doc/hatari diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index b1655f41691..9c592390d6f 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2006/09/10 21:58:14 adam Exp $ +$NetBSD: distinfo,v 1.10 2008/08/01 10:04:09 hauke Exp $ -SHA1 (hatari-0.90.tar.gz) = d8f707cd5346b42aef431ce55100ca62ff229b3c -RMD160 (hatari-0.90.tar.gz) = 914b97dd914329af858c6c0630671399b5231d78 -Size (hatari-0.90.tar.gz) = 687029 bytes +SHA1 (hatari-1.0.1.tar.gz) = a5b55d42d169f166277fb6db267628472bb7fd21 +RMD160 (hatari-1.0.1.tar.gz) = 04ef3fb627bcdbacdb1f05a7e04ec66933170eda +Size (hatari-1.0.1.tar.gz) = 879983 bytes SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8 |