Port details |
- binaryen Compiler infrastructure and toolchain library for WebAssembly
- 121 devel =3 119Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2018-07-12 19:21:12
- Last Update: 2024-12-17 13:04:19
- Commit Hash: e832235
- People watching this port, also watch:: linux-c7-atk, libssh, py39-PyOpenGL, noto-tc, kf5-kquickcharts
- License: APACHE20
- WWW:
- https://github.com/WebAssembly/binaryen
- Description:
- The aim of Binaryen, a compiler and toolchain infrastructure library for
WebAssembly, is 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 that can improve code very
significantly (e.g. local coloring to coalesce local variables; dead code
elimination; precomputing expressions when possible at compile time; etc.).
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 (an example of such
an optimization is block return value generation in SimplifyLocals).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- binaryen>0:devel/binaryen
- To install the port:
- cd /usr/ports/devel/binaryen/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/binaryen
- pkg install binaryen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: binaryen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734434404
SHA256 (WebAssembly-binaryen-version_121_GH0.tar.gz) = 93f3b3d62def4aee6d09b11e6de75b955d29bc37878117e4ed30c3057a2ca4b4
SIZE (WebAssembly-binaryen-version_121_GH0.tar.gz) = 5122608
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for binaryen-121:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_binaryen
- USES:
- cmake cpe python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
121 17 Dec 2024 13:04:19 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 121
ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_121/CHANGELOG.md#v121 |
120 26 Oct 2024 10:05:04 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 120
ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_120/CHANGELOG.md#v120 |
119 06 Sep 2024 15:09:44 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 119
ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md#v119 |
118_1 16 Jul 2024 18:36:15 |
Po-Chuan Hsieh (sunpoet) |
devel/googletest: Update to 1.15.0
- Update MASTER_SITES: use upstream release tarball
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases |
118 11 Jul 2024 07:32:21 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 118
ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_118/CHANGELOG.md#v118 |
117_1 28 Feb 2024 09:34:20 |
Nuno Teixeira (eduardo) |
devel/binaryen: Fix localbase:ldflags USES
- Use localbase:ldflags only on test target where it is needed. |
117 28 Feb 2024 09:13:44 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 117
- Drop USES=compiler
- Use devel/googletest port instead of local copy for tests
ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_117/CHANGELOG.md |
116 16 Sep 2023 16:05:09 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 116
ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_116/CHANGELOG.md |
115 14 Sep 2023 09:13:08 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 115
ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md |
114 29 Jun 2023 10:22:41 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 114
- Add test target
ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_114/CHANGELOG.md |
113 17 May 2023 08:20:27 |
Nuno Teixeira (eduardo) |
devel/binaryen: Update to 113
ChangeLog: https://github.com/WebAssembly/binaryen/blob/version_113/CHANGELOG.md |
112 13 Feb 2023 13:59:05 |
Nuno Teixeira (eduardo) |
devel/binaryen: Adopt/Update to 112
- Add TEST option (build/install unittest program)
- Use c++17 standard requirement
ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md |
105 09 Oct 2022 11:56:28 |
Fernando Apesteguía (fernape) |
*/*: Release ports from maintainership
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
105 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
105 31 Jan 2022 22:14:28 |
Alex Dupre (ale) |
devel/binaryen: update to 105 release
PR: 261593
Submitted by: ale
Approved by: maintainer |
98 14 Oct 2021 21:30:12 |
Stefan Eßer (se) |
devel/binaryen: Add CPE information
Approved by: portmgr (blanket) |
98 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
98 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
98 22 Oct 2020 03:39:18 |
lwhsu |
devel/binaryen: Update to 98
PR: 250402
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
93 19 May 2020 06:01:08 |
tagattie |
- Update to 93
- Switch to python 3
PR: 246529
Submitted by: Greg V <greg@unrelenting.technology>
Reported by: Bethany Long <bethanylong.x90@gmail.com>
Approved by: mentors (implicit)
Changelog: https://github.com/WebAssembly/binaryen/blob/version_93/CHANGELOG.md |
90 14 Jan 2020 21:16:31 |
yuri |
devel/binaryen: Update 1.38.32 -> 90
PR: 243308
Approved by: greg@unrelenting.technology (maintainer) |
1.38.32_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.38.32 06 Jul 2019 18:08:28 |
swills |
devel/binaryen: update to 1.38.32
PR: 238994
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
1.38.8_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.38.8_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.38.8_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.38.8 12 Jul 2018 19:20:57 |
yuri |
New port: devel/binaryen: Compiler infrastructure and toolchain library for
WebAssembly
PR: 229542
Submitted by: Greg V <greg@unrelenting.technology> |