waits until a url is available, a port is being listened to, etc.
utility that will wait until a url is available, until a port is being listened to, until an amount of time has passed or until a shell command succeeds.
utility that will wait until a url is available, until a port is being listened to, until an amount of time has passed or until a shell command succeeds.
To install waitfor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install waitfor
To see what files were installed by waitfor, run:
port contents waitfor
To later upgrade waitfor, run:
sudo port selfupdate && sudo port upgrade waitfor
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.