Bug 257563

Summary: [New Port] devel/dasm: Macro assembler with support for several 8-bit microprocessors
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://dasm-assembler.github.io/
Attachments:
Description Flags
devel/dasm: Macro assembler with support for several 8-bit microprocessors none

Description Robert Clausecker freebsd_committer freebsd_triage 2021-08-02 14:17:26 UTC
Created attachment 226880 [details]
devel/dasm: Macro assembler with support for several 8-bit microprocessors

This revives the old devel/dasm port with all new ports files.  Development has since been picked up by a new team on github.

Straightforward port.  Portlint and portclippy like it.
Tested with Poudriere on amd64 arm64 i386 armv7 riscv64 FreeBSD 13.0

***
DASM is a versatile macro assembler with support for several 8-bit
microprocessors including MOS 6502 & 6507; Motorola 6803, 68705,
and 68HC11; Hitachi HD6303 (extended Motorola 6801) and Fairchild F8.

WWW: https://dasm-assembler.github.io/
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-03 19:07:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af5ca71360ea1baf370d74498b1556716db81ce5

commit af5ca71360ea1baf370d74498b1556716db81ce5
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-08-02 13:20:32 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-03 19:06:27 +0000

    devel/dasm: (Revive) Macro assembler with support for several 8-bit microprocessors

    PR:             257563

 MOVED                      |  1 -
 devel/Makefile             |  1 +
 devel/dasm/Makefile (new)  | 34 ++++++++++++++++++++++++++++++++++
 devel/dasm/distinfo (new)  |  3 +++
 devel/dasm/pkg-descr (new) |  5 +++++
 5 files changed, 43 insertions(+), 1 deletion(-)