diff options
author | rhialto <rhialto@pkgsrc.org> | 2022-06-06 14:21:55 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2022-06-06 14:21:55 +0000 |
commit | 3fdaba0435734e475b1709332acd8a3b0e69b098 (patch) | |
tree | 5842e428580eb36aef90bf8efdcb5793b149abd5 | |
parent | 31a6caa7f66ba9fa86b0bb90d64563752419f940 (diff) | |
download | pkgsrc-3fdaba0435734e475b1709332acd8a3b0e69b098.tar.gz |
emulators/simh: add notes re license, simh3, open-simh.
-rw-r--r-- | emulators/simh/DESCR | 7 | ||||
-rw-r--r-- | emulators/simh/Makefile | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/emulators/simh/DESCR b/emulators/simh/DESCR index 757daf39cce..ea7f1aa124c 100644 --- a/emulators/simh/DESCR +++ b/emulators/simh/DESCR @@ -7,3 +7,10 @@ Bob Supnik's historical computer simulator, including: See http://www.netbsd.org/ports/vax/emulator-howto.html on how to install NetBSD/vax on simh! + +This version will not be updated further until questions regarding the +change of the licence in later versions have been resolved. + +Alternatively, you can use emulators/open-simh, which forked off this +version in May 2020, or emulators/simh3, maintained solely by +Bob Supnik. diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 04fc7a009c1..771caf8f8e5 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.64 2022/05/08 12:09:51 rhialto Exp $ +# $NetBSD: Makefile,v 1.65 2022/06/06 14:21:55 rhialto Exp $ DISTNAME= simh-4.0.0 PKGNAME= simh-4.0.0.20220501 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=simh/} GITHUB_PROJECT= simh +# NOTE: do not update to a later version! GITHUB_TAG= e1ce9f4f70466c34e96d59a6f44e0eaa2cf46a3f MAINTAINER= rhialto@NetBSD.org |