pkgsrc-WIP-changes archive

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

wabt: remove, imported in pkgsrc as devel/wabt.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Tue Feb 16 18:20:17 2021 +0100
Changeset:	34bbcd06c0729d02519e112eff2f17a53bf0247d

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

Log Message:
wabt: remove, imported in pkgsrc as devel/wabt.

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

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 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e325239577..c81a867c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -5619,7 +5619,6 @@ 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
deleted file mode 100644
index e51915dda1..0000000000
--- a/wabt/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index dfbfa2c576..0000000000
--- a/wabt/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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
deleted file mode 100644
index fccdd333f9..0000000000
--- a/wabt/PLIST
+++ /dev/null
@@ -1,28 +0,0 @@
-@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
deleted file mode 100644
index 8056decda5..0000000000
--- a/wabt/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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