pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/nono
Module Name: pkgsrc
Committed By: ryoon
Date: Mon May 24 14:28:37 UTC 2021
Modified Files:
pkgsrc/emulators/nono: Makefile distinfo
Log Message:
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."
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/nono/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.4 pkgsrc/emulators/nono/Makefile:1.5
--- pkgsrc/emulators/nono/Makefile:1.4 Tue Jan 5 18:47:24 2021
+++ pkgsrc/emulators/nono/Makefile Mon May 24 14:28:36 2021
@@ -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/
Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.3 pkgsrc/emulators/nono/distinfo:1.4
--- pkgsrc/emulators/nono/distinfo:1.3 Fri Jan 8 19:19:54 2021
+++ pkgsrc/emulators/nono/distinfo Mon May 24 14:28:36 2021
@@ -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