pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
binaryen: remove, imported in pkgsrc as devel/binaryen.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Wed Feb 17 15:20:35 2021 +0100
Changeset: 7ce3671d5b77f506daa16b288b403a710c249954
Modified Files:
Makefile
Removed Files:
binaryen/DESCR
binaryen/Makefile
binaryen/PLIST
binaryen/distinfo
Log Message:
binaryen: remove, imported in pkgsrc as devel/binaryen.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ce3671d5b77f506daa16b288b403a710c249954
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
binaryen/DESCR | 20 --------------------
binaryen/Makefile | 24 ------------------------
binaryen/PLIST | 13 -------------
binaryen/distinfo | 6 ------
5 files changed, 64 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index e99e601c69..082685d69e 100644
--- a/Makefile
+++ b/Makefile
@@ -263,7 +263,6 @@ SUBDIR+= bfgminer
SUBDIR+= bicon
SUBDIR+= bigdft
SUBDIR+= bijiben
-SUBDIR+= binaryen
SUBDIR+= bind916
SUBDIR+= bindgraph
SUBDIR+= binutils-gold-git
diff --git a/binaryen/DESCR b/binaryen/DESCR
deleted file mode 100644
index 1513e8a151..0000000000
--- a/binaryen/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-Binaryen is a compiler and toolchain infrastructure library for WebAssembly,
-written in C++. It aims to make compiling to WebAssembly easy, fast, and
-effective.
-
-* Easy: Binaryen has a simple C API in a single header, and can also be used
- from JavaScript. It accepts input in WebAssembly-like form but also accepts
- a general control flow graph for compilers that prefer that.
-
-* Fast: Binaryen's internal IR uses compact data structures and is designed
- for completely parallel codegen and optimization, using all available CPU
- cores. Binaryen's IR also compiles down to WebAssembly extremely easily and
- quickly because it is essentially a subset of WebAssembly.
-
-* Effective: Binaryen's optimizer has many passes (see an overview later
- down) that can improve code size and speed. These optimizations aim to
- make Binaryen powerful enough to be used as a compiler backend by itself.
- One specific area of focus is on WebAssembly-specific optimizations (that
- general-purpose compilers might not do), which you can think of as wasm
- minification, similar to minification for JavaScript, CSS, etc., all of
- which are language-specific.
diff --git a/binaryen/Makefile b/binaryen/Makefile
deleted file mode 100644
index f2206b9aa4..0000000000
--- a/binaryen/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-VERSION= 99
-DISTNAME= binaryen-${VERSION}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/}
-GITHUB_TAG= version_${VERSION}
-
-MAINTAINER= fcambus%NetBSD.org@localhost
-HOMEPAGE= https://github.com/WebAssembly/binaryen/
-COMMENT= Compiler and toolchain infrastructure library for WebAssembly
-LICENSE= apache-2.0
-
-USE_CMAKE= yes
-USE_LANGUAGES= c c++14
-
-WRKSRC= ${WRKDIR}/binaryen-${GITHUB_TAG}
-
-CMAKE_ARGS+= -DENABLE_WERROR=OFF
-
-PYTHON_FOR_BUILD_ONLY= yes
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/binaryen/PLIST b/binaryen/PLIST
deleted file mode 100644
index 34cf1304bd..0000000000
--- a/binaryen/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD$
-bin/wasm-as
-bin/wasm-ctor-eval
-bin/wasm-dis
-bin/wasm-emscripten-finalize
-bin/wasm-metadce
-bin/wasm-opt
-bin/wasm-reduce
-bin/wasm-shell
-bin/wasm-split
-bin/wasm2js
-include/binaryen-c.h
-lib/libbinaryen.so
diff --git a/binaryen/distinfo b/binaryen/distinfo
deleted file mode 100644
index 3a7f9ab968..0000000000
--- a/binaryen/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (binaryen-99.tar.gz) = 9ee91e4a25ea11765b19a77613f51f30181daefb
-RMD160 (binaryen-99.tar.gz) = a94eeae092a3732f5d44bdcc43b5fe2c5512f5bd
-SHA512 (binaryen-99.tar.gz) = 58c21d7f99a0e0b04243893ffef479662d6cda7386bfdf03cabe9896d8da04bf9e5560b75f2262e43cca8943e6e2d4594c69eeb36160b072e6d48fe6eb5f56f5
-Size (binaryen-99.tar.gz) = 3642692 bytes
Home |
Main Index |
Thread Index |
Old Index