Port details |
- dps8m SIMH based simulator for the Honeywell h6180/dps8m Multics processor
- 3.0.1_1 emulators =2 3.0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: gspurki@gmail.com
- Port Added: 2021-12-23 21:24:06
- Last Update: 2023-08-19 17:57:38
- Commit Hash: 37e7d65
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ICU
- WWW:
- https://dps8m.gitlab.io/dps8m
- Description:
- SIMH based simulator for the Honeywell h6180/dps8m Multics processor.
Capable of booting Multics MR12.5, MR12.6f, MR12.7 and MR12.8.
The fastest way to your running Multics-system is the
Quickstart Image, downloadable from:
https://multics-wiki.swenson.org/index.php/Main_Page
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/dps8m/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/dps8m
- pkg install dps8m
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dps8m
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64 powerpc64le riscv64
- distinfo:
- TIMESTAMP = 1691794269
SHA256 (dps8m-R3.0.1.tar.bz2) = 583b2e333f094d5e2a5139c832d5aa907455be34edf61560590ac27398208147
SIZE (dps8m-R3.0.1.tar.bz2) = 13052895
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
- Library dependencies:
-
- libuv.so : devel/libuv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- emulators_dps8m
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.1_1 19 Aug 2023 17:57:38 |
Daniel Engberg (diizzy) |
emulators/dps8m: Restore various port and build fixes
* Restore verbose build output
* Restore build fixes for PPC64 and RISC-V
* Disable optimization that overrides framework
Approved by: portmgr (blanket, build fix) |
3.0.1 13 Aug 2023 09:35:32 |
Robert Clausecker (fuz) Author: Gian-Simon Purkert |
emulators/dps8m: update to 3.0.1
Changelog: https://gitlab.com/dps8m/dps8m/-/wikis/DPS8M-R3.0.1-Release-Notes
PR: 273068 |
2.0.1.r2.20211124 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
2.0.1.r2.20211124 30 Sep 2022 09:13:28 |
Piotr Kubaj (pkubaj) |
emulators/dps8m: enable on powerpc64le |
2.0.1.r2.20211124 30 Sep 2022 00:03:18 |
Piotr Kubaj (pkubaj) |
emulators/dps8m: enable on riscv64 |
2.0.1.r2.20211124 29 Sep 2022 20:39:21 |
Piotr Kubaj (pkubaj) |
emulators/dps8m: enable on powerpc64
atomic_testandset_64 is not defined, so use atomic_testandset_long. |
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) |
2.0.1.r2.20211124 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 ) |
2.0.1.r2.20211124 23 Dec 2021 21:20:59 |
Daniel Engberg (diizzy) Author: Gian-Simon Purkert |
emulators/dps8m: New port: 'SIMH' based simulator for the Honeywell h6180 /
dps8m Multics processor
PR: 254553
Approved by: mentors (implicit) |