pnpm: update to 12.0.0-rc.3
Pkgsrc changes:
* Use pre-release RC tag instead of release tag.
* One more patch for NetBSD support.
pnpm 12.0.0-rc.4 needs to wait for pkgsrc Rust updating to v1.97.1.
gotosocial: upstream/codeberg version tracking enhancement
Functionnal and cosmetic change. This WIP package should be held back until next gotosocial upstream update.
Add a codeberg tag tracking variable in the Makefile, like many packages pulled from Github for consistency,
easier upstream version changes tracking, and make this package maintenance easier too.
- pkglint
- build using pkgsrc-trunk and bob
- deployed in production
cq-cli: import cq-cli-0.17.0 as wip/cq-cli
An open standard for shared agent learning -- structured knowledge that
prevents AI agents from repeating each other's mistakes.
The term **cq** is derived from two sources: *colloquy*, a structured
exchange of ideas where understanding emerges through dialogue rather than
one-way output, and **CQ**, a radio call sign ("any station, respond"),
capturing the same model: open invitation, response, and collective signal
built through interaction. Both capture the same idea: agents broadcasting
what they've learned and listening for what others already know.
www/privoxy: Update to 4.2.0
Improve detection of gethostbyaddr_r and gethostbyname_r by using
compile-time checks with implicit function declarations disabled.
victorialogs-*: use PKGBASE
Factor out the name of the program by using PKGBASE.
More resistant to copypastos for packaging of other VictoriaLogs
components.
victorialogs-vlagent: Import vlagent-1.52.0
VictoriaLogs is open source user-friendly database for logs from
VictoriaMetrics.
This package contains vlagent, an agent for collecting logs from
various sources and storing them in VictoriaLogs.
pnpm: import pnpm-12.0.0-rc.2 as wip/pnpm
This is a Rust port version of pnpm, called pacquet.
---
Fast, disk space efficient package manager:
* Fast. Up to 2x faster than the alternatives (see benchmark).
* Efficient. Files inside node_modules are linked from a single
content-addressable storage.
* Great for monorepos.
* Strict. A package can access only dependencies that are specified in its
package.json.
* Deterministic. Has a lockfile called pnpm-lock.yaml.
* Works as a Node.js version manager. See pnpm runtime.
* Works everywhere. Supports Windows, Linux, and macOS.
* Battle-tested. Used in production by teams of all sizes since 2016.
* Experimental Rust port. Includes pacquet, an experimental port of the CLI
written in Rust.