Port details |
- v8 Open source JavaScript engine by Google
- 10.4.132.20_4 lang
=4 10.4.132.20_4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2011-05-12 15:52:37
- Last Update: 2025-02-14 23:12:32
- Commit Hash: ff33dd4
- People watching this port, also watch:: automake, subversion, autoconf, go, libtool
- 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/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/v8
- pkg install v8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: v8
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1660576726
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
- py311-Jinja2>=0 : devel/py-Jinja2@py311
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Library dependencies:
-
- libicudata.so : devel/icu
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- cad/camotics
- databases/postgresql-plv8js
- devel/cbang
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for v8-10.4.132.20_4:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_v8
- USES:
- compiler:c++17-lang cpe gnome ninja pkgconfig python:build tar:xz
- 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 |
3.5.10 25 Sep 2011 02:17:44
 |
vanilla  |
Fix build error with clang. |
3.5.10 05 Sep 2011 12:44:33
 |
vanilla  |
Upgrade to 3.5.10. |
3.5.1 05 Aug 2011 06:39:19
 |
vanilla  |
Upgrade to 3.5.1. |
3.4.8 01 Jul 2011 01:36:51
 |
vanilla  |
Upgrade to 3.4.8. |
3.4.4 20 Jun 2011 07:16:31
 |
vanilla  |
1: Upgrade to 3.4.4
2: install shared library by default.
3: resolv undefined symbol.
PR: ports/157875
Submitted by: Brett Kiefer <brett at fogcreek.com>, L Campbell <lcampbell at
ironclad.mobi> [3] |
3.4.1 13 Jun 2011 19:29:35
 |
osa  |
Fix overkill for everytime changing GITVERSION and depends on
it WRKSRC.
Approved by: vanilla |
3.4.1 13 Jun 2011 01:36:45
 |
vanilla  |
Upgrade to 3.4.1. |
3.3.8 24 May 2011 00:50:58
 |
vanilla  |
Upgrade to 3.3.8. |
3.2.8 13 May 2011 03:32:44
 |
vanilla  |
add missing depends to devel/libexecinfo.
PR: ports/156993
Submitted by: L Campbell <lcampbell at ironclad.mobi> |
3.2.8 12 May 2011 15:52:14
 |
vanilla  |
Add v8 3.2.8, google\'s open source JavaScript engine.
PR: ports/152175
Submitted by: siasia |