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:   jun
Date:           Wed Aug  3 23:33:34 UTC 2022

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
nono: update to 0.4.2.

0.4.2 (2022-08-03)

vm(Update): "Improve a memory map on LUNA-88K."
vm(Update): "Improve a keyboard buzzer handling on LUNA. Implement the buzzer indicator on the software keyboard window."
vm(Update):"Limit maximum ram size to 240MB when using PROM 1.20 on LUNA-88K due to PROM code constraint."
vm(Update): "Implement behaviors when TVRAM scroll protrudes to the right, probably."
vm(Fix): "Fix a horizontal scroll amount of RFCNT to match real machine."
m88k(Fix): "Fix an address mask when m88200 invalidates cache line."
m88k(Fix): "Fix cache status when m88200 creates cache entry for writing."
debugger(Update): "Add unofficial NetBSD/luna88k system call to the exception history."
app(Update): "-X option supports loading symbol tables in NetBSD kernel."
app(Fix): "Fix a problem that application may not be able to be terminated when debugger is used."
app(Fix): "Fix a silent termination when Ctrl+Q is entered."


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/emulators/nono/Makefile:1.17
--- pkgsrc/emulators/nono/Makefile:1.16 Sun Jul 24 03:23:51 2022
+++ pkgsrc/emulators/nono/Makefile      Wed Aug  3 23:33:34 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/07/24 03:23:51 jun Exp $
+# $NetBSD: Makefile,v 1.17 2022/08/03 23:33:34 jun Exp $
 
-DISTNAME=      nono-0.4.1
+DISTNAME=      nono-0.4.2
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.14 pkgsrc/emulators/nono/distinfo:1.15
--- pkgsrc/emulators/nono/distinfo:1.14 Sun Jul 24 03:23:51 2022
+++ pkgsrc/emulators/nono/distinfo      Wed Aug  3 23:33:34 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2022/07/24 03:23:51 jun Exp $
+$NetBSD: distinfo,v 1.15 2022/08/03 23:33:34 jun Exp $
 
-BLAKE2s (nono-0.4.1.tar.gz) = bf4cb7fce678f2c71a039d3fd3f84691dc168a8b3d24582f922c2d8bd69bbc0f
-SHA512 (nono-0.4.1.tar.gz) = 3dc8f45015680fee95d2fe2eaf70d00ead6751d72b804e47ece9bcc638f0d991ad2533764fa50fa21d4b4d38fe6bd6315a43c71e3d90e5ebb7d33751029cb0e3
-Size (nono-0.4.1.tar.gz) = 2835618 bytes
+BLAKE2s (nono-0.4.2.tar.gz) = c2eda83a72050cc7502fbd2a1af8066679825eca14da84c2ac2c92775c2112fe
+SHA512 (nono-0.4.2.tar.gz) = d8bc253126160fc4ed0295235d5a0cb12cef2d3ba508dff7094556e3ee0ce655f8adef7a698efd19689697465399bf1736264f8d02ab0adeb405a4ddefb5f9f5
+Size (nono-0.4.2.tar.gz) = 2844062 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index