Port details |
- yarn-node19 Package manager for node, alternative to npm
- 1.22.19 www
=0 1.22.19Version of this port present on the latest quarterly branch.
- DEPRECATED: This port depends on deprecated www/node19. Migrate to www/yarn-node18 or www/yarn-node20 instead
This port expired on: 2023-06-30
- Maintainer: pizzamig@FreeBSD.org
- Port Added: 2023-01-30 14:27:08
- Last Update: 2023-06-30 03:12:09
- Commit Hash: ac5d815
- License: BSD2CLAUSE
- WWW:
- https://classic.yarnpkg.com/
- Description:
- Yarn is a new node package manager that replaces the existing workflow for the
npm client or other package managers while remaining compatible with the npm
registry. It has the same feature set as existing workflows while operating
faster, more securely, and more reliably.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- yarn-node19>0:www/yarn-node19
- Conflicts:
- CONFLICTS_INSTALL:
- yarn-node[0-9][0-9]
- hadoop2*
- No installation instructions:
- This port has been deleted.
- PKGNAME: yarn-node19
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674865425
SHA256 (yarn-v1.22.19.tar.gz) = 732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e
SIZE (yarn-v1.22.19.tar.gz) = 1244259
Packages (timestamps in pop-ups are UTC):
- Master port: www/yarn-node18
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- node : www/node19
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for yarn-node19-1.22.19:
HADOOPCOMPAT=off: hadoop2 compatibility, the yarn script is excluded
===> Use 'make config' to modify these settings
- Options name:
- www_yarn-node19
- USES:
- nodejs:19,run cpe
- 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/yarn-node18 or www/yarn-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/yarn-node18 | Commit | Credits | Log message |
1.22.19 30 Jun 2023 03:12:09 |
Muhammad Moinur Rahman (bofh) |
www/yarn-node19: Remove expired port
2023-06-30 www/yarn-node19: This port depends on deprecated www/node19. Migrate
to www/yarn-node18 or www/yarn-node20 instead
Approved by: portmgr (blanket) |
1.22.19 07 May 2023 16:12:37 |
Po-Chuan Hsieh (sunpoet) |
www/yarn-node19: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30 (in sync
with www/node19)
This is followup of 3a2694b6fe97b7edbc6fa379c19c880e896561fd. |
1.22.18 30 Jan 2023 14:20:38 |
Po-Chuan Hsieh (sunpoet) |
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
|