Port details |
- elliott-803 Emulator and compilers for Elliott 803 computer
- 0.1.11_1 emulators =2 0.1.11_1Version of this port present on the latest quarterly branch.
- Maintainer: hsw@bitmark.com
- Port Added: 2020-07-01 09:32:18
- Last Update: 2024-02-23 17:58:25
- Commit Hash: b7996b2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/hxw/Elliott-803
- Description:
- Elliott-803 contains an emulator for this 1960s 39 bit computer.
Also provided are tape files of some programs, including:
* The Algol60 compiler
* Two versions of the H-Code compiler
* T2 and T102 sources
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- elliott-803>0:emulators/elliott-803
- To install the port:
- cd /usr/ports/emulators/elliott-803/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/elliott-803
- pkg install elliott-803
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: elliott-803
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676263014
SHA256 (hxw-Elliott-803-v0.1.11_GH0.tar.gz) = d0aacfa9d02d63f4249d14df1f378525804bc022840eb7bf63804eb9f125d253
SIZE (hxw-Elliott-803-v0.1.11_GH0.tar.gz) = 32670963
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- emulators_elliott-803
- USES:
- compiler:c++17-lang ncurses
- 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 |
0.1.11_1 23 Feb 2024 17:58:25 |
Muhammad Moinur Rahman (bofh) |
emulators/elliott-803: Moved man to share/man
Approved by: portmgr (blanket) |
0.1.11 15 Feb 2023 16:12:07 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
emulators/elliott-803: remove obsolete patch
Differential Revision: https://reviews.freebsd.org/D38604 |
0.1.11 13 Feb 2023 19:50:13 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
emulators/elliott-803: Update to 0.1.11
Fixes for clang15:
- function prototypes needing (void)
- unused variable y - "--unused" to suppress error message
Differential Revision: https://reviews.freebsd.org/D38554 |
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) |
0.1.9 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 ) |
0.1.9 22 Mar 2022 02:54:27 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
emulators/elliott-803: Update to 0.1.9
Fixes compilation problems with newer clang 13 on 13.1-aarch64.
Differential Revision: https://reviews.freebsd.org/D34611 |
0.1.8 02 Oct 2021 11:24:44 |
Dimitry Andric (dim) |
emulators/elliott: fix unused but set variable
During an exp-run for llvm 13 (see bug 258209), it turned out that
emulators/elliott fails to build with clang 13:
emulator.c:536:20: error: variable 'y' set but not used
[-Werror,-Wunused-but-set-variable]
int x, x1, y;
^
1 error generated.
This is because x, x1 and y are used in ncurses getyx() macros, but in
this case the program is not interested in the y result. Mark it as
__unused to get rid of the warning.
PR: 258471
Approved by: maintainer timeout (2 weeks)
MFH: 2021Q4 |
0.1.8 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.8 30 Nov 2020 05:29:02 |
lwhsu |
emulators/elliott-803: Update to 0.1.8
Submitted by: hsw@bitmark.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D27417 |
0.1.4 06 Jul 2020 08:09:17 |
lwhsu |
Update to 0.1.4
Submitted by: Christopher Hall <hsw@bitmark.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D25570 |
0.1.3 01 Jul 2020 20:55:44 |
linimon |
Add compiler:c++17-lang to USES to attempt to fix the build on GCC-based
systems:
cc1: error: unrecognized command line option "-std=c17"
Approved by: portmgr (tier-2 blanket) |
0.1.3 01 Jul 2020 09:32:13 |
lwhsu |
Rename Elliott-803 to elliott-803
Suggested by: danfe
Approved by: Christopher Hall <hsw@bitmark.com> (maintainer) |