Index: head/emulators/Elliott-803/Makefile =================================================================== --- head/emulators/Elliott-803/Makefile +++ head/emulators/Elliott-803/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Elliott-803 +PORTVERSION= 0.1.3 +DISTVERSIONPREFIX= v +CATEGORIES= emulators + +MAINTAINER= hsw@bitmark.com +COMMENT= Emulator and compilers for Elliott 803 computer + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= ncurses +MAKEFILE= BSDmakefile +MAKE_ARGS+= PREFIX="${PREFIX}" VERSION="${PKGVERSION}" +MAKE_ENV+= LC_ALL=en_US.UTF-8 + +USE_GITHUB= yes +GH_ACCOUNT= hxw + +.include Index: head/emulators/Elliott-803/distinfo =================================================================== --- head/emulators/Elliott-803/distinfo +++ head/emulators/Elliott-803/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1593512685 +SHA256 (hxw-Elliott-803-v0.1.3_GH0.tar.gz) = 8ee67531fa1d79ddf7518a2c8d3353cf8821973259950bdfb17634c29b5d9131 +SIZE (hxw-Elliott-803-v0.1.3_GH0.tar.gz) = 134490 Index: head/emulators/Elliott-803/pkg-descr =================================================================== --- head/emulators/Elliott-803/pkg-descr +++ head/emulators/Elliott-803/pkg-descr @@ -0,0 +1,7 @@ +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 + +WWW: https://github.com/hxw/Elliott-803 Index: head/emulators/Elliott-803/pkg-plist =================================================================== --- head/emulators/Elliott-803/pkg-plist +++ head/emulators/Elliott-803/pkg-plist @@ -0,0 +1,18 @@ +bin/emu803 +man/man1/emu803.1.gz +%%DATADIR%%/Elliott-Algol60-A104/a104-tape-1.hex5 +%%DATADIR%%/Elliott-Algol60-A104/a104-tape-2.hex5 +%%DATADIR%%/Elliott-Algol60-A104/A104.md +%%DATADIR%%/Elliott-Programs/com-208.hex5 +%%DATADIR%%/Elliott-Programs/README.markdown +%%DATADIR%%/Elliott-Programs/t102-rel-add.elliott +%%DATADIR%%/Elliott-Programs/t102-rel-add.hex5 +%%DATADIR%%/Elliott-Programs/t2-rel-add.elliott +%%DATADIR%%/Elliott-Programs/t2-rel-add.hex5 +%%DATADIR%%/H-Code-Compilers/h-code-compiler-plus.hex5 +%%DATADIR%%/H-Code-Compilers/h-code-compiler.hex5 +%%DATADIR%%/H-Code-Compilers/README.markdown +%%DATADIR%%/hello/hello-a60.script +%%DATADIR%%/hello/hello-h-code.script +%%DATADIR%%/hello/hello.a60 +%%DATADIR%%/hello/hello.hc Index: head/emulators/Makefile =================================================================== --- head/emulators/Makefile +++ head/emulators/Makefile @@ -3,6 +3,7 @@ COMMENT = Emulators for other operating systems + SUBDIR += Elliott-803 SUBDIR += adamem SUBDIR += advancemame SUBDIR += advancemenu