git: c9f346ce07f4 - main - New port: emulators/z80pack Z80 emulator with CP/M-80

Baptiste Daroussin bapt at nours.eu
Tue Apr 20 08:55:45 UTC 2021


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 <se at FreeBSD.org>
> AuthorDate: 2021-04-11 19:24:37 +0000
> Commit:     Stefan Eßer <se at FreeBSD.org>
> 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


More information about the dev-commits-ports-all mailing list