notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
binaryen Compiler infrastructure and toolchain library for WebAssembly
117_1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 116Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-07-12 19:21:12
Last Update: 2024-02-28 09:34:20
Commit Hash: 79a152819
People watching this port, also watch:: python, xerces-c3, linux-c7-avahi-libs, py39-pycparser
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).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/binaryen-117_1/catalog.mk
  3. /usr/local/share/licenses/binaryen-117_1/LICENSE
  4. /usr/local/share/licenses/binaryen-117_1/APACHE20
  5. @comment bin/binaryen-unittests
  6. bin/wasm-as
  7. bin/wasm-ctor-eval
  8. bin/wasm-dis
  9. bin/wasm-emscripten-finalize
  10. bin/wasm-fuzz-lattices
  11. bin/wasm-fuzz-types
  12. bin/wasm-merge
  13. bin/wasm-metadce
  14. bin/wasm-opt
  15. bin/wasm-reduce
  16. bin/wasm-shell
  17. bin/wasm-split
  18. bin/wasm2js
  19. include/binaryen-c.h
  20. include/wasm-delegations.def
  21. lib/libbinaryen.so
  22. @owner
  23. @group
  24. @mode
Collapse this list.
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 = 1709108795 SHA256 (WebAssembly-binaryen-version_117_GH0.tar.gz) = 9acf7cc5be94bcd16bebfb93a1f5ac6be10e0995a33e1981dd7c404dafe83387 SIZE (WebAssembly-binaryen-version_117_GH0.tar.gz) = 4979281

Packages (timestamps in pop-ups are UTC):
binaryen
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest117_1117_198117_1117_1-98-
FreeBSD:13:quarterly116116114116117_1116116116
FreeBSD:14:latest117_1117_1105117_1117_1113-113
FreeBSD:14:quarterly116117_1-116117_1116116116
FreeBSD:15:latest117_1117_1n/a116n/a116116116
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/emscripten

Configuration Options:
===> The following configuration options are available for binaryen-117_1: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/WebAssembly/binaryen/tar.gz/version_117?dummy=/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
117_1
28 Feb 2024 09:34:20
commit hash: 79a152819c22de29d226f1cc4c5bc77b1fabeb80commit hash: 79a152819c22de29d226f1cc4c5bc77b1fabeb80commit hash: 79a152819c22de29d226f1cc4c5bc77b1fabeb80commit hash: 79a152819c22de29d226f1cc4c5bc77b1fabeb80 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/binaryen: Fix localbase:ldflags USES

- Use localbase:ldflags only on test target where it is needed.
117
28 Feb 2024 09:13:44
commit hash: cca2c4f5e29366b591e1e2e6aa93f327201ed80ecommit hash: cca2c4f5e29366b591e1e2e6aa93f327201ed80ecommit hash: cca2c4f5e29366b591e1e2e6aa93f327201ed80ecommit hash: cca2c4f5e29366b591e1e2e6aa93f327201ed80e files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: 644c262ebcf2dcde271d3c2f3dd74d145e8287fccommit hash: 644c262ebcf2dcde271d3c2f3dd74d145e8287fccommit hash: 644c262ebcf2dcde271d3c2f3dd74d145e8287fccommit hash: 644c262ebcf2dcde271d3c2f3dd74d145e8287fc files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/binaryen: Update to 116

ChangeLog:
https://github.com/WebAssembly/binaryen/blob/version_116/CHANGELOG.md
115
14 Sep 2023 09:13:08
commit hash: 9a041ed25bda993853cf43457cf585121f81e138commit hash: 9a041ed25bda993853cf43457cf585121f81e138commit hash: 9a041ed25bda993853cf43457cf585121f81e138commit hash: 9a041ed25bda993853cf43457cf585121f81e138 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/binaryen: Update to 115

ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md
114
29 Jun 2023 10:22:41
commit hash: 563ab38aeb7691c7d4b40623c84d5abd083e907dcommit hash: 563ab38aeb7691c7d4b40623c84d5abd083e907dcommit hash: 563ab38aeb7691c7d4b40623c84d5abd083e907dcommit hash: 563ab38aeb7691c7d4b40623c84d5abd083e907d files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: ff4b19cb8574a6e00181710905ef66a5f16d0174commit hash: ff4b19cb8574a6e00181710905ef66a5f16d0174commit hash: ff4b19cb8574a6e00181710905ef66a5f16d0174commit hash: ff4b19cb8574a6e00181710905ef66a5f16d0174 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/binaryen: Update to 113

ChangeLog: https://github.com/WebAssembly/binaryen/blob/version_113/CHANGELOG.md
112
13 Feb 2023 13:59:05
commit hash: 6b71ba2be26e32a072db2793f296009c0e9b26bfcommit hash: 6b71ba2be26e32a072db2793f296009c0e9b26bfcommit hash: 6b71ba2be26e32a072db2793f296009c0e9b26bfcommit hash: 6b71ba2be26e32a072db2793f296009c0e9b26bf files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: f57221afde929c42521a9325c8e6416e2e400178commit hash: f57221afde929c42521a9325c8e6416e2e400178commit hash: f57221afde929c42521a9325c8e6416e2e400178commit hash: f57221afde929c42521a9325c8e6416e2e400178 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
*/*: Release ports from maintainership

Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
105
31 Jan 2022 22:14:28
commit hash: fb939476b2bf308d6cd71505ba70159109d2a5a0commit hash: fb939476b2bf308d6cd71505ba70159109d2a5a0commit hash: fb939476b2bf308d6cd71505ba70159109d2a5a0commit hash: fb939476b2bf308d6cd71505ba70159109d2a5a0 files touched by this commit
Alex Dupre (ale) search for other commits by this committer
devel/binaryen: update to 105 release

PR:		261593
Submitted by:	ale
Approved by:	maintainer
98
14 Oct 2021 21:30:12
commit hash: 2e2cbaa95b0a6385e0b022dacff2d24827135761commit hash: 2e2cbaa95b0a6385e0b022dacff2d24827135761commit hash: 2e2cbaa95b0a6385e0b022dacff2d24827135761commit hash: 2e2cbaa95b0a6385e0b022dacff2d24827135761 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/binaryen: Add CPE information

Approved by:	portmgr (blanket)
98
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
98
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
98
22 Oct 2020 03:39:18
Revision:552925Original commit files touched by this commit
lwhsu search for other commits by this committer
devel/binaryen: Update to 98

PR:		250402
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
93
19 May 2020 06:01:08
Revision:535832Original commit files touched by this commit
tagattie search for other commits by this committer
- 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
Revision:523067Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:506016Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:474533Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/binaryen: Compiler infrastructure and toolchain library for
WebAssembly

PR:		229542
Submitted by:	Greg V <greg@unrelenting.technology>

Number of commits found: 23