pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/nono nono: Update to 0.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/930f66896470
branches:  trunk
changeset: 453153:930f66896470
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon May 24 14:28:36 2021 +0000

description:
nono: Update to 0.1.6

Changelog:
    vm (Update): Improve the scheduler.

    vm (Update): Improve the key input: Buffer the keystrokes from
    the host. Suppress the full speed mode while any keys are
    pressed in order to prevent chattering on LUNA. Use the logical
    keycode instead of the phisical keycode. And several bugfixes.

    vm (Update): Improve the reset exception of m68k, m88k.

    vm (Fix): Implement the bus error area correctly on LUNA88K.
    This makes PROM 1.20 work.

    GUI (New): Implement a status panel.

    GUI (Update): Modify the software keyboard window. Accept
    keystrokes in this window as well. Also, the window displays
    the current keystroke status.

    GUI (Fix): Fix window size problem under certain window
    managers(?).

    GUI (Fix): Fix several problems on the log window.

    debugger (Fix): Fix a few m88k mnemonics."

diffstat:

 emulators/nono/Makefile |   4 ++--
 emulators/nono/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r ea3cb2aabddc -r 930f66896470 emulators/nono/Makefile
--- a/emulators/nono/Makefile   Mon May 24 14:27:56 2021 +0000
+++ b/emulators/nono/Makefile   Mon May 24 14:28:36 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/01/05 18:47:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/24 14:28:36 ryoon Exp $
 
-DISTNAME=      nono-0.1.5
+DISTNAME=      nono-0.1.6
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 
diff -r ea3cb2aabddc -r 930f66896470 emulators/nono/distinfo
--- a/emulators/nono/distinfo   Mon May 24 14:27:56 2021 +0000
+++ b/emulators/nono/distinfo   Mon May 24 14:28:36 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2021/01/08 19:19:54 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2021/05/24 14:28:36 ryoon Exp $
 
-SHA1 (nono-0.1.5.tar.gz) = 42339b97b62a3bdc9858560db5cc378277646397
-RMD160 (nono-0.1.5.tar.gz) = 8188533f2b430d7d78f8f0f222303f0ae442e7c2
-SHA512 (nono-0.1.5.tar.gz) = 94c5dc660cbee150382f5a54e8b168c79d4ec817b8b94f537eb02dd5cfaa7af51a673f8b8292e54afbc8c04d9c0bfddf76ea7d06f7cbf6ebde3b7004a9e77aad
-Size (nono-0.1.5.tar.gz) = 2403971 bytes
+SHA1 (nono-0.1.6.tar.gz) = f44872acac721992ffb6db626ab4c7180c06e417
+RMD160 (nono-0.1.6.tar.gz) = fc89e1e46e66f22072a55df1f64db7716cb9bb4b
+SHA512 (nono-0.1.6.tar.gz) = 936d717cf037d8b15eaf8ce746f0f2ab60f275908d07a910e5172c85d150473b8944c078e2442e1142c0f28c3229262e0e4e93752904d8c3e1e16df74fe98ae1
+Size (nono-0.1.6.tar.gz) = 2462640 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index