Port details |
- npm-node19 Node package manager
- 9.6.7 www
=0 9.6.7Version of this port present on the latest quarterly branch. DEPRECATED: This port depends on deprecated www/node19. Migrate to www/npm-node18 or www/npm-node20 instead
This port expired on: 2023-06-30
- Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2023-01-30 14:27:08
- Last Update: 2023-06-30 03:13:57
- Commit Hash: a157386
- License: ART20
- WWW:
- https://www.npmjs.com/package/npm
- 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.
![Homepage Homepage](/images/home.svg) ¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- npm-node19>0:www/npm-node19
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: npm-node19
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685162058
SHA256 (npm-9.6.7.tar.xz) = b741aa5dde305ca66fb0ead2c7a6aeb915d61e3c482cd42d94040dbbd2e06b8f
SIZE (npm-9.6.7.tar.xz) = 1831000
Packages (timestamps in pop-ups are UTC):
- Master port: www/npm-node18
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- gmake : devel/gmake
- node : www/node19
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_npm-node19
- USES:
- nodejs:19,run cpe python shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port deleted on 2023-06-30
REASON: Has expired: This port depends on deprecated www/node19. Migrate to www/npm-node18 or www/npm-node20 instead
|
Number of commits found: 3
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-node18 | Commit | Credits | Log message |
9.6.7 30 Jun 2023 03:13:57
![commit hash: a157386a4834c18c1485f555012c003b0db0ba26 commit hash: a157386a4834c18c1485f555012c003b0db0ba26](/images/git.png) ![commit hash: a157386a4834c18c1485f555012c003b0db0ba26 commit hash: a157386a4834c18c1485f555012c003b0db0ba26](/images/codeberg.svg) ![commit hash: a157386a4834c18c1485f555012c003b0db0ba26 commit hash: a157386a4834c18c1485f555012c003b0db0ba26](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/npm-node19: Remove expired port
2023-06-30 www/npm-node19: This port depends on deprecated www/node19. Migrate
to www/npm-node18 or www/npm-node20 instead
Approved by: portmgr (blanket) |
9.6.6 07 May 2023 16:03:35
![commit hash: 40217ce619c824fd1adb1f08b056fb67c15667c2 commit hash: 40217ce619c824fd1adb1f08b056fb67c15667c2](/images/git.png) ![commit hash: 40217ce619c824fd1adb1f08b056fb67c15667c2 commit hash: 40217ce619c824fd1adb1f08b056fb67c15667c2](/images/codeberg.svg) ![commit hash: 40217ce619c824fd1adb1f08b056fb67c15667c2 commit hash: 40217ce619c824fd1adb1f08b056fb67c15667c2](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/npm-node19: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30 (in sync
with www/node19)
This is followup of 3a2694b6fe97b7edbc6fa379c19c880e896561fd. |
9.1.2_1 30 Jan 2023 14:20:38
![commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c](/images/git.png) ![commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c](/images/codeberg.svg) ![commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
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/noe18).
- 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 this commit:
- 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)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig |
Number of commits found: 3
|