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-icmplib Easily generate ICMP packets
3.0.4 netnew! 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: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-12-09 05:06:05
Last Update: 2025-12-09 05:05:43
Commit Hash: 7f937bc
Also Listed In: python
License: GPLv3
WWW:
https://pypi.org/project/icmplib/
Description:
icmplib is a brand new and modern implementation of the ICMP protocol in Python. Use the built-in functions or build your own, you have the choice! - Ready-to-use: icmplib offers ready-to-use functions such as the most popular ones: ping, multiping and traceroute. An extensive documentation also helps you get started. - Modern: This library uses the latest mechanisms offered by Python 3.7+ and is fully object-oriented. - Fast: Each class and function has been designed and optimized to deliver the best performance. Some functions are also asynchronous like the async_ping and async_multiping functions. You can ping the world in seconds! - Powerful: Use the library without root privileges, set the traffic class of ICMP packets, customize their payload, send broadcast requests and more! - Evolutive: Easily build your own classes and functions with ICMPv4 and ICMPv6 sockets. - Seamless integration of IPv6: Use IPv6 the same way you use IPv4. - Cross-platform: Optimized for Linux, macOS and Windows. The library automatically manages the specificities of each system. - No dependency: icmplib is a pure Python implementation of the ICMP protocol. It does not rely on any external dependency.
Homepage    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}icmplib>0:net/py-icmplib@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-icmplib/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-icmplib
  • pkg install py311-icmplib
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-icmplib listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-icmplib
Package flavors (<flavor>: <package>)
  • py311: py311-icmplib
distinfo:
TIMESTAMP = 1765255433 SHA256 (icmplib-3.0.4.tar.gz) = 57868f2cdb011418c0e1d5586b16d1fabd206569fe9652654c27b6b2d6a316de SIZE (icmplib-3.0.4.tar.gz) = 26744

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>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_py-icmplib
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/i/icmplib/
  2. https://pypi.org/packages/source/i/icmplib/
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
3.0.4
09 Dec 2025 05:05:43
commit hash: 7f937bcc8e50bc4a626c72aba2b09a160154db48commit hash: 7f937bcc8e50bc4a626c72aba2b09a160154db48commit hash: 7f937bcc8e50bc4a626c72aba2b09a160154db48commit hash: 7f937bcc8e50bc4a626c72aba2b09a160154db48 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
net/py-icmplib: Add new port

icmplib provides the capability to easily forge ICMP packets to build
ping- and tracroute-like functionality into python scripts. A full
description can be found at,

	https://pypi.org/project/icmplib/

Number of commits found: 1