Port details on branch 2023Q3 |
- py-netaddr Manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
- 1.3.0 net =4 1.3.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2008-10-14 18:49:49
- Last Update: 2024-05-29 18:31:56
- Commit Hash: 36dd1bc
- People watching this port, also watch:: libevent, indexinfo, xcb-util-image, libXdamage, xorg-fonts-truetype
- Also Listed In: python
- License: BSD3CLAUSE MIT
- WWW:
- https://github.com/drkjam/netaddr/
- Description:
- A pure Python network address representation and manipulation library.
netaddr provides a Pythonic way of working with:
- IPv4 and IPv6 addresses and subnets
- MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers
- Arbitrary (non-aligned) IP address ranges and IP address sets
- Various non-CIDR IP range formats such as nmap and glob-style formats
Included are routines for:
- Generating, sorting and summarizing IP addresses and networks
- Performing easy conversions between address notations and formats
- Detecting, parsing and formatting network address representations
- Performing set-based operations on groups of IP addresses and subnets
- Working with arbitrary IP address ranges and formats
- Accessing OUI and IAB organisational information published by IEEE
- Accessing IP address and block information published by IANA
API documentation for the latest release is available here:
https://pythonhosted.org/netaddr/
- ¦ ¦ ¦ ¦
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-netaddr/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-netaddr
- pkg install py311-netaddr
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-netaddr listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-netaddr
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1716981753
SHA256 (netaddr-1.3.0.tar.gz) = 5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a
SIZE (netaddr-1.3.0.tar.gz) = 2260504
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-oslo.config
- devel/py-oslo.utils
- devel/py-oslo.versionedobjects
- devel/py-oslo.vmware
- devel/py-osprofiler
- devel/py-ovsdbapp
- devel/py-wsme
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-netaddr-1.3.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_py-netaddr
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|