Bug 257563 - [New Port] devel/dasm: Macro assembler with support for several 8-bit microprocessors
Summary: [New Port] devel/dasm: Macro assembler with support for several 8-bit micropr...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://dasm-assembler.github.io/
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-02 14:17 UTC by Robert Clausecker
Modified: 2021-08-03 19:07 UTC (History)
1 user (show)

See Also:


Attachments
devel/dasm: Macro assembler with support for several 8-bit microprocessors (3.24 KB, patch)
2021-08-02 14:17 UTC, Robert Clausecker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)