diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-08 13:37:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-08 13:37:30 +0000 |
commit | 4e268d7c3eb56b7176edb712ca0ed85ec31779ae (patch) | |
tree | 6d2413e020700c1fe91eb4cd2669de8b6c3e98ca /emulators | |
parent | 5d94f59d3ffb70d18de38f880832257895be1a4c (diff) | |
download | pkgsrc-4e268d7c3eb56b7176edb712ca0ed85ec31779ae.tar.gz |
Update to 0.9.16
* Update EmuTOS image to 0.9.3
Changelog:
2013/04/12 - version 0.9.16 released @ atariada.cz
Major highlights of this release:
o JIT CPU compiler supported on 64-bit Linux and Mac OS X now!
(Jens made a miracle)
o MFPR FPU emulation should be perfect
(Andreas ironed out few remainings bugs)
o Ethernet support under Mac OS X should be way better
(Philipp added support for big packets and multi-packets)
o ARAnyM (with JIT?) now runs also on ARM platform driven by Linux
(is Jens planning on making a blazing fast ARAnyM on Android?)
o new config setting "LoadToFastRAM" to load kernel in FastRAM
(is Andreas working on fixing Linux-m68k issues in FastRAM?)
o David Gálvez improved NatFeat USB support (now requires FreeMiNT 1.17+)
There's also a small set of bugs fixed in this release - mainly in Mac OS X
thanks to Philipp but also some generic things like GPIP (Patrice).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 11 | ||||
-rw-r--r-- | emulators/aranym/distinfo | 14 |
2 files changed, 13 insertions, 12 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 364c89740b4..40df060de50 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.29 2013/09/12 14:35:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2014/07/08 13:37:30 ryoon Exp $ # -DISTNAME= aranym_0.9.15.orig +ETVER= 0.9.3 +DISTNAME= aranym_0.9.16.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} -SITES.emutos-512k-0.9.1.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} -DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.9.1.zip +SITES.emutos-512k-${ETVER}.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} +DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-${ETVER}.zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aranym.sourceforge.net/ @@ -25,7 +26,7 @@ MANCOMPRESSED= yes CONFIGURE_ARGS+= --enable-fullmmu CONFIGURE_ARGS+= --enable-atc=full -EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.9.1 +EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-${ETVER} EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos EMUTOS_ROM_DIR= ${PREFIX}/share/aranym diff --git a/emulators/aranym/distinfo b/emulators/aranym/distinfo index 96e48211e90..ccfc08f9e0c 100644 --- a/emulators/aranym/distinfo +++ b/emulators/aranym/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.12 2013/09/12 14:35:12 ryoon Exp $ +$NetBSD: distinfo,v 1.13 2014/07/08 13:37:30 ryoon Exp $ -SHA1 (aranym_0.9.15.orig.tar.gz) = efeca8723e04db8fe0b12c5b06e39bfc477a800b -RMD160 (aranym_0.9.15.orig.tar.gz) = 65d0ef617e7995e663fc0f26780b960f8669fb71 -Size (aranym_0.9.15.orig.tar.gz) = 1798264 bytes -SHA1 (emutos-512k-0.9.1.zip) = 0195c29453b3a11ec425f379b9e14f0e3a1dc5f8 -RMD160 (emutos-512k-0.9.1.zip) = 26049842ed8587b06d52922248091ef79ac6d22e -Size (emutos-512k-0.9.1.zip) = 282506 bytes +SHA1 (aranym_0.9.16.orig.tar.gz) = e47e65b85102f5f03277374b3908b7b4fd430eec +RMD160 (aranym_0.9.16.orig.tar.gz) = d5660bff544822bcb9c2f4cf35d9cfd299ecd4e8 +Size (aranym_0.9.16.orig.tar.gz) = 1778730 bytes +SHA1 (emutos-512k-0.9.3.zip) = 3c99b658e32c9f3d3dcad93d53898a1d643f3009 +RMD160 (emutos-512k-0.9.3.zip) = 2b487cb4f989a6614e878da6636aac4e201182b5 +Size (emutos-512k-0.9.3.zip) = 289576 bytes SHA1 (patch-ab) = 8796751780cc559acd089298f3e8a0918d36db3a SHA1 (patch-ac) = 8899894456b01c84efd9f96f553750c87df7c21a SHA1 (patch-ad) = bb8d6b2ecd0c0066f3032a0ef196a1adb51d1786 |