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)
This commit is contained in:
parent
75c4a83ad3
commit
a09f10783c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440412
@ -97,6 +97,7 @@
|
||||
SUBDIR += ipcad
|
||||
SUBDIR += ipcalc
|
||||
SUBDIR += ipplan
|
||||
SUBDIR += iprange
|
||||
SUBDIR += ipv6calc
|
||||
SUBDIR += ipv6gen
|
||||
SUBDIR += ipv6mon
|
||||
|
19
net-mgmt/iprange/Makefile
Normal file
19
net-mgmt/iprange/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= iprange
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://firehol.org/download/iprange/releases/v1.0.3/
|
||||
|
||||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= Manage IP ranges
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
USES= tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/iprange \
|
||||
man/man1/iprange.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/iprange/distinfo
Normal file
3
net-mgmt/iprange/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1491930472
|
||||
SHA256 (iprange-1.0.3.tar.xz) = e22d528eadff3486147aa0763bdc20d4f9b7af6c6f0e4ce9205bc3bc7ca18f53
|
||||
SIZE (iprange-1.0.3.tar.xz) = 107436
|
13
net-mgmt/iprange/pkg-descr
Normal file
13
net-mgmt/iprange/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user