From owner-svn-ports-head@freebsd.org Wed Jul 1 07:21:09 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70512365351; Wed, 1 Jul 2020 07:21:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xXhP2SR4z42jB; Wed, 1 Jul 2020 07:21:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3930425912; Wed, 1 Jul 2020 07:21:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0617L9Hv086849; Wed, 1 Jul 2020 07:21:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0617L83P086845; Wed, 1 Jul 2020 07:21:08 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202007010721.0617L83P086845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 1 Jul 2020 07:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540929 - in head/emulators: . Elliott-803 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/emulators: . Elliott-803 X-SVN-Commit-Revision: 540929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 07:21:09 -0000 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 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 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