Port details |
- v8-beta Open source JavaScript engine by Google
- 10.4.132.20_3 lang =2 10.4.132.20_3Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-11-01 13:48:22
- Last Update: 2023-11-17 11:46:00
- Commit Hash: e55b801
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://v8.dev/
- Description:
- V8 is Google's open source high-performance JavaScript and WebAssembly engine,
written in C++. It is used in Chrome and in Node.js, among others.
V8 implements ECMAScript and WebAssembly. V8 can run standalone, or can be
embedded into any C++ application.
V8 compiles and executes JavaScript source code, handles memory allocation for
objects, and garbage collects objects it no longer needs. V8's stop-the-world,
generational, accurate garbage collector is one of the keys to V8's performance.
V8's Git repository is located at https://chromium.googlesource.com/v8/v8.git,
with an official mirror on GitHub: https://github.com/v8/v8.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/v8-beta/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/v8-beta
- pkg install v8-beta
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: v8-beta
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1659161119
SHA256 (v8/10.4/build-a56852668f892151fc97343b57af15e82db2e798.tar.gz) = 532e9a8935727e3fb22438e5688cca6ee65e9ab5cd1edb6506d502193130eb3e
SIZE (v8/10.4/build-a56852668f892151fc97343b57af15e82db2e798.tar.gz) = 1439501
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:
-
- binutils>=0 : devel/binutils
- gn : devel/gn
- py39-Jinja2>=0 : devel/py-Jinja2@py39
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Library dependencies:
-
- libicudata.so : devel/icu
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for v8-beta-10.4.132.20_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_v8-beta
- USES:
- compiler:c++17-lang cpe gnome ninja pkgconfig python:build tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|