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

Collapse All | Expand All

(-)i/devel/binaryen/Makefile (+18 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	binaryen
4
DISTVERSION=	1.38.6
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 compiler:c++11-lang
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	WebAssembly
17
18
.include <bsd.port.mk>
(-)i/devel/binaryen/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1530793714
2
SHA256 (WebAssembly-binaryen-1.38.6_GH0.tar.gz) = d1aaa45c0794d590b78d1071e56628505e1972cabb72cdc84ffb407647965fc5
3
SIZE (WebAssembly-binaryen-1.38.6_GH0.tar.gz) = 4812673
(-)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 (+16 lines)
Added Link Here
1
bin/asm2wasm
2
bin/s2wasm
3
bin/wasm-as
4
bin/wasm-ctor-eval
5
bin/wasm-dis
6
bin/wasm-emscripten-finalize
7
bin/wasm-merge
8
bin/wasm-metadce
9
bin/wasm-opt
10
bin/wasm-reduce
11
bin/wasm-shell
12
bin/wasm2asm
13
include/binaryen-c.h
14
lib/libbinaryen.so
15
%%DATADIR%%/binaryen.js
16
%%DATADIR%%/wasm.js

Return to bug 229542