| Summary: | devel/gdmd: New port, wrapper providing DMD-like CLI interface to GDC | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://github.com/D-Programming-GDC/gdmd | ||||||
| Attachments: |
|
||||||
|
Description
Daniel Engberg
2022-10-04 20:39:27 UTC
Created attachment 237083 [details]
Patch for gdmd
Patch for gdmd
Friendly ping A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=427c0ca99bb879365377dbf229d23fa965debfcd commit 427c0ca99bb879365377dbf229d23fa965debfcd Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-31 23:08:23 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-10-31 23:09:59 +0000 devel/gdmd: New port: Wrapper providing DMD-like CLI interface to GDC An interface to the GNU D compiler (GDC), which recognizes flags normally used with the DMD D compiler and translates them to flags GDC can understand. This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation. PR: 266826 devel/Makefile | 1 + devel/gdmd/Makefile (new) | 31 +++++++++++++++++++++++++++++++ devel/gdmd/distinfo (new) | 3 +++ devel/gdmd/pkg-descr (new) | 3 +++ 4 files changed, 38 insertions(+) Committed thanks! |