Mon Jun 6 14:21:56 2022 UTC ()
emulators/simh: add notes re license, simh3, open-simh.


(rhialto)
diff -r1.7 -r1.8 pkgsrc/emulators/simh/DESCR
diff -r1.64 -r1.65 pkgsrc/emulators/simh/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/emulators/simh/DESCR (expand / switch to unified diff)

--- pkgsrc/emulators/simh/DESCR 2021/10/14 19:12:55 1.7
+++ pkgsrc/emulators/simh/DESCR 2022/06/06 14:21:55 1.8
@@ -1,9 +1,16 @@ @@ -1,9 +1,16 @@
1Bob Supnik's historical computer simulator, including: 1Bob Supnik's historical computer simulator, including:
2 2
3 3b2 alpha altair altairz80 b5000 besm6 cdc1700 eclipse gri 3 3b2 alpha altair altairz80 b5000 besm6 cdc1700 eclipse gri
4 h316 hp2100 hp3000 i1401 i1620 i650 i7000 i7094 ibm1130 4 h316 hp2100 hp3000 i1401 i1620 i650 i7000 i7094 ibm1130
5 intel-systems id16 id32 lgp nova pdp1 pdp6 pdp10 pdp11 pdp18b 5 intel-systems id16 id32 lgp nova pdp1 pdp6 pdp10 pdp11 pdp18b
6 pdp4 pdp7 pdp8 pdp9 s3 sage sds ssem tx0 vax 6 pdp4 pdp7 pdp8 pdp9 s3 sage sds ssem tx0 vax
7 7
8See http://www.netbsd.org/ports/vax/emulator-howto.html on how to 8See http://www.netbsd.org/ports/vax/emulator-howto.html on how to
9install NetBSD/vax on simh! 9install NetBSD/vax on simh!
 10
 11This version will not be updated further until questions regarding the
 12change of the licence in later versions have been resolved.
 13
 14Alternatively, you can use emulators/open-simh, which forked off this
 15version in May 2020, or emulators/simh3, maintained solely by
 16Bob Supnik.

cvs diff -r1.64 -r1.65 pkgsrc/emulators/simh/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/simh/Makefile 2022/05/08 12:09:51 1.64
+++ pkgsrc/emulators/simh/Makefile 2022/06/06 14:21:55 1.65
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.64 2022/05/08 12:09:51 rhialto Exp $ 1# $NetBSD: Makefile,v 1.65 2022/06/06 14:21:55 rhialto Exp $
2 2
3DISTNAME= simh-4.0.0 3DISTNAME= simh-4.0.0
4PKGNAME= simh-4.0.0.20220501 4PKGNAME= simh-4.0.0.20220501
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= ${MASTER_SITE_GITHUB:=simh/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=simh/}
7GITHUB_PROJECT= simh 7GITHUB_PROJECT= simh
 8# NOTE: do not update to a later version!
8GITHUB_TAG= e1ce9f4f70466c34e96d59a6f44e0eaa2cf46a3f 9GITHUB_TAG= e1ce9f4f70466c34e96d59a6f44e0eaa2cf46a3f
9 10
10MAINTAINER= rhialto@NetBSD.org 11MAINTAINER= rhialto@NetBSD.org
11HOMEPAGE= http://simh.trailing-edge.com/ 12HOMEPAGE= http://simh.trailing-edge.com/
12COMMENT= Bob Supniks historical computer simulator 13COMMENT= Bob Supniks historical computer simulator
13LICENSE= mit 14LICENSE= mit
14 15
15DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf 16DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
16 17
17USE_TOOLS+= gmake 18USE_TOOLS+= gmake
18 19
19BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9 20BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9
20 21