notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
yarn-node18 Package manager for node, alternative to npm
1.22.19 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.22.19Version of this port present on the latest quarterly branch.
Maintainer: pizzamig@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-06-03 17:06:51
Last Update: 2023-11-01 19:29:14
Commit Hash: 1d8473a
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. /usr/local/share/licenses/yarn-node18-1.22.19/catalog.mk
  2. /usr/local/share/licenses/yarn-node18-1.22.19/LICENSE
  3. /usr/local/share/licenses/yarn-node18-1.22.19/BSD2CLAUSE
  4. bin/yarn
  5. bin/yarn.js
  6. bin/yarnpkg
  7. lib/node_modules/yarn/LICENSE
  8. lib/node_modules/yarn/README.md
  9. @(,,755) lib/node_modules/yarn/bin/yarn
  10. @(,,755) lib/node_modules/yarn/bin/yarn.js
  11. @(,,755) lib/node_modules/yarn/bin/yarnpkg
  12. @(,,755) lib/node_modules/yarn/lib/cli.js
  13. lib/node_modules/yarn/lib/v8-compile-cache.js
  14. lib/node_modules/yarn/package.json
  15. lib/node_modules/yarn/preinstall.js
  16. @owner
  17. @group
  18. @mode
Collapse this list.
Dependency lines:
  • yarn-node18>0:www/yarn-node18
Conflicts:
CONFLICTS_INSTALL:
  • yarn-node[0-9][0-9]
  • hadoop2*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/www/yarn-node18/ && make install clean
To add the package, run one of these commands:
  • pkg install www/yarn-node18
  • pkg install yarn-node18
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: yarn-node18
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):
yarn-node18
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.22.191.22.19-1.22.191.22.19---
FreeBSD:13:quarterly1.22.191.22.19-1.22.191.22.19-1.22.191.22.19
FreeBSD:14:latest1.22.191.22.19-1.22.191.22.19--1.22.19
FreeBSD:14:quarterly1.22.191.22.19-1.22.191.22.19-1.22.191.22.19
FreeBSD:15:latest1.22.191.22.19n/a1.22.19n/a-1.22.191.22.19
FreeBSD:15:quarterly--n/a-n/a---
Master port: www/yarn-node20
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. node : www/node18
This port is required by:
for Build
  1. editors/vscode
  2. net-im/libsignal-node
  3. net-im/signal-desktop
for Fetch
  1. devel/electron25
  2. devel/electron26
  3. devel/electron27
  4. devel/electron28
  5. net-im/libsignal-node

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/electron23*
  2. devel/electron24*
  3. Collapse this list of deleted ports.
for Patch
  1. devel/electron25
  2. devel/electron26
  3. devel/electron27
  4. devel/electron28
  5. net-im/libsignal-node
  6. net-im/signal-desktop

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/electron23*
  2. devel/electron24*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for yarn-node18-1.22.19: HADOOPCOMPAT=off: hadoop2 compatibility, the yarn script is excluded ===> Use 'make config' to modify these settings
Options name:
www_yarn-node18
USES:
nodejs:18,run cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://yarnpkg.com/downloads/1.22.19/
Collapse this list.
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)
    
    
Expand this list (1 items)
  • 2021-11-10
    Affects: users of www/node*, www/npm*, www/yarn*
    Author: mfechner@FreeBSD.org
    Reason: 
      The port framework was updated to use a default version for nodejs.
      The default version is pointing to the latest LTS version which is
      currently version 16.
      You can overwrite this by defining in /etc/make.conf, e.g. version 17:
      DEFAULT_VERSIONS=nodejs=17
    
      Or if you would like to stick always to the current version use:
      DEFAULT_VERSIONS=nodejs=current
    
      If you would like to use yarn or npm together with nodejs version 17,
      just install the package that is pulling the wanted dependency to nodejs:
    
      # pkg install yarn-node17
      # pkg install npm-node17
    
    
  • Collapse this list.
Port Moves
  • port moved here from www/yarn-node17 on 2022-06-03
    REASON: Renamed for www/node update to v18

Number of commits found: 5

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-node20
CommitCreditsLog message
1.22.19
01 Nov 2023 19:29:14
commit hash: 1d8473a561ea519f1bcf5b603760fa68fa5306c1commit hash: 1d8473a561ea519f1bcf5b603760fa68fa5306c1commit hash: 1d8473a561ea519f1bcf5b603760fa68fa5306c1commit hash: 1d8473a561ea519f1bcf5b603760fa68fa5306c1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/yarn-node*: Reorganize yarn-node* as node20 is the new default
1.22.19
16 Feb 2023 12:42:52
commit hash: 1543e38e482dd741ed084317a17fe5b91dbb564dcommit hash: 1543e38e482dd741ed084317a17fe5b91dbb564dcommit hash: 1543e38e482dd741ed084317a17fe5b91dbb564dcommit hash: 1543e38e482dd741ed084317a17fe5b91dbb564d files touched by this commit
Luca Pizzamiglio (pizzamig) search for other commits by this committer
Author: Jose Luis Duran
www/yarn-node18: Update to 1.22.19

PR:	269192
1.22.18
30 Jan 2023 14:20:38
commit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
1.22.18
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.22.18
03 Jun 2022 17:01:42
commit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45cec files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/*-node17: Rename for update of www/node to version 18

PR:		263590
Sponsored by:	The FreeBSD Foundation

Number of commits found: 5