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:           Mon Jan  8 02:41:18 UTC 2024

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
nono: update to 0.6.4.

0.6.4 (2023/12/28)

vm(New): "Implement a Windrv compatible device on X68030. You can access a host directory via the device on Human68k."
vm(New): "Implement a contrast feature on X68030."
vm(Update): "Implement that writing to the SPC is made to wait if the internal queue is full. You can write a SCSI media on Human68k."
vm(Update): "DMAC now uses FC (Function Code) to access on X68030."
vm(Update): "Connect the host's [PageUp], [PageDown] and [End] key to guest's [ROLL UP], [ROLL DOWN] and [UNDO] key respectively on X68030. "
vm(Fix): "Fix the problem that SCC, FDC, SPC and Nereid are not reset correctly on X68030."
vm(Fix): "Fix a CIIN condition on X68030."
vm(Fix): "Fix $ED0000..$EDFFFF was user-accessible on X68030."
vm(Fix): "Fix timing that mouse sends its data on X68030. It should not affect anything."
GUI(New): "Rearrange menus. A part of "Device > Operation" and old "File" menus are integrated into"VM"."
GUI(New): "Add "Send CTRL+OPT.1+DEL" menu on X68030."
GUI(Fix): "Fix an abnormal termination when open the loglevel setting window since 0.6.3."
debugger(Fix): "Fix an abnormal termination when the argument of command line option -b cannot be parsed as a hexadecimal number."
debugger(New): "--bi-exg option."


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.23 -r1.24 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.32 pkgsrc/emulators/nono/Makefile:1.33
--- pkgsrc/emulators/nono/Makefile:1.32 Sat Dec  9 15:56:46 2023
+++ pkgsrc/emulators/nono/Makefile      Mon Jan  8 02:41:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/12/09 15:56:46 jun Exp $
+# $NetBSD: Makefile,v 1.33 2024/01/08 02:41:18 jun Exp $
 
-DISTNAME=      nono-0.6.3
+DISTNAME=      nono-0.6.4
 #PKGREVISION=  1
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.23 pkgsrc/emulators/nono/distinfo:1.24
--- pkgsrc/emulators/nono/distinfo:1.23 Sat Dec  9 15:56:46 2023
+++ pkgsrc/emulators/nono/distinfo      Mon Jan  8 02:41:18 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2023/12/09 15:56:46 jun Exp $
+$NetBSD: distinfo,v 1.24 2024/01/08 02:41:18 jun Exp $
 
-BLAKE2s (nono-0.6.3.tar.gz) = 3ed73290ee726459ff958e78fc2f3d7edbf78e38c85a900113796d84e5675fb4
-SHA512 (nono-0.6.3.tar.gz) = b34bc6cc33e8ca00b773c13b7423b2ef6ea4dc87349f4d1595756a1a6f115f4f40d6d55ce333b3dd24841791d13527db3f3b8447ad8fb7ab70481d5377c63a87
-Size (nono-0.6.3.tar.gz) = 3187829 bytes
+BLAKE2s (nono-0.6.4.tar.gz) = 5bbccef209d9d67a4a8a6d77654e7c2f6147ad03df1c3300bdaf8a85f9d9bde6
+SHA512 (nono-0.6.4.tar.gz) = 31a9da5ae3fc67a304f047b12ad9120cf5fb54411f00c23c3b63f06aed1e24c389ce58c400a465c98d3cf1c35572d2595ac4b526c0441955f98becf49de27b4c
+Size (nono-0.6.4.tar.gz) = 3224619 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index