View | Details | Raw Unified | Return to bug 229542 | Differences between
and this patch

Collapse All | Expand All

(-)i/devel/binaryen/Makefile (+20 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	binaryen
4
DISTVERSION=	1.38.8
5
CATEGORIES=	devel
6
7
MAINTAINER=	greg@unrelenting.technology
8
COMMENT=	Compiler infrastructure and toolchain library for WebAssembly
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		cmake:outsource python:2.7,build compiler:c++11-lang
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	WebAssembly
17
18
BINARY_ALIAS=	python=${PYTHON_CMD}
19
20
.include <bsd.port.mk>
(-)i/devel/binaryen/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1531420185
2
SHA256 (WebAssembly-binaryen-1.38.8_GH0.tar.gz) = 7efc8fcee0cebbe7e95258d3e26da244dfb51774bedede4fe9d58dc601f9d137
3
SIZE (WebAssembly-binaryen-1.38.8_GH0.tar.gz) = 3493264
(-)i/devel/binaryen/pkg-descr (+4 lines)
Added Link Here
1
Binaryen is a compiler and toolchain infrastructure library for WebAssembly,
2
written in C++. It aims to make compiling to WebAssembly easy, fast, and effective.
3
4
WWW: https://github.com/WebAssembly/binaryen
(-)i/devel/binaryen/pkg-plist (+14 lines)
Added Link Here
1
bin/asm2wasm
2
bin/wasm-as
3
bin/wasm-ctor-eval
4
bin/wasm-dis
5
bin/wasm-emscripten-finalize
6
bin/wasm-merge
7
bin/wasm-metadce
8
bin/wasm-opt
9
bin/wasm-reduce
10
bin/wasm-shell
11
bin/wasm2asm
12
include/binaryen-c.h
13
lib/libbinaryen.so
14
%%DATADIR%%/wasm.js

Return to bug 229542