The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
procs is a replacement for `ps` written in Rust.
Features:
- Colored and human-readable output
- Automatic theme detection based on terminal background
- Multi-column keyword search
- Some additional information which are not supported by `ps`
- TCP/UDP port
- Read/Write throughput
- Docker container name
- More memory information
- Pager support
- Watch mode (like `top`)
- Tree view
sysutils/procs: Unbreak on CURRENT
This is upstream's fix, so will automatically appear in next versions.
It allows compilation on all supported FreeBSD versions.
PR: 283410
Reviewed by: emaste
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
sysutils/procs: update 0.14.4 → 0.14.4-47
This includes the bug-fix update to the bsd-kvm crate that should
fix build on 32-bit architectures.
Reported by: fallout (32-bit failures)