Port details on branch 2021Q3 |
- node V8 JavaScript for client and server
- 16.6.2 www
=0 16.6.2Version of this port present on the latest quarterly branch. - Maintainer: bhughes@FreeBSD.org
 - Port Added: 2021-09-27 21:45:59
- Last Update: 2021-09-27 20:23:36
- Commit Hash: 647fb0e
- License: MIT
- WWW:
- https://nodejs.org/
- Description:
- Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine. Node.js uses an event-driven, non-blocking I/O model that
makes it lightweight and efficient. Node.js' package ecosystem,
npm, is the largest ecosystem of open source libraries in the world.
WWW: https://nodejs.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- node10-[0-9]*
- node14-[0-9]*
- To install the port:
- cd /usr/ports/www/node/ && make install clean
- To add the package, run one of these commands:
- pkg install www/node
- pkg install node
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: node
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1631603833
SHA256 (node-v16.6.2.tar.gz) = e8df4a0084c379a37c11b315b7d068760a38598119d7ca9262977adcbbb58933
SIZE (node-v16.6.2.tar.gz) = 64007539
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:
-
- brotli>=1.0.9,1 : archivers/brotli
- c-ares>=1.17.1 : dns/c-ares
- libuv>=1.41.0 : devel/libuv
- libnghttp2>=1.42.0 : www/libnghttp2
- objdump : devel/binutils
- icu>=69.1 : devel/icu
- gmake>=4.3 : devel/gmake
- python3.8 : lang/python38
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libcares.so : dns/c-ares
- libuv.so : devel/libuv
- libnghttp2.so : www/libnghttp2
- libicui18n.so : devel/icu
- This port is required by:
- for Build
-
- www/firefox
- www/firefox-esr
Configuration Options:
- ===> The following configuration options are available for node-16.6.2:
BUNDLED_SSL=off: Use node.js's bundled OpenSSL implementation
DOCS=on: Build and/or install documentation
DTRACE=on: Build with DTrace probes
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- www_node
- USES:
- compiler:c++11-lib gmake python:build pkgconfig localbase shebangfix ssl
- pkg-message:
- For install:
- Note: If you need npm (Node Package Manager), please install www/npm.
- Master Sites:
|