diff options
| author | jun <jun@pkgsrc.org> | 2022-10-27 14:48:25 +0000 |
|---|---|---|
| committer | jun <jun@pkgsrc.org> | 2022-10-27 14:48:25 +0000 |
| commit | e516e2eebbe36556d33505552e1304591baa611a (patch) | |
| tree | bed8ab0bddd97fc0de7e59ce66e38cbde0320e9c /emulators/nono | |
| parent | 1a95500c2cd9eb066b7e30774510e27e21caffaa (diff) | |
| download | pkgsrc-e516e2eebbe36556d33505552e1304591baa611a.tar.gz | |
nono: update to 0.4.4.
0.4.4 (2022-10-27)
Changes in 0.4.4:
vm(New): "Support 8bpp board on LUNA provisionally."
vm(Fix): "Change configuration item name from xxx-new-sci-ignore to xxx-new-sic-ignore."
vm(Fix): "Fix a problem that RAM is not placed correctly."
vm(Fix): "Fix an access to X68030 palette registers."
m88k(Update): "Improve m88k core performance about 3%."
debugger(Fix): "Memory break point now works even on address 0."
host(Fix): "Fix a queue overflow when many characters are pasted to the host serial console at a time."
GUI(New): "Implement x1.5 and x2.0 scale on the main window."
GUI(New): "Add fontsize 24."
GUI(New): "Link the front LCD window size and LCD charactor monitor size to font size."
GUI(New): "Split the Bt454/458 monitor from video monitor."
GUI(New): "Implement a palette monitor."
GUI(New): "Implement DIPSW setting window."
GUI(New): "Implement memory edit."
GUI(New): "Implement disassemble monitor."
GUI(Update): "Implement output format selector on the memory dump monitor, and support MMU descriptor."
GUI(Update): "Implement one line up/down button on the memory dump monitor."
GUI(Update): "Support mouse wheel on the memory dump monitor."
GUI(Update): "Place a GTK control on the GTK panel correctly."
GUI(Update): "Don't load the default catalog. Because it contains unintended translation."
build(New): "Support wxWidgets 3.2 series."
Diffstat (limited to 'emulators/nono')
| -rw-r--r-- | emulators/nono/Makefile | 4 | ||||
| -rw-r--r-- | emulators/nono/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/nono/Makefile b/emulators/nono/Makefile index ed28b2f0079..d0d78df84cd 100644 --- a/emulators/nono/Makefile +++ b/emulators/nono/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2022/08/27 21:14:31 jun Exp $ +# $NetBSD: Makefile,v 1.20 2022/10/27 14:48:25 jun Exp $ -DISTNAME= nono-0.4.3 +DISTNAME= nono-0.4.4 #PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ diff --git a/emulators/nono/distinfo b/emulators/nono/distinfo index d3a8029123f..eed1bbd9147 100644 --- a/emulators/nono/distinfo +++ b/emulators/nono/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2022/08/27 21:14:31 jun Exp $ +$NetBSD: distinfo,v 1.17 2022/10/27 14:48:25 jun Exp $ -BLAKE2s (nono-0.4.3.tar.gz) = 459378427ca641ae2257a54a14bc555d40cb23c35af77ce30fee2b58413b923d -SHA512 (nono-0.4.3.tar.gz) = b430403400375860d14dfc5ae92f92e98a6bb956ab0996a9ccade93c69ea54969cc8a3ce6c6fcd7305d5bc38749a7bbf867221fa6d8f66abc445d81b9cb800c9 -Size (nono-0.4.3.tar.gz) = 2865023 bytes +BLAKE2s (nono-0.4.4.tar.gz) = 8c2a56162f96550f51ed219fcd355b489ffd236fae5f5a5c80aef410c5e71dbc +SHA512 (nono-0.4.4.tar.gz) = 7b403bacf5ab9a990e849a6eb18dbf6c910bf4e586b222b504406c15c27a7161249c19890699d027b8f8a6ad0c81576a6c87d1063f9f7e10cbb8e22488e1ad8f +Size (nono-0.4.4.tar.gz) = 3026330 bytes SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 |
