Port details |
- simh Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
- 3.9.0_6 emulators =3 3.9.0_6Version of this port present on the latest quarterly branch.
- Maintainer: bob@eager.cx
- Port Added: 2007-03-28 06:17:40
- Last Update: 2024-01-21 20:24:06
- Commit Hash: a14830b
- People watching this port, also watch:: klh10, py311-Automat, py311-python-gdsii, py39-PyOpenGL, jdictionary
- License: MIT
- WWW:
- http://simh.trailing-edge.com
- Description:
- SIMH is a highly portable, multi-system simulator.
SIMH implements simulators for:
- Data General Nova, Eclipse
- Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9,
PDP-10, PDP-11, PDP-15, VAX
- GRI Corporation GRI-909
- IBM 1401, 1620, 1130, System 3
- Interdata (Perkin-Elmer) 16b and 32b systems
- Hewlett-Packard 2116, 2100, 21MX
- Honeywell H316/H516
- MITS Altair 8800, with both 8080 and Z80
- Royal-Mcbee LGP-30, LGP-21
- Scientific Data Systems SDS 940
These simulators are capable of running the Unix V5, V6 and V7 binaries
licenced for non-commercial use by SCO. See documentation for further details.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/emulators/simh/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/simh
- pkg install simh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: simh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1507755254
SHA256 (simhv39-0.zip) = e49b259b66ad6311ca9066dee3d3693cd915106a6938a52ed685cdbada8eda3b
SIZE (simhv39-0.zip) = 3103657
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for simh-3.9.0_6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- emulators_simh
- USES:
- gmake dos2unix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.0_6 21 Jan 2024 20:24:06 |
Muhammad Moinur Rahman (bofh) |
emulators/simh: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.9.0_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.9.0_5 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
3.9.0_5 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.9.0_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9.0_5 01 Sep 2020 10:49:53 |
se |
Fix build with clang11
Reported by: pkg-fallout |
3.9.0_4 25 Mar 2020 11:23:52 |
ak |
- Correct license
PR: 244370
Submitted by: Bob Eager <bob@eager.cx> (maintainer) |
3.9.0_3 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
3.9.0_3 02 Jul 2018 03:08:57 |
linimon |
Attempt to see if the build can be fixed on non-clang-based archs.
Approved by: portmgr (tier-2 blanket) |
3.9.0_3 13 Oct 2017 11:38:04 |
pizzamig |
emulators/simh: fix name clash with other ports and tidy compilations
Fix name clash with gri and nova, that caused conflicts
Fix compilation warnings
PR: 222968
Submitted by: bob@eager.cx (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12651 |
3.9.0_2 13 May 2017 23:21:37 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.9.0_2 10 Apr 2017 10:26:49 |
ak |
- Add a number of PDF files containing comprehensive documentation [1]
- Add manual page [1]
- Stop mangling binary files with dos2unix [2]
PR: 218151 [1]
PR: 218405 [2]
Submitted by: bob@eager.cx (maintainer) [1]
Submitted by: Brad Sliger <code@sliger.org> [2]
Approved by: bob@eager.cx (maintainer) [2] |
3.9.0_1 03 Jan 2017 14:00:48 |
matthew |
Fixes to allow building on 12-CURRENT
- fix build failures in i386 and amd64 due to compiler changes
- fix numerous compilation warnings and logical errors that may trap
in the future
- convert all distribution files from DOS format to ease future changes
- convert legacy patch file to new naming convention
PR: 214990
Submitted by: bob@eager.cx (maintainer) |
3.9.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.9.0 24 Apr 2016 09:29:54 |
lme |
Pass maintainership to submitter
PR: 208924
Submitted by: Bob Eager <rde@tavi.co.uk> / <bob@eager.cx>
Sponsored by: Essen Linuxhotel Hackathon 2016 |
3.9.0 31 Jan 2016 21:46:20 |
amdmi3 |
- Switch to options helpers
- Simplift plist handling |
3.9.0 24 Jan 2016 16:25:26 |
dim |
During the exp-run in bug 206074, it was found that emulators/simh gives
errors with a recent clang 3.8.0 snapshot [1]:
/usr/bin/ld: unrecognized option '-plugin'
And more of such linking errors. This is because the simh main Makefile
attempts to use -flto -fwhole-program with clang, but this support
depends on the correctly link time optimization infrastructure being
installed (e.g. the LLVMgold.so plugin, and more).
Since LTO is not available yet in base, here is a patch to disable the
use of these options more thorougly.
Approved by: koobs (ports)
PR: 206411
MFH: 2016Q1 |
3.9.0 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
3.9.0 24 Mar 2015 22:17:42 |
marino |
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket |
3.9.0 20 Dec 2014 18:17:20 |
bapt |
cleanup plist |
3.9.0 10 Apr 2014 08:29:19 |
pawel |
- Add staging support
- Define DOCS option
- Correct typo in pkg-descr |
3.9.0 07 Mar 2014 16:55:02 |
bapt |
Convert e* to USES=zip |
3.9.0 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
3.9.0 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
3.9.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.9.0 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
3.9.0 23 May 2012 02:01:33 |
miwi |
- Update to 3.9.0
PR: 168031
Submitted by: Ports Fury |
3.8.1 18 Nov 2011 23:30:13 |
ehaupt |
Remove trailing whitespaces.
Feature safe: yes |
3.8.1 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
3.8.1 25 Oct 2010 20:09:07 |
trasz |
Drop maintainership for ports I can't maintain anymore. |
3.8.1 15 Feb 2009 10:01:07 |
trasz |
Update to V3.8-1. |
3.8.0_1 12 Jan 2009 21:30:36 |
trasz |
Remove dependency on ports version of libpcap; it's no longer needed
and causes build problems for qemu-devel.
Submitted by: David O'Brien <obrien@FreeBSD.org> (slightly modified) |
3.8.0 22 Jul 2008 22:01:28 |
trasz |
- Update to 3.8-0. |
3.7.3 06 Sep 2007 14:49:14 |
trasz |
- Update to 3.7.3
- Remove RESTRICTED clause and LEGAL entry. It seems license was changed
to something more reasonable.
Approved by: miwi (mentor, implicit) |
3.7.2_1 18 Jul 2007 11:30:26 |
trasz |
Install bin/i7094.
Approved by: miwi (mentor) |
3.7.2 13 Jul 2007 19:32:55 |
trasz |
- Update to 3.7.2.
Approved by: miwi (mentor, implicit) |
3.7.1 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
3.7.1 29 May 2007 18:17:24 |
trasz |
- Update to 3.7-1
Approved by: miwi (mentor) |
3.7_1 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
3.7_1 09 Apr 2007 17:48:43 |
miwi |
- Fix firmware directory
PR: 111061
Submitted by: trasz (maintainer) |
3.7 28 Mar 2007 06:17:18 |
miwi |
Project was renamed
PR: 110753
Submitted by: trasz (maintainer)
Repocopy by: marcus |