pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/open-simh emulators/open-simh: update to 4.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eae624bd9421
branches:  trunk
changeset: 383271:eae624bd9421
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Tue Aug 16 20:08:39 2022 +0000

description:
emulators/open-simh: update to 4.0.0.20220814

Various fixes and updates, including

SCP: Fix details missed when merging update REGister macros from v3.12-2
QBus VAX and PDP11: Add support for HDLC framing to DUP11/DPV11
SCP: Add parenthesis to avoid potential compiler warnings
KA10: Updated documentation for PDP10 simulators.
KA10: Added default disable for devices that could be on KL10.
KA10: IMP Code support for Tenex.
KA10: Fixed DK10 to properly interrupt.
SCP: Fixed bug in byte deposits if aincr > 1
QBus VAX and PDP11: Add support for DPV11 in DDCMP mode
Sample stub simulator.
Unibus and Qbus VAXen: Add DUP-11/DPV-11 device
PDP11, Qbus & Unibus VAX: Extend DUP device for DECnet Phase V support

diffstat:

 emulators/open-simh/Makefile |  7 +++----
 emulators/open-simh/PLIST    |  3 ++-
 emulators/open-simh/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r f2ffce98a75c -r eae624bd9421 emulators/open-simh/Makefile
--- a/emulators/open-simh/Makefile      Tue Aug 16 20:06:05 2022 +0000
+++ b/emulators/open-simh/Makefile      Tue Aug 16 20:08:39 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2022/08/11 05:08:20 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/16 20:08:39 rhialto Exp $
 
 DISTNAME=      open-simh-4.0.0
-PKGNAME=       open-simh-4.0.0.20220531
-PKGREVISION=   1
+PKGNAME=       open-simh-4.0.0.20220814
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=open-simh/}
 GITHUB_PROJECT=        simh
-GITHUB_TAG=    5a7a4c778edf6bad66bc688923316ccf951398be
+GITHUB_TAG=    d862d024ea5f6f0cc915e7347a199bfce2a5ea96
 
 MAINTAINER=    rhialto%NetBSD.org@localhost
 HOMEPAGE=      http://simh.trailing-edge.com/
diff -r f2ffce98a75c -r eae624bd9421 emulators/open-simh/PLIST
--- a/emulators/open-simh/PLIST Tue Aug 16 20:06:05 2022 +0000
+++ b/emulators/open-simh/PLIST Tue Aug 16 20:08:39 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/06/06 14:20:07 rhialto Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/08/16 20:08:39 rhialto Exp $
 bin/simh-3b2
 bin/simh-altair
 bin/simh-altairz80
@@ -100,6 +100,7 @@
 share/doc/simh/pdp18b_diag.txt
 share/doc/simh/pdp1_diag.txt
 share/doc/simh/readme-sage.txt
+share/doc/simh/readme.txt
 share/doc/simh/readme1130.txt
 share/doc/simh/readme_s3.txt
 share/doc/simh/readme_update.txt
diff -r f2ffce98a75c -r eae624bd9421 emulators/open-simh/distinfo
--- a/emulators/open-simh/distinfo      Tue Aug 16 20:06:05 2022 +0000
+++ b/emulators/open-simh/distinfo      Tue Aug 16 20:08:39 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/06/06 14:20:07 rhialto Exp $
+$NetBSD: distinfo,v 1.2 2022/08/16 20:08:39 rhialto Exp $
 
-BLAKE2s (open-simh-4.0.0-5a7a4c778edf6bad66bc688923316ccf951398be.tar.gz) = 1ba6b9c9495a45f422a52ec86ff3333bea5c07e833db37cfa285eb536ae92a06
-SHA512 (open-simh-4.0.0-5a7a4c778edf6bad66bc688923316ccf951398be.tar.gz) = 
cef85c91a32aed6a75eeee39cd5bfaa146a1ad44e07d5334c51acd397259fb06d01028c6e8587bad7c7feee46e3762970c0ab1017d239f957468780039e6750b
-Size (open-simh-4.0.0-5a7a4c778edf6bad66bc688923316ccf951398be.tar.gz) = 31258284 bytes
+BLAKE2s (open-simh-4.0.0-d862d024ea5f6f0cc915e7347a199bfce2a5ea96.tar.gz) = 5c1570a207273701c96e20dd51f55edbd5ebf2f88aa1bdd8ece9810c4a541476
+SHA512 (open-simh-4.0.0-d862d024ea5f6f0cc915e7347a199bfce2a5ea96.tar.gz) = 
85af5bb4617db409ea5b59c835ce09d468419e463ec4829898285bb25832aae864f35a0d559cbde2bd54b2d552d6d6188f8d90ea3f24cc5d6e0600c99d76ec38
+Size (open-simh-4.0.0-d862d024ea5f6f0cc915e7347a199bfce2a5ea96.tar.gz) = 31299825 bytes
 SHA1 (patch-makefile) = a532dde8a12d359cd66a2447ed95812cc0dd5dbe



Home | Main Index | Thread Index | Old Index