pkgsrc-WIP-changes archive

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

plasm: Portable assembler



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jul 22 14:03:28 2022 -0500
Changeset:	c928afe63a21dd5b9435c5da6d5b2e31c240448a

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

Log Message:
plasm: Portable assembler

PLASM is a portable assembler engine designed to assemble any source
language to machine language given a module describing the syntax and
instruction format.

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

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

diffstat:
 Makefile       |  1 +
 plasm/DESCR    |  3 +++
 plasm/Makefile | 26 ++++++++++++++++++++++++++
 plasm/PLIST    |  6 ++++++
 plasm/distinfo |  5 +++++
 5 files changed, 41 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f69fe719ed..6a85c35a94 100644
--- a/Makefile
+++ b/Makefile
@@ -3240,6 +3240,7 @@ SUBDIR+=	plan9port
 SUBDIR+=	plank
 SUBDIR+=	plantri
 SUBDIR+=	plantuml
+SUBDIR+=	plasm
 SUBDIR+=	plasma-desktop
 SUBDIR+=	plasma-integration
 SUBDIR+=	plasma-widget-menubar
diff --git a/plasm/DESCR b/plasm/DESCR
new file mode 100644
index 0000000000..6d87af597a
--- /dev/null
+++ b/plasm/DESCR
@@ -0,0 +1,3 @@
+PLASM is a portable assembler engine designed to assemble any source
+language to machine language given a module describing the syntax and
+instruction format.
diff --git a/plasm/Makefile b/plasm/Makefile
new file mode 100644
index 0000000000..13dca2459c
--- /dev/null
+++ b/plasm/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Fri Jul 22 14:00:26 CDT 2022               #
+###########################################################
+
+DISTNAME=	plasm-0.0.0.30
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	cbbe98c8b32f6750f04014673399c94e93924eec
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/plasm
+COMMENT=	Portable Assembler
+# Check this
+LICENSE=	2-clause-bsd
+
+DEPENDS=	papp:../../wip/papp
+
+USE_LANGUAGES=	c c++
+
+pre-build:
+	(cd ${WRKSRC} && ${MAKE} depend)
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/plasm/PLIST b/plasm/PLIST
new file mode 100644
index 0000000000..b9fc42c0ea
--- /dev/null
+++ b/plasm/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/plasm
+bin/plasm.bin
+include/plasm/epc-bits.h
+include/plasm/riscv-bits.h
+man/man1/plasm.1
diff --git a/plasm/distinfo b/plasm/distinfo
new file mode 100644
index 0000000000..df2403dd38
--- /dev/null
+++ b/plasm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (plasm-0.0.0.30-cbbe98c8b32f6750f04014673399c94e93924eec.tar.gz) = 86cf33cd0c5afda7f363fb1c32f54af317f653a8d62122c182a4af4744f307c9
+SHA512 (plasm-0.0.0.30-cbbe98c8b32f6750f04014673399c94e93924eec.tar.gz) = 521650b1e9f6fd192f3569075209a65672b2ecf0e588031ba36ba9370e4a565addc782f41f33ced521842d9ec933174f310d512a51197b61f91ae45fa113cb89
+Size (plasm-0.0.0.30-cbbe98c8b32f6750f04014673399c94e93924eec.tar.gz) = 19180 bytes


Home | Main Index | Thread Index | Old Index