| Port details on branch 2020Q3 |
- node V8 JavaScript for client and server
- 14.11.0 www
=1 14.11.0Version of this port present on the latest quarterly branch. - Maintainer: bhughes@FreeBSD.org
 - Port Added: 2020-08-20 21:37:08
- Last Update: 2020-09-18 04:50:56
- Commit Hash: 8d29214
- People watching this port, also watch:: dspam
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- node[68]-[0-9]*
- node10-[0-9]*
- node12-[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
- distinfo:
- TIMESTAMP = 1600242162
SHA256 (node-v14.11.0.tar.gz) = c07669ddbd708d0dfc4ccb63a7ced7ad1fd7d1b59ced50cf05f22f0b96e45463
SIZE (node-v14.11.0.tar.gz) = 63018833
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.16.0 : dns/c-ares
- libuv>=1.39.0 : devel/libuv
- libnghttp2>=1.41.0 : www/libnghttp2
- objdump : devel/binutils
- icu>=67.1 : devel/icu
- gmake>=4.3 : devel/gmake
- python3.7 : lang/python37
- 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
-
- mail/thunderbird
- www/chromium
- www/firefox
- www/firefox-esr
- www/iridium
Configuration Options:
- ===> The following configuration options are available for node-14.11.0:
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:
|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
14.11.0 18 Sep 2020 04:50:56
    |
Bradley T. Hughes (bhughes)  |
MFH: r541372 r543678 r543682 r545547 r545560 r547570 r548046 r548047 r548707
r548802
www/node: Update 14.4.0 -> 14.5.0
https://nodejs.org/en/blog/release/v14.5.0/
Refresh patches with `make makepatch`, and adapt them to the changes
from upstream due to the V8 upgrade.
Sponsored by: Miles AS
www/node10: Update 10.21.0 -> 10.22.0
https://nodejs.org/en/blog/release/v10.22.0/
(Only the first 15 lines of the commit message are shown above ) |
14.11.0 18 Sep 2020 04:50:56
  |
bhughes  |
MFH: r541372 r543678 r543682 r545547 r545560 r547570 r548046 r548047 r548707
r548802
www/node: Update 14.4.0 -> 14.5.0
https://nodejs.org/en/blog/release/v14.5.0/
Refresh patches with `make makepatch`, and adapt them to the changes
from upstream due to the V8 upgrade.
Sponsored by: Miles AS
www/node10: Update 10.21.0 -> 10.22.0
https://nodejs.org/en/blog/release/v10.22.0/
(Only the first 15 lines of the commit message are shown above ) |
14.4.0 20 Aug 2020 21:37:04
    |
Bradley T. Hughes (bhughes)  |
MFH: r545565
www/node: build with python < 3.7
r535334 introduced a patch for tools/genv8constants.py that only worked
with Python >= 3.7. The "text" argument added to Python's
subprocess.Popen() is an alias for "universal_newlines", which works on
all versions of Python, including 2.7.
PR: 248167
Submitted by: James French <james@french.id.au>
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Sponsored by: Miles AS
Approved by: ports-secteam (joneum) |
14.4.0 20 Aug 2020 21:37:04
  |
bhughes  |
MFH: r545565
www/node: build with python < 3.7
r535334 introduced a patch for tools/genv8constants.py that only worked
with Python >= 3.7. The "text" argument added to Python's
subprocess.Popen() is an alias for "universal_newlines", which works on
all versions of Python, including 2.7.
PR: 248167
Submitted by: James French <james@french.id.au>
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Sponsored by: Miles AS
Approved by: ports-secteam (joneum) |
Number of commits found: 4
|