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:           Sun May  1 09:28:46 UTC 2022

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
nono: update 0.3.0

0.3.0 (2022/04/30)
m88k(Update): "Improve performance of m88200."
m88k(New): "Implement M bus snooping of m88200."
m88k(Fix): "Fix a problem that some BATC flags were not reflected."
m68k(Fix): "Adjust minor interrupt timings."
m68k(Fix): "Implement double bus fault, which occurs when a reset exception fetches odd address PC. (However, it does not usually occur)"
vm(Update): "Rewrite VM scheduler and how to drive CPU completely."
vm(Update): "Reset virtual time when VM is reset."
vm(New): "Implement FDC and OPM a bit. Now NetBSD/x68k kernel can pass probing fdc, and Human68k can be booted from HD."
vm(New): "Implement DMA transfer to/from SPC. Now NetBSD/x68k can be booted from CD."
vm(New): "Implement an access mask of TVRAM."
vm(Fix): "Revive horizontal scroll of frame buffer (text screen) which is not worked since ver 0.2.6."
debugger(Fix): "Fix a problem that register values are not updated if trace modifier is specified."
host(Fix): "Address a problem that libkqueue does not automatically remove closed descriptors from kevent."
build(New): "configure now supports --without-gui option."
debugger(Update): "Change debugger console to HostCOM feature."
vm(Update): "Remove --force-rtc-fixed option and add --perf option for developpers."


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.11 -r1.12 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.10 pkgsrc/emulators/nono/Makefile:1.11
--- pkgsrc/emulators/nono/Makefile:1.10 Tue Feb 15 13:08:00 2022
+++ pkgsrc/emulators/nono/Makefile      Sun May  1 09:28:46 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/02/15 13:08:00 jun Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/01 09:28:46 jun Exp $
 
-DISTNAME=      nono-0.2.6
+DISTNAME=      nono-0.3.0
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.11 pkgsrc/emulators/nono/distinfo:1.12
--- pkgsrc/emulators/nono/distinfo:1.11 Tue Feb 15 13:08:00 2022
+++ pkgsrc/emulators/nono/distinfo      Sun May  1 09:28:46 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2022/02/15 13:08:00 jun Exp $
+$NetBSD: distinfo,v 1.12 2022/05/01 09:28:46 jun Exp $
 
-BLAKE2s (nono-0.2.6.tar.gz) = dc27bf182cb8b0beae169bab12e72ebcd69dc2e7cf387b61b8a35dc10825c38a
-SHA512 (nono-0.2.6.tar.gz) = b01725598bc990e526cfe17cf0415ab6037cc80084358702c6c9f590479660389f2d2953be52016064be34bf3d296e0888b37fd1350c98ca0ecd3ed0d744a11b
-Size (nono-0.2.6.tar.gz) = 2688271 bytes
+BLAKE2s (nono-0.3.0.tar.gz) = 9372905485b3664a3776c98f7b38dc6e3687ec870b9f07bc9b9789668f1e3d46
+SHA512 (nono-0.3.0.tar.gz) = fa4d0e2e68ac9715cbcd44f152b8057194533d2acf5ba577a6bce9cad0442c518bea9ea8649a9c09c28a7c2163d336aa5128953ee82b8397ab5f84033aa95b0f
+Size (nono-0.3.0.tar.gz) = 2682684 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index