pkgsrc-WIP-changes archive

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

Import wabt 1.0.20 as wip/wabt.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Fri Feb 12 14:13:53 2021 +0100
Changeset:	05ee924f8b187c0d3a50c15053176ddf5034e6d2

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

Log Message:
Import wabt 1.0.20 as wip/wabt.

WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly.

These tools are intended for use in (or for development of) toolchains
or other systems that want to manipulate WebAssembly files. Unlike
the WebAssembly spec interpreter (which is written to be as simple,
declarative and "speccy" as possible), they are written in C/C++
and designed for easier integration into other systems. Unlike
Binaryen these tools do not aim to provide an optimization platform
or a higher-level compiler target; instead they aim for full fidelity
and compliance with the spec (e.g. 1:1 round-trips with no changes
to instructions).

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

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

diffstat:
 Makefile      |  1 +
 wabt/DESCR    | 11 +++++++++++
 wabt/Makefile | 23 +++++++++++++++++++++++
 wabt/PLIST    | 28 ++++++++++++++++++++++++++++
 wabt/distinfo |  6 ++++++
 5 files changed, 69 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 23ee1eb765..7a7b4e6ebe 100644
--- a/Makefile
+++ b/Makefile
@@ -5620,6 +5620,7 @@ SUBDIR+=	vreng
 SUBDIR+=	vsearch
 SUBDIR+=	vte
 SUBDIR+=	vulkan-loader
+SUBDIR+=	wabt
 SUBDIR+=	wackamole
 SUBDIR+=	waffle
 SUBDIR+=	wakeonlan
diff --git a/wabt/DESCR b/wabt/DESCR
new file mode 100644
index 0000000000..e51915dda1
--- /dev/null
+++ b/wabt/DESCR
@@ -0,0 +1,11 @@
+WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly.
+
+These tools are intended for use in (or for development of) toolchains
+or other systems that want to manipulate WebAssembly files. Unlike
+the WebAssembly spec interpreter (which is written to be as simple,
+declarative and "speccy" as possible), they are written in C/C++
+and designed for easier integration into other systems. Unlike
+Binaryen these tools do not aim to provide an optimization platform
+or a higher-level compiler target; instead they aim for full fidelity
+and compliance with the spec (e.g. 1:1 round-trips with no changes
+to instructions).
diff --git a/wabt/Makefile b/wabt/Makefile
new file mode 100644
index 0000000000..dfbfa2c576
--- /dev/null
+++ b/wabt/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	wabt-1.0.20
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=WebAssembly/}
+
+MAINTAINER=	fcambus%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/WebAssembly/wabt/
+COMMENT=	The WebAssembly Binary Toolkit
+LICENSE=	apache-2.0
+
+CONFIGURE_DIRS=	${WRKDIR}/build
+CMAKE_ARG_PATH=	${WRKSRC}
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+CMAKE_ARGS+=	-DBUILD_TESTS=OFF -DBUILD_LIBWASM=OFF
+
+post-extract:
+	${MKDIR} ${WRKDIR}/build
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wabt/PLIST b/wabt/PLIST
new file mode 100644
index 0000000000..fccdd333f9
--- /dev/null
+++ b/wabt/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+bin/spectest-interp
+bin/wasm-decompile
+bin/wasm-interp
+bin/wasm-objdump
+bin/wasm-opcodecnt
+bin/wasm-strip
+bin/wasm-validate
+bin/wasm2c
+bin/wasm2wat
+bin/wast2json
+bin/wat-desugar
+bin/wat2wasm
+include/wasm-rt-impl.h
+include/wasm-rt.h
+lib/libwasm-rt-impl.a
+man/man1/spectest-interp.1
+man/man1/wasm-decompile.1
+man/man1/wasm-interp.1
+man/man1/wasm-objdump.1
+man/man1/wasm-opcodecnt.1
+man/man1/wasm-strip.1
+man/man1/wasm-validate.1
+man/man1/wasm2c.1
+man/man1/wasm2wat.1
+man/man1/wast2json.1
+man/man1/wat-desugar.1
+man/man1/wat2wasm.1
diff --git a/wabt/distinfo b/wabt/distinfo
new file mode 100644
index 0000000000..8056decda5
--- /dev/null
+++ b/wabt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wabt-1.0.20.tar.gz) = c7dacafbb1f97a77a101ae875aac7632690966f0
+RMD160 (wabt-1.0.20.tar.gz) = f858ccb5c2aa299f959276bce66665a6b3cd2d77
+SHA512 (wabt-1.0.20.tar.gz) = 35290a64dbfe88d7cbe3600df6bb7d9cfef295f5d7caa1c1faa277f9f8adfa0f89454354a6445c75588282cf43fb9a5e76be45e5264897fbad6228b20d8f15f1
+Size (wabt-1.0.20.tar.gz) = 1083787 bytes


Home | Main Index | Thread Index | Old Index