notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-wait-for-it Wait for service(s) to be available before executing a command
2.3.0 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-31 14:27:07
Last Update: 2026-01-31 14:14:45
Commit Hash: 9f5fc48
Also Listed In: python
License: MIT
WWW:
https://wait-for-it.readthedocs.io/en/latest/
https://github.com/hartwork/wait-for-it
Description:
wait-for-it is a script that will wait on the availability of one or more TCP services (i.e. host:port) before executing a user-defined command. It is useful for synchronizing the spin-up of interdependent services, such as linked docker containers.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}wait-for-it>0:devel/py-wait-for-it@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-wait-for-it/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-wait-for-it
  • pkg install py311-wait-for-it
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-wait-for-it listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-wait-for-it
Package flavors (<flavor>: <package>)
  • py311: py311-wait-for-it
distinfo:
TIMESTAMP = 1768625561 SHA256 (wait_for_it-2.3.0.tar.gz) = bc6eaeb0912cf4d59c824067f36c73739bb7a6182912ec8984f2fb3447ef68c0 SIZE (wait_for_it-2.3.0.tar.gz) = 18305124

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=38.6.0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-click>=0 : devel/py-click@py311
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-wait-for-it
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/w/wait_for_it/
  2. https://pypi.org/packages/source/w/wait_for_it/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0
31 Jan 2026 14:14:45
commit hash: 9f5fc48e0cf4c7371ea6aa208162709043051a31commit hash: 9f5fc48e0cf4c7371ea6aa208162709043051a31commit hash: 9f5fc48e0cf4c7371ea6aa208162709043051a31commit hash: 9f5fc48e0cf4c7371ea6aa208162709043051a31 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-wait-for-it: Add py-wait-for-it 2.3.0

wait-for-it is a script that will wait on the availability of one or more TCP
services (i.e. host:port) before executing a user-defined command. It is useful
for synchronizing the spin-up of interdependent services, such as linked docker
containers.

Number of commits found: 1