Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 07:21:08 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540929 - in head/emulators: . Elliott-803
Message-ID:  <202007010721.0617L83P086845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Jul  1 07:21:08 2020
New Revision: 540929
URL: https://svnweb.freebsd.org/changeset/ports/540929

Log:
  Add emulators/Elliott-803, Emulator and compilers for Elliott 803 computer
  
  Submitted by:	Christopher Hall <hsw@bitmark.com>
  Differential Revision:	https://reviews.freebsd.org/D25517

Added:
  head/emulators/Elliott-803/
  head/emulators/Elliott-803/Makefile   (contents, props changed)
  head/emulators/Elliott-803/distinfo   (contents, props changed)
  head/emulators/Elliott-803/pkg-descr   (contents, props changed)
  head/emulators/Elliott-803/pkg-plist   (contents, props changed)
Modified:
  head/emulators/Makefile

Added: head/emulators/Elliott-803/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/Elliott-803/Makefile	Wed Jul  1 07:21:08 2020	(r540929)
@@ -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 <bsd.port.mk>

Added: head/emulators/Elliott-803/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/Elliott-803/distinfo	Wed Jul  1 07:21:08 2020	(r540929)
@@ -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

Added: head/emulators/Elliott-803/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/Elliott-803/pkg-descr	Wed Jul  1 07:21:08 2020	(r540929)
@@ -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

Added: head/emulators/Elliott-803/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/Elliott-803/pkg-plist	Wed Jul  1 07:21:08 2020	(r540929)
@@ -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

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Wed Jul  1 07:01:40 2020	(r540928)
+++ head/emulators/Makefile	Wed Jul  1 07:21:08 2020	(r540929)
@@ -3,6 +3,7 @@
 
     COMMENT = Emulators for other operating systems
 
+    SUBDIR += Elliott-803
     SUBDIR += adamem
     SUBDIR += advancemame
     SUBDIR += advancemenu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007010721.0617L83P086845>