[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/simh/simh.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A highly portable, multi-system simulator [T] SIMH implements simulators for: [T] [T] Data General Nova, Eclipse [T] Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10, PDP-11, PDP-15, VAX [T] GRI Corporation GRI-909 [T] IBM 1401, 1620, 1130, System 3 [T] Interdata (Perkin-Elmer) 16b and 32b systems [T] Hewlett-Packard 2116, 2100, 21MX [T] Honeywell H316/H516 [T] MITS Altair 8800, with both 8080 and Z80 [T] Royal-Mcbee LGP-30, LGP-21 [T] Scientific Data Systems SDS 940 [U] http://simh.trailing-edge.com/ [A] Robert M Supnik [M] Rene Rebe [C] extra/emulator [F] CROSS [E] opt libedit [E] opt libpcap [L] OpenSource [S] Stable [V] 312-5 [CV-URL] http://simh.trailing-edge.com/ [D] 3eda4dbde501932eafc5d1ea6887b60180c5305e5db746cd0d7b08ae simhv312-5.zip http://simh.trailing-edge.com/sources/ var_remove_regex makeopt " " "CC=.*" makeinstopt= simh_premake() { mkdir BIN } simh_postmake() { rm -rf BIN/buildtools cp -vf BIN/* $root$bindir/ } simh_postdoc() { cp `find -name '*.txt' -printf '%p '` $root$docdir/ } hook_add premake 5 simh_premake hook_add postmake 5 simh_postmake hook_add postdoc 5 simh_postdoc