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
ipaddr Command-line IP address manipulation tool
1.0.0 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: ab@astral.blue search for ports maintained by this maintainer
Port Added: 2026-03-15 04:33:05
Last Update: 2026-03-15 04:32:25
Commit Hash: 63dbb2a
License: MIT
WWW:
https://github.com/astralblue/ipaddr
Description:
ipaddr is a command-line tool for manipulating and querying IP addresses and networks. It provides functionality similar to Python's ipaddress module but as a standalone CLI utility. Features include: - IPv4 and IPv6 address normalization - CIDR and netmask prefix notation support - Network calculations (network, broadcast, host addressing) - Address classification (private, loopback, multicast, etc.) - Subnet and supernet operations - Command chaining for complex operations - IPv6-specific features (6to4, Teredo, zone-id)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/ipaddr
  2. share/man/man1/ipaddr.1.gz
  3. /usr/local/share/licenses/ipaddr-1.0.0/catalog.mk
  4. /usr/local/share/licenses/ipaddr-1.0.0/LICENSE
  5. /usr/local/share/licenses/ipaddr-1.0.0/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ipaddr>0:net/ipaddr
To install the port:
cd /usr/ports/net/ipaddr/ && make install clean
To add the package, run one of these commands:
  • pkg install net/ipaddr
  • pkg install ipaddr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ipaddr
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 powerpc64 powerpc64le riscv64
distinfo:
TIMESTAMP = 1768961244 SHA256 (astralblue-ipaddr-v1.0.0_GH0.tar.gz) = 0435b8353af71bfb637f96d201dcf40c68083da29fb3b0d5bedda067c36de6d0 SIZE (astralblue-ipaddr-v1.0.0_GH0.tar.gz) = 45231

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. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_ipaddr
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/astralblue/ipaddr/tar.gz/v1.0.0?dummy=/
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
1.0.0
15 Mar 2026 04:32:25
commit hash: 63dbb2a3a1c37fbf5ee0d19053a57c22fb455535commit hash: 63dbb2a3a1c37fbf5ee0d19053a57c22fb455535commit hash: 63dbb2a3a1c37fbf5ee0d19053a57c22fb455535commit hash: 63dbb2a3a1c37fbf5ee0d19053a57c22fb455535 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Eugene M. Kim
net/ipaddr: New port: Command-line IP address manipulation tool

ipaddr is a command-line tool for manipulating and querying IP addresses
and networks. It provides functionality similar to Python's ipaddress module
but as a standalone CLI utility.

Features include:
- IPv4 and IPv6 address normalization
- CIDR and netmask prefix notation support
- Network calculations (network, broadcast, host addressing)
- Address classification (private, loopback, multicast, etc.)
- Subnet and supernet operations
- Command chaining for complex operations
- IPv6-specific features (6to4, Teredo, zone-id)

WWW: https://github.com/astralblue/ipaddr

PR:		292621
Reported by:	Eugene M. Kim <ab@astral.blue> (new maintainer)

Number of commits found: 1