pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add macro11-0.7.2.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed Jan 5 22:01:00 2022 +0100
Changeset:	c1c9def587e7a048bdd20ddb555a14e49e4ee9c6

Modified Files:
	Makefile
Added Files:
	macro11/DESCR
	macro11/Makefile
	macro11/PLIST
	macro11/distinfo

Log Message:
Add macro11-0.7.2.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1c9def587e7a048bdd20ddb555a14e49e4ee9c6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 macro11/DESCR    |  2 ++
 macro11/Makefile | 30 ++++++++++++++++++++++++++++++
 macro11/PLIST    |  4 ++++
 macro11/distinfo |  5 +++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 930a365d05..f7376f4e37 100644
--- a/Makefile
+++ b/Makefile
@@ -2310,6 +2310,7 @@ SUBDIR+=	mac-robber
 SUBDIR+=	macaulay2
 SUBDIR+=	mackerel-agent
 SUBDIR+=	mackerel-agent-plugins
+SUBDIR+=	macro11
 SUBDIR+=	madonctl
 SUBDIR+=	magit-git
 SUBDIR+=	mago
diff --git a/macro11/DESCR b/macro11/DESCR
new file mode 100644
index 0000000000..e3f400f371
--- /dev/null
+++ b/macro11/DESCR
@@ -0,0 +1,2 @@
+PDP-11 cross-assembler. Generates either RSX-11M+ or RT11 object files.
+Also includes obj2bin.pl to convert to several nonrelocatable formats.
diff --git a/macro11/Makefile b/macro11/Makefile
new file mode 100644
index 0000000000..360d59736f
--- /dev/null
+++ b/macro11/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	macro11-0.7.2
+CATEGORIES=	cross
+MASTER_SITES=	https://gitlab.com/Rhialto/macro11/-/archive/${TAG}/
+DISTFILES+=	macro11-${TAG}.tar.gz
+TAG=		macro11-v${PKGVERSION_NOREV}
+TARDIR=		macro11-${TAG}
+
+MAINTAINER=	rhialto%NetBSD.org@localhost
+HOMEPAGE=	https://gitlab.com/Rhialto/macro11/
+COMMENT=	PDP-11 crossassembler
+LICENSE=	modified-bsd
+
+USE_TOOLS+=	gmake
+REPLACE_PERL+=	obj2bin/obj2bin.pl
+WRKSRC=		${WRKDIR}/${TARDIR}
+
+FORTIFY_SUPPORTED=	no	# fortify re#defines gets to something weird
+INSTALLATION_DIRS=	${PREFIX}/bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/macro11 ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/dumpobj ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/obj2bin/obj2bin.pl ${DESTDIR}${PREFIX}/bin/
+
+do-test:
+	cd ${WRKSRC} && ${MAKE_PROGRAM} tests
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/macro11/PLIST b/macro11/PLIST
new file mode 100644
index 0000000000..34eac17dbf
--- /dev/null
+++ b/macro11/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/dumpobj
+bin/macro11
+bin/obj2bin.pl
diff --git a/macro11/distinfo b/macro11/distinfo
new file mode 100644
index 0000000000..56632be79b
--- /dev/null
+++ b/macro11/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (macro11-macro11-v0.7.2.tar.gz) = 7d7437e7e5b3a14f7bb63095b0190cd1b7b21b22118c4270237303c0a3ed8a80
+SHA512 (macro11-macro11-v0.7.2.tar.gz) = 112f8d2f74eaab35a9c07d2cd1cfa2393fcf98ee8e091170407fe14c643e586e4e5b1b1263e5a80017f50102b87f70d10c87ade304aa325a940029a14c1f3f8a
+Size (macro11-macro11-v0.7.2.tar.gz) = 507577 bytes


Home | Main Index | Thread Index | Old Index