FreeBSD Bugzilla – Attachment 237083 Details for
Bug 266826
devel/gdmd: New port, wrapper providing DMD-like CLI interface to GDC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for gdmd
gdmd-init.patch (text/plain), 1.54 KB, created by
Daniel Engberg
on 2022-10-04 23:19:28 UTC
(
hide
)
Description:
Patch for gdmd
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-10-04 23:19:28 UTC
Size:
1.54 KB
patch
obsolete
>diff --git a/devel/gdmd/Makefile b/devel/gdmd/Makefile >new file mode 100644 >index 000000000000..a00ee436c37f >--- /dev/null >+++ b/devel/gdmd/Makefile >@@ -0,0 +1,31 @@ >+PORTNAME= gdmd >+DISTVERSION= 0.1.0.20210818 >+CATEGORIES= devel >+ >+MAINTAINER= acm@FreeBSD.org >+COMMENT= Wrapper providing DMD-like CLI interface to gdc >+WWW= https://github.com/D-Programming-GDC/gdmd >+ >+LICENSE= GPLv2+ >+ >+USES= perl5 shebangfix >+USE_PERL5= run >+SHEBANG_FILES= dmd-script >+ >+USE_GITHUB= yes >+GH_ACCOUNT= D-Programming-GDC >+GH_TAGNAME= ff2c97a >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+PLIST_FILES= bin/gdmd >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|"gdc"|"gdc11"|g' \ >+ ${PATCH_WRKSRC}/dmd-script >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/dmd-script ${STAGEDIR}${PREFIX}/bin/gdmd >+ >+.include <bsd.port.mk> >diff --git a/devel/gdmd/distinfo b/devel/gdmd/distinfo >new file mode 100644 >index 000000000000..dc187da464a9 >--- /dev/null >+++ b/devel/gdmd/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1664740180 >+SHA256 (D-Programming-GDC-gdmd-0.1.0.20210818-ff2c97a_GH0.tar.gz) = ab544a011d7c177af3ee9df38addf89d6334fbdcfab03f94641bbe5ac8231ecd >+SIZE (D-Programming-GDC-gdmd-0.1.0.20210818-ff2c97a_GH0.tar.gz) = 7850 >diff --git a/devel/gdmd/pkg-descr b/devel/gdmd/pkg-descr >new file mode 100644 >index 000000000000..30b4fcde1340 >--- /dev/null >+++ b/devel/gdmd/pkg-descr >@@ -0,0 +1,3 @@ >+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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266826
: 237083