filesystems/pjdfstest: new port
pjdfstest is a file system test suite to assess the correctness of file
system implementations in terms of POSIX compliance. This port is for the
Rust rewrite of the sh-based original, which remains in contrib/ for
now.
WWW: https://github.com/saidsay-so/pjdfstest
Reviewed by: olivier
Differential Revision: https://reviews.freebsd.org/D56848
www/py-yubal-api: New port: Self-hosted YouTube Music downloader (API)
yubal is a self-hosted YouTube Music downloader. Paste a link, get
a tagged, organized library.
Scheduled sync. Smart deduplication. Media server ready. Browser
extension included.
WWW: https://github.com/guillevc/yubal/
devel/py-ytmusicapi: New port: Unofficial API for YouTube Music
ytmusicapi is a Python 3 library to send requests to the YouTube
Music API. It emulates YouTube Music web client requests using the
user's cookie data for authentication.
WWW: https://github.com/sigma67/ytmusicapi
www/py-yubal: New port: Self-hosted YouTube Music downloader
yubal is a self-hosted YouTube Music downloader. Paste a link, get
a tagged, organized library.
Scheduled sync. Smart deduplication. Media server ready. Browser
extension included.
WWW: https://github.com/guillevc/yubal/
net/eternalterminal: Fix etserver crashes
Add backports to fix etserver crashes on session end and transient errors.
PR: 295956
MFH: 2026Q2
(cherry picked from commit db15a1e6558a0fe310a8174ee2381ab8e98d4f60)
biology/linux-foldingathome: Add manual page fahclient(8) and clean up
Move all documentation to fahclient.8.
Reference the new manual page from pkg-message and the rc script.
Remove outdated --chdir handling. The flag is gone from fah-client and
rc(8) handles that automatically.
Remove an incorrect description of what fahclient_flags does.
Allow fahclient_team and fahclient_donor to be empty. This way we avoid
warnings when the configuration file overrides the command-line flags,
e.g.:
14:25:24:W :Option 'user' already set to 'Anonymous' reseting to '0mp'.
14:25:24:W :Option 'team' already set to '11743' reseting to '11743'.
Pass --log-to-screen=true to showconfig's flags. This way we can
[7 lines not shown]
security/p5-Auth-GoogleAuth: Add new port
Auth::GoogleAuth is a Perl module providing an abstraction for the TOTP
(Time-based One-Time Password) algorithm as used by Google Authenticator
and compatible applications (RFC 6238).
It supports generating and verifying TOTP codes, producing otpauth:// URIs,
and generating QR code URLs suitable for enrollment in authenticator apps.
PR: 295883