Port details |
- npm-node23 Node package manager
- 10.9.2 www
=0 10.9.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-10-21 09:36:15
- Last Update: 2024-12-03 17:34:56
- Commit Hash: e7287e3
- License: ART20
- WWW:
- https://www.npmjs.com/package/npm
- https://docs.npmjs.com/cli/v10
- https://github.com/npm/cli
- Description:
- npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
  ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- npm-node23>0:www/npm-node23
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/npm-node23/ && make install clean
- To add the package, run one of these commands:
- pkg install www/npm-node23
- pkg install npm-node23
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: npm-node23
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734888086
SHA256 (npm-10.9.2.tar.xz) = 39ea2da1b72096813851789c1dab3e7a6a8d1a4dfbf5c7a4ecbaba40f3169895
SIZE (npm-10.9.2.tar.xz) = 1808920
Packages (timestamps in pop-ups are UTC):
- Master port: www/npm-node22
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- gmake : devel/gmake
- node : www/node23
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_npm-node23
- USES:
- nodejs:23,run cpe python shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2023-01-30
Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn* Author: sunpoet@FreeBSD.org Reason:
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/node18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS),
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After these changes:
- All supported node versions are named as node{14,16,18,19}.
- www/node is a meta port which depends on the default version
(e.g. www/node18)
- www/npm is a meta port which depends on the default version
(e.g. www/npm-node18)
- www/yarn is a meta port which depends on the default version
(e.g. www/yarn-node18)
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: www/npm-node22 | Commit | Credits | Log message |
10.9.0 03 Dec 2024 17:34:56
    |
Po-Chuan Hsieh (sunpoet)  |
www/npm-node*: Reorganize npm-node* as node22 is the new default |
10.9.0 21 Oct 2024 09:17:25
    |
Po-Chuan Hsieh (sunpoet)  |
www/npm-node23: Add npm-node23 10.9.0 (copied from npm-node22) |
Number of commits found: 2
|