devel/gitpane: import pkg
Monitor all your repos at a glance. See branch, dirty state, ahead/behind,
active worktrees, changed files, and commit history without leaving the
terminal.
If you work across multiple repositories, such as microservices, monorepos with
submodules, or a mix of projects, you know the pain of checking status one
directory at a time. Existing TUI tools focus on one repo at a time.
lazygit and gitui are excellent for deep single repo work like staging hunks,
interactive rebase, and conflict resolution. gitpane is the workspace level
dashboard. It shows every repo at once, lets you drill into anything, and keeps
you in the terminal. They complement each other.
wireshark: Add missing sharkd documentation
Fix PLIST when the "doc" option is enabled by rerunning print-PLIST target.
No PKGREVISION bump since "doc" is off by default.
databases/ruby-sequel: update to 5.105.0
5.105.0 (2026-06-01)
* Add Plugin.model_instance_variables to set instance variables used by
instances of model using a plugin (jeremyevans)
* Add Model.set_model_instance_variables to set instance variables used by
instances of a specific model class (jeremyevans)
* Support shape-friendly Model instances via Model.shape_friendly = true
(jeremyevans)
* Make connection_expiration extension set expiration time on connections in
the pool when it is loaded (cooljacob204, jeremyevans) (#2365, #2366)
py-sphinxnotes-mock: added version 1.1
Sphinx extension for masking unsupported directives and roles without modifying
documents. It is especially useful when a certain directive/role is provided by
an incompatible extension, or the directive/roles is incompatible with your
current buidler or theme.
bandcamp-dl: updated to 0.0.17
0.0.17
add cmd argument --embed-genres to fetch genres
fix downloading discography
one-char typo: he -> The
Fixed attempting to embed lyrics causing bandcamp-dl to break when the word "track" is in an album url.
py-uvicorn: updated to 0.49.0
0.49.0
Bump httptools minimum version to 0.8.0
Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them)
gcc15-gnat: update to 15.2.0nb2
* Update common patches from upstream gcc15 package
* Update libgnat BSD socket implementation
* Improve using builtin binutils version on NetBSD 11
* Fix tasking implementation on NetBSD
- now GNAT does not use alternate stack for tasking
on NetBSD: see pthread CAVEATS
- add affinity/ceiling support