1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-mgmt/gnu-ipcalc/pkg-descr
Emanuel Haupt 5b60fcdb18 net-mgmt/gnu-ipcalc: Update to 1.0.1
- Upstream has move to GitLab
- Use meson instead of gmake
- Optionally support GeoIP1 + GeoIP2 via net/libmaxminddb

PR:		258363 (based on)
Reported by:	freebsd@ohreally.nl
2021-09-08 23:28:45 +02:00

12 lines
519 B
Plaintext

This is a modern tool to assist in network address calculations for IPv4 and
IPv6. It acts both as a tool to output human readable information about a
network or address, as well as a tool suitable to be used by scripts or other
programs.
It supports printing a summary about the provided network address, multiple
command line options per information to be printed, transparent IPv6 support,
and in addition it will use libGeoIP if available to provide geographic
information.
WWW: https://gitlab.com/ipcalc/ipcalc/