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 Feb 25 20:37:44 UTC 2024

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
0.7.0 (2024-02-21)

vm(New): "Start to support virt68k."
vm(Fix): "Fix problem that the interrupt acknowledge didn't handle correctly when two Nereid boards are installed simul
taneously."
vm(Fix): "Fix several spurious interrupts on resetting on various devices."
vm(Fix): "Implement MIE on X68030 SCC."
vm(Fix): "Fix not to update TxDR on starting the timer on X68030 MFP."
vm(Fix): "Fix several accesses to CRTC on X68030."
vm(Update): "Fix and rearrange whole bus access. Some device wait may be changed intentionally or unintentionally."
vm(Update): "Rearrange the power devices on all architecture."
app(New): "Graphic rendering now can use AVX2 on amd64."
app(Update): "-X option is changed to accept only one argument if -H is not specified."
app(Update): "Configuration item exec-file and exec-arg are added."
app(Update): "--initrd option and configuration item exec-initrd are added."
app(Update): "Path beginning of '~' in the configuration file is replaced to the home directory."
app(Fix): "-Lhelp can be displayed even if -X is specified."


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.24 -r1.25 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.33 pkgsrc/emulators/nono/Makefile:1.34
--- pkgsrc/emulators/nono/Makefile:1.33 Mon Jan  8 02:41:18 2024
+++ pkgsrc/emulators/nono/Makefile      Sun Feb 25 20:37:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/01/08 02:41:18 jun Exp $
+# $NetBSD: Makefile,v 1.34 2024/02/25 20:37:44 jun Exp $
 
-DISTNAME=      nono-0.6.4
+DISTNAME=      nono-0.7.0
 #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.24 pkgsrc/emulators/nono/distinfo:1.25
--- pkgsrc/emulators/nono/distinfo:1.24 Mon Jan  8 02:41:18 2024
+++ pkgsrc/emulators/nono/distinfo      Sun Feb 25 20:37:44 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2024/01/08 02:41:18 jun Exp $
+$NetBSD: distinfo,v 1.25 2024/02/25 20:37:44 jun Exp $
 
-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
+BLAKE2s (nono-0.7.0.tar.gz) = d85f8c343b301297e0c3ea7e851c4e4d1f8a655cfe71965c986bd18fe628d5bb
+SHA512 (nono-0.7.0.tar.gz) = 5ec915cdfc27ee9439ba7d8a7db6d05e917b03af340c9b14fa0c9dca9a06c9713ac0f8fcf013bf48b41cfbe0a2e8be43f40cb759ddd334c3e4d15cf3a5ddfd38
+Size (nono-0.7.0.tar.gz) = 3268612 bytes
 SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010



Home | Main Index | Thread Index | Old Index