From owner-dev-commits-ports-all@freebsd.org Tue Apr 20 08:55:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 21E765EC4D6; Tue, 20 Apr 2021 08:55:45 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from aniel.nours.eu (ns393929.ip-176-31-115.eu [176.31.115.77]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FPcwJ01v3z4TFF; Tue, 20 Apr 2021 08:55:43 +0000 (UTC) (envelope-from bapt@nours.eu) Received: by aniel.nours.eu (Postfix, from userid 1001) id B53923BCD4; Tue, 20 Apr 2021 10:55:35 +0200 (CEST) Date: Tue, 20 Apr 2021 10:55:35 +0200 From: Baptiste Daroussin To: Stefan =?utf-8?B?RcOfZXI=?= Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: c9f346ce07f4 - main - New port: emulators/z80pack Z80 emulator with CP/M-80 Message-ID: <20210420085535.sp7x6gswysbrzlay@aniel.nours.eu> References: <202104111928.13BJS5Rj081573@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202104111928.13BJS5Rj081573@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4FPcwJ01v3z4TFF X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bapt@nours.eu designates 176.31.115.77 as permitted sender) smtp.mailfrom=bapt@nours.eu X-Spamd-Result: default: False [-3.21 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[176.31.115.77:from]; FREEFALL_USER(0.00)[bapt]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:176.31.115.77]; DMARC_NA(0.00)[nours.eu: no valid DMARC record]; SPAMHAUS_ZRD(0.00)[176.31.115.77:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.91)[-0.910]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:176.31.0.0/16, country:FR]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2021 08:55:45 -0000 On Sun, Apr 11, 2021 at 07:28:05PM +0000, Stefan Eßer wrote: > The branch main has been updated by se: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=c9f346ce07f463181c81b885a04508fb9845482a > > commit c9f346ce07f463181c81b885a04508fb9845482a > Author: Stefan Eßer > AuthorDate: 2021-04-11 19:24:37 +0000 > Commit: Stefan Eßer > CommitDate: 2021-04-11 19:26:59 +0000 > > New port: emulators/z80pack Z80 emulator with CP/M-80 > > This port builds only the generic Z80 emulator and installs various > CP/M-80 disk images. The images can be copied into user directories > and updated from within the emulation of with the cpmtools programs. > > The emulation covers CP-NET and MP/M-80 and addition to CP/M-1.4, > CP/M-2.2, and CP/M-3.0. > > The port could be extended to install the full hardware emulation of > some classic S-100 bus computers from ALTAIR, IMSAI, and Cromemco > (including working emulation of the front panels). > --- > emulators/z80pack/Makefile | 32 ++++++++++++++++++++++ > emulators/z80pack/distinfo | 3 ++ > .../z80pack/files/patch-cpmsim_srcsim_Makefile.bsd | 23 ++++++++++++++++ > .../z80pack/files/patch-cpmsim_srctools_Makefile | 30 ++++++++++++++++++++ > emulators/z80pack/pkg-descr | 6 ++++ > emulators/z80pack/pkg-plist | 30 ++++++++++++++++++++ > 6 files changed, 124 insertions(+) > > diff --git a/emulators/z80pack/Makefile b/emulators/z80pack/Makefile > new file mode 100644 > index 000000000000..50cfc3f9a0d4 > --- /dev/null > +++ b/emulators/z80pack/Makefile > @@ -0,0 +1,32 @@ > +# $FreeBSD$ > + Looking at a couple of you last commits, you keep adding the $FreeBSD$. FYI we don't use those anymore in the ports tree since the migration to git. Best regards, Bapt