pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/hatari Upgrade hatari to 1.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e21decc51ecb
branches:  trunk
changeset: 545375:e21decc51ecb
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Aug 01 10:04:09 2008 +0000

description:
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:

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

diffs (83 lines):

diff -r 45e65bb9f791 -r e21decc51ecb emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Fri Aug 01 09:16:44 2008 +0000
+++ b/emulators/hatari/Makefile Fri Aug 01 10:04:09 2008 +0000
@@ -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 @@
 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 -r 45e65bb9f791 -r e21decc51ecb emulators/hatari/PLIST
--- a/emulators/hatari/PLIST    Fri Aug 01 09:16:44 2008 +0000
+++ b/emulators/hatari/PLIST    Fri Aug 01 10:04:09 2008 +0000
@@ -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 -r 45e65bb9f791 -r e21decc51ecb emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Fri Aug 01 09:16:44 2008 +0000
+++ b/emulators/hatari/distinfo Fri Aug 01 10:04:09 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index