textproc/codebook: New port
Codebook is a spell checker for code. It binds together the venerable
Tree Sitter and the fast spell checker Spellbook. Included is a
Language Server for use in (theoretically) any editor. Everything
is done in Rust to keep response times snappy and memory usage low.
Installs a language server for use with text editors.
ftp/freebsd-ftpd: Include blacklist patches
The patches for libblackist were not included in the initial commit.
PR: 295080
Fixes: fbe86c4decb6 ("ftp/freebsd-ftpd: Use blocklist")
devel/esbuild: Add note for future updates
esbuild is tied to a source package used for chromium & iridium,
let chromium@ know as a courtesy to avoid breakage.
Reported by: des
Sponsored by: SkunkWerks, GmbH
ftp/freebsd-ftpd: v20260507 Uses USE_BLOCKLIST
Upstream (maintained by me) replaced USE_BLACKLIST with USE_BLOCKLIST.
I may not have communicated this clearly.
PR: 295080
Fixes: fbe86c4decb6
ftp/freebsd-ftpd: Use blocklist
Starting from FreeBSD version 1500000, prefer the new blocklist
nomenclature.
Once older versions are no longer supported, we should use blocklist
exclusively.
While here, move USES higher to appease portlint (USE_* seen before
USES).
PR: 295080
Reviewed by: cy