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.
async is a tool to run shell commands in parallel and is designed to be able to
quickly parallelize shell scripts with minimal changes.
It was inspired by GNU Parallel, with the main difference being that async
retains state between commands by running a server in the background.
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503