pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/wabt devel/wabt: import wabt-1.0.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d69a619ed0
branches:  trunk
changeset: 447123:00d69a619ed0
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Feb 16 16:54:26 2021 +0000

description:
devel/wabt: import wabt-1.0.20.

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).

diffstat:

 devel/wabt/DESCR    |  11 +++++++++++
 devel/wabt/Makefile |  23 +++++++++++++++++++++++
 devel/wabt/PLIST    |  28 ++++++++++++++++++++++++++++
 devel/wabt/distinfo |   6 ++++++
 4 files changed, 68 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r 6096cf6d32a2 -r 00d69a619ed0 devel/wabt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/wabt/DESCR  Tue Feb 16 16:54:26 2021 +0000
@@ -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 -r 6096cf6d32a2 -r 00d69a619ed0 devel/wabt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/wabt/Makefile       Tue Feb 16 16:54:26 2021 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2021/02/16 16:54:26 fcambus Exp $
+
+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 -r 6096cf6d32a2 -r 00d69a619ed0 devel/wabt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/wabt/PLIST  Tue Feb 16 16:54:26 2021 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/16 16:54:26 fcambus Exp $
+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 -r 6096cf6d32a2 -r 00d69a619ed0 devel/wabt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/wabt/distinfo       Tue Feb 16 16:54:26 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/16 16:54:26 fcambus Exp $
+
+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