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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
iprange Manage IP ranges
2.0.0_1 net-mgmt on this many watch lists=1 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 1.0.4_2Version of this port present on the latest quarterly branch.
Maintainer: garga@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-05-08 10:49:49
Last Update: 2026-06-03 12:46:59
Commit Hash: 5d154bf
People watching this port, also watch:: screen, mplayer-skins, grabc, grepcidr
License: GPLv2+
WWW:
https://github.com/firehol/iprange
Description:
This tool is capable of managing sets of IPs. Why to use iprange over any other aggregate ? * simpler * supports many input formats, all together in the same file * faster, actually a lot faster (thanks to the original design by Gabriel Somlo) * can compare files with IPs to find if they overlap and to what degree * can find the IPs common to a set of files * can exclude IPs (merge a set of files while excluding all IPs matched by another set of files)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/iprange
  2. share/man/man1/iprange.1.gz
  3. /usr/local/share/licenses/iprange-2.0.0_1/catalog.mk
  4. /usr/local/share/licenses/iprange-2.0.0_1/LICENSE
  5. /usr/local/share/licenses/iprange-2.0.0_1/GPLv2+
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • iprange>0:net-mgmt/iprange
To install the port:
cd /usr/ports/net-mgmt/iprange/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/iprange
  • pkg install iprange
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: iprange
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1776188968 SHA256 (iprange-2.0.0.tar.xz) = 549161499574ba01b2dd56452ca22c94f1ef4cc18001a358b519b5800cf1093c SIZE (iprange-2.0.0.tar.xz) = 161956

Packages (timestamps in pop-ups are UTC):
iprange
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.02.0.01.0.41.0.4_2-n/an/an/a
FreeBSD:13:quarterly1.0.4_21.0.4_21.0.41.0.4_21.0.4_2n/an/an/a
FreeBSD:14:latest2.0.0_12.0.0_11.0.41.0.4_22.0.0_11.0.4-1.0.4
FreeBSD:14:quarterly1.0.4_21.0.4_2-1.0.4_21.0.4_21.0.41.0.41.0.4
FreeBSD:15:latest2.0.0_12.0.0_1n/a1.0.4_2n/an/a1.0.4_21.0.4_2
FreeBSD:15:quarterly1.0.4_21.0.4_2n/a-n/an/a--
FreeBSD:16:latest2.0.0_12.0.0_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. autoconf>=2.73 : devel/autoconf
  2. automake>=1.18.1 : devel/automake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_iprange
USES:
autoreconf tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/firehol/iprange/releases/download/v2.0.0/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.0_1
03 Jun 2026 12:46:59
commit hash: 5d154bfea96e26773ce19e8aa7103c338d128424commit hash: 5d154bfea96e26773ce19e8aa7103c338d128424commit hash: 5d154bfea96e26773ce19e8aa7103c338d128424commit hash: 5d154bfea96e26773ce19e8aa7103c338d128424 files touched by this commit
Renato Botelho (garga) search for other commits by this committer
net-mgmt/iprange: Backport fix for 32-bit platforms

I've added it as a local patch instead of using PATCHFILES because
upstream patch touches CMakeLists.txt, which is not present on release
tarball for some unknown reason.

Obtained from:	upstream 268d7d8794f3f8a6c2d6f08dc4351e767990e683
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2.0.0
27 Apr 2026 13:46:04
commit hash: ed6507638548c8e97b24cd3f4f28f2c887a7ae96commit hash: ed6507638548c8e97b24cd3f4f28f2c887a7ae96commit hash: ed6507638548c8e97b24cd3f4f28f2c887a7ae96commit hash: ed6507638548c8e97b24cd3f4f28f2c887a7ae96 files touched by this commit
Renato Botelho (garga) search for other commits by this committer
net-mgmt/iprange: Mark as IGNORE on i386

IPv6 support was added on version 2.0 and requires __uint128_t.  There
is no configure option to disable IPv6 so lets stop building on that
platform.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2.0.0
21 Apr 2026 14:23:41
commit hash: 6f2d9fc89a09b13179d3eeefb1c1f58a51424fcfcommit hash: 6f2d9fc89a09b13179d3eeefb1c1f58a51424fcfcommit hash: 6f2d9fc89a09b13179d3eeefb1c1f58a51424fcfcommit hash: 6f2d9fc89a09b13179d3eeefb1c1f58a51424fcf files touched by this commit
Renato Botelho (garga) search for other commits by this committer
Author: Jordan Montesse
net-mgmt/iprange: Update to 2.0.0

PR:		294527
1.0.4_2
16 Jan 2024 14:02:42
commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 files touched by this commit
Renato Botelho (garga) search for other commits by this committer
*/*: Restore GNU_CONFIGURE on my ports

I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization.  Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.

Reported by:	danfe
Sponsored by:	Rubicon Communications, LLC ("Netgate")
1.0.4_1
15 Jan 2024 21:37:38
commit hash: 62bc47a1ea0ed418839ebd2d7d59f8cdf79aa10ecommit hash: 62bc47a1ea0ed418839ebd2d7d59f8cdf79aa10ecommit hash: 62bc47a1ea0ed418839ebd2d7d59f8cdf79aa10ecommit hash: 62bc47a1ea0ed418839ebd2d7d59f8cdf79aa10e files touched by this commit
Renato Botelho (garga) search for other commits by this committer
net-mgmt/iprange: Move manpages to ${PREFIX}/share

Sponsored by:	Rubicon Communications, LLC ("Netgate")
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.4
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.4
27 Sep 2018 19:18:56
Revision:480814Original commit files touched by this commit
garga search for other commits by this committer
Update net-mgmt/iprange to 1.0.4

Sponsored by:	Rubicon Communications, LLC (Netgate)
1.0.3
08 May 2017 10:49:40
Revision:440412Original commit files touched by this commit
garga search for other commits by this committer
Add net-mgmt/iprange

This tool is capable of managing sets of IPs.

 Why to use iprange over any other aggregate ?
  * simpler
  * supports many input formats, all together in the same file
  * faster, actually a lot faster (thanks to the original design
    by Gabriel Somlo)
  * can compare files with IPs to find if they overlap and to what degree
  * can find the IPs common to a set of files
  * can exclude IPs (merge a set of files while excluding all IPs matched
    by another set of files)

WWW: https://github.com/firehol/iprange

MFH:		2017Q2
Sponsored by:	Rubicon Communications (Netgate)

Number of commits found: 11