Mon Dec 12 19:50:01 2022 UTC ()
emulators/simh3: update to V3.12-3.

The version still under 100% control of Bob Supnik.
Changes are given as
"It is mostly bug fixes to the PDP11 and Sigma simulators."


(rhialto)
diff -r1.3 -r1.4 pkgsrc/emulators/simh3/Makefile
diff -r1.1 -r1.2 pkgsrc/emulators/simh3/PLIST
diff -r1.1 -r1.2 pkgsrc/emulators/simh3/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/emulators/simh3/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/simh3/Makefile 2022/09/11 12:51:34 1.3
+++ pkgsrc/emulators/simh3/Makefile 2022/12/12 19:50:01 1.4
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2022/09/11 12:51:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2022/12/12 19:50:01 rhialto Exp $
2 2
3DISTNAME= simhv312-2 3DISTNAME= simhv312-3
4PKGNAME= simh3-3.12.2 4PKGNAME= simh3-3.12.3
5PKGREVISION= 2 
6CATEGORIES= emulators 5CATEGORIES= emulators
7MASTER_SITES= http://simh.trailing-edge.com/sources/ 6MASTER_SITES= http://simh.trailing-edge.com/sources/
8EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://simh.trailing-edge.com/ 10HOMEPAGE= http://simh.trailing-edge.com/
12COMMENT= Bob Supnik's simulator for historic computer systems 11COMMENT= Bob Supnik's simulator for historic computer systems
13LICENSE= modified-bsd # (essentially) 12LICENSE= modified-bsd # (essentially)
14 13
15WRKSRC= ${WRKDIR}/sim 14WRKSRC= ${WRKDIR}/sim
16USE_TOOLS+= gmake 15USE_TOOLS+= gmake
17 16
18BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9 17BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9

cvs diff -r1.1 -r1.2 pkgsrc/emulators/simh3/PLIST (expand / switch to unified diff)

--- pkgsrc/emulators/simh3/PLIST 2022/06/06 14:18:05 1.1
+++ pkgsrc/emulators/simh3/PLIST 2022/12/12 19:50:01 1.2
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1@comment $NetBSD: PLIST,v 1.1 2022/06/06 14:18:05 rhialto Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/12/12 19:50:01 rhialto Exp $
2bin/simh3-altair 2bin/simh3-altair
3bin/simh3-eclipse 3bin/simh3-eclipse
4bin/simh3-gri 4bin/simh3-gri
5bin/simh3-h316 5bin/simh3-h316
6bin/simh3-i1401 6bin/simh3-i1401
7bin/simh3-i1620 7bin/simh3-i1620
8bin/simh3-i7094 8bin/simh3-i7094
9bin/simh3-id16 9bin/simh3-id16
10bin/simh3-id32 10bin/simh3-id32
11bin/simh3-lgp 11bin/simh3-lgp
12bin/simh3-nova 12bin/simh3-nova
13bin/simh3-pdp1 13bin/simh3-pdp1
14bin/simh3-pdp10 14bin/simh3-pdp10
15bin/simh3-pdp11 15bin/simh3-pdp11
16bin/simh3-pdp15 16bin/simh3-pdp15
17bin/simh3-pdp4 17bin/simh3-pdp4
18bin/simh3-pdp7 18bin/simh3-pdp7
19bin/simh3-pdp8 19bin/simh3-pdp8
20bin/simh3-pdp9 20bin/simh3-pdp9
21bin/simh3-sds 21bin/simh3-sds
22bin/simh3-sigma 22bin/simh3-sigma
23bin/simh3-uc15 23bin/simh3-uc15
24bin/simh3-vax 24bin/simh3-vax
25bin/simh3-vax780 25bin/simh3-vax780
26share/doc/simh3/0readme_ethernet.txt 
27share/doc/simh3/altair.txt 26share/doc/simh3/altair.txt
28share/doc/simh3/eclipse.txt 27share/doc/simh3/eclipse.txt
29share/doc/simh3/haltguide.txt 28share/doc/simh3/haltguide.txt
30share/doc/simh3/i1620_error_matrix.txt 29share/doc/simh3/i1620_error_matrix.txt
31share/doc/simh3/i7094_bug_history.txt 30share/doc/simh3/i7094_bug_history.txt
32share/doc/simh3/id_diag.txt 31share/doc/simh3/id_diag.txt
33share/doc/simh3/pdp10_bug_history.txt 32share/doc/simh3/pdp10_bug_history.txt
34share/doc/simh3/pdp18b_diag.txt 33share/doc/simh3/pdp18b_diag.txt
35share/doc/simh3/pdp1_diag.txt 34share/doc/simh3/pdp1_diag.txt
36share/doc/simh3/readme_s3.txt 35share/doc/simh3/readme_s3.txt
37share/doc/simh3/sds_diag.txt 36share/doc/simh3/sds_diag.txt
38share/doc/simh3/sigma_bugs.txt 37share/doc/simh3/sigma_bugs.txt
39share/doc/simh3/sigma_disks.txt 38share/doc/simh3/sigma_disks.txt
 39share/doc/simh3/sigma_dp_diff.txt
40share/doc/simh3/system3.txt 40share/doc/simh3/system3.txt
41share/doc/simh3/vax780_bug_history.txt 41share/doc/simh3/vax780_bug_history.txt
42share/simh3/ka655x.bin 42share/simh3/ka655x.bin

cvs diff -r1.1 -r1.2 pkgsrc/emulators/simh3/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/simh3/distinfo 2022/06/06 14:18:05 1.1
+++ pkgsrc/emulators/simh3/distinfo 2022/12/12 19:50:01 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2022/06/06 14:18:05 rhialto Exp $ 1$NetBSD: distinfo,v 1.2 2022/12/12 19:50:01 rhialto Exp $
2 2
3BLAKE2s (simhv312-2.zip) = b4b165980c213e86215f59d063c58dbfe92e60587cc9718ab40bce9e74ebff0f 3BLAKE2s (simhv312-3.zip) = 1fee24b9c8677f0aadb0d24c42b9a060bd1fb3723f125c4e763f96a57dc40e48
4SHA512 (simhv312-2.zip) = f6e593e07b536901160e53b6825a261107a2ea3655917b33ae53a104a969e518f37170852558b65abe4819e569e4f35ca41f4ea843b78c9af25b74cb83dacec2 4SHA512 (simhv312-3.zip) = bf58234a492bb4b0132f11d9a5de30b5525853f09fa945dfe1f64e3f466b23854ccea04ca330d410c5433f586422c7ba27984bd143d1689ebc6e323ac1a3203f
5Size (simhv312-2.zip) = 2847102 bytes 5Size (simhv312-3.zip) = 2840997 bytes
6SHA1 (patch-makefile) = 20b74c26ee5bf17889b4b958944a6f7e56fd1938 6SHA1 (patch-makefile) = 20b74c26ee5bf17889b4b958944a6f7e56fd1938