FreeBSD Bugzilla – Attachment 226880 Details for
Bug 257563
[New Port] devel/dasm: Macro assembler with support for several 8-bit microprocessors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/dasm: Macro assembler with support for several 8-bit microprocessors
0001-devel-dasm-revive-port.patch (text/plain), 3.24 KB, created by
Robert Clausecker
on 2021-08-02 14:17:26 UTC
(
hide
)
Description:
devel/dasm: Macro assembler with support for several 8-bit microprocessors
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-08-02 14:17:26 UTC
Size:
3.24 KB
patch
obsolete
>From 39d44f346a31358b8eab39032ce6faf09da08818 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Mon, 2 Aug 2021 15:20:32 +0200 >Subject: [PATCH 1/2] devel/dasm: revive port > >--- > MOVED | 1 - > devel/Makefile | 1 + > devel/dasm/Makefile | 34 ++++++++++++++++++++++++++++++++++ > devel/dasm/distinfo | 3 +++ > devel/dasm/pkg-descr | 5 +++++ > 5 files changed, 43 insertions(+), 1 deletion(-) > create mode 100644 devel/dasm/Makefile > create mode 100644 devel/dasm/distinfo > create mode 100644 devel/dasm/pkg-descr > >diff --git a/MOVED b/MOVED >index 8475112aa479..c95c6bcb35b6 100644 >--- a/MOVED >+++ b/MOVED >@@ -8258,7 +8258,6 @@ devel/py-EnthoughtBase||2016-07-04|Has expired: Broken for more than 6 months > devel/cl-uffi||2016-07-04|Has expired: Broken for more than 6 months > devel/ruby-event-loop||2016-07-04|Has expired: Broken for more than 6 months > devel/libqxt||2016-07-04|Has expired: Broken for more than 6 months >-devel/dasm||2016-07-04|Has expired: Broken for more than 6 months > devel/libopendaap||2016-07-04|Has expired: Broken for more than 6 months > devel/cl-uffi-sbcl||2016-07-04|Has expired: Depends on expiring devel/cl-uffi > devel/cvs2p4||2016-07-04|Has expired: Broken for more than 6 months >diff --git a/devel/Makefile b/devel/Makefile >index e4844aab3ab2..0a778619d8cf 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -459,6 +459,7 @@ > SUBDIR += d-scanner > SUBDIR += darts > SUBDIR += dash.el >+ SUBDIR += dasm > SUBDIR += datadraw > SUBDIR += date > SUBDIR += dbus >diff --git a/devel/dasm/Makefile b/devel/dasm/Makefile >new file mode 100644 >index 000000000000..157072bdf1bf >--- /dev/null >+++ b/devel/dasm/Makefile >@@ -0,0 +1,34 @@ >+PORTNAME= dasm >+DISTVERSION= 2.20.14.1 >+CATEGORIES= devel >+ >+MAINTAINER= fuz@fuz.su >+COMMENT= Macro assembler with support for several 8-bit microprocessors >+ >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= gmake >+USE_GITHUB= yes >+GH_ACCOUNT= dasm-assembler >+TEST_TARGET= test >+ >+PLIST_FILES= bin/dasm \ >+ bin/ftohex \ >+ share/man/man1/dasm.1.gz >+PORTDOCS= dasm.txt \ >+ dasm.pdf \ >+ ftohex.txt >+ >+OPTIONS_DEFINE= DOCS >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dasm ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/ftohex ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/docs/dasm.1 ${STAGEDIR}${PREFIX}/share/man/man1 >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+.for file in ${PORTDOCS} >+ ${INSTALL_MAN} ${WRKSRC}/docs/${file} ${STAGEDIR}${DOCSDIR} >+.endfor >+ >+.include <bsd.port.mk> >diff --git a/devel/dasm/distinfo b/devel/dasm/distinfo >new file mode 100644 >index 000000000000..295a043c0d27 >--- /dev/null >+++ b/devel/dasm/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1627909232 >+SHA256 (dasm-assembler-dasm-2.20.14.1_GH0.tar.gz) = ec71ffd10eeaa70bf7587ee0d79a92cd3f0a017c0d6d793e37d10359ceea663a >+SIZE (dasm-assembler-dasm-2.20.14.1_GH0.tar.gz) = 980412 >diff --git a/devel/dasm/pkg-descr b/devel/dasm/pkg-descr >new file mode 100644 >index 000000000000..0b0241ea7ee1 >--- /dev/null >+++ b/devel/dasm/pkg-descr >@@ -0,0 +1,5 @@ >+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/ >-- >2.32.0 >
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 257563
: 226880