aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/grepcidr/pkg-descr
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-04-25 13:03:43 +0800
committeredwin <edwin@FreeBSD.org>2005-04-25 13:03:43 +0800
commit20335314cd9425929d3d4fbcf52aee832ee58e6c (patch)
tree803aa3fb637f0e4ba57e21e20dc930f93229b421 /net-mgmt/grepcidr/pkg-descr
parente2a8395580c60f8d9766946cca7fb8c687c2ed19 (diff)
downloadfreebsd-ports-gnome-20335314cd9425929d3d4fbcf52aee832ee58e6c.tar.gz
freebsd-ports-gnome-20335314cd9425929d3d4fbcf52aee832ee58e6c.tar.zst
freebsd-ports-gnome-20335314cd9425929d3d4fbcf52aee832ee58e6c.zip
net-mgmt/grepcidr: Filter IP addresses matching IPv4 CIDR/network specification
grepcidr can be used to filter a list of IP addresses against one or more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks specified by an address range. As with grep, there are options to invert matching and load patterns from a file. grepcidr is capable of comparing thousands or even millions of IPs to networks with little memory usage and in reasonable computation time. grepcidr has endless uses in network software, including: mail filtering and processing, network security, log analysis, and many custom applications. PR: ports/80315 Submitted by: Douglas Fraser <doug+ports@idmf.net>
Diffstat (limited to 'net-mgmt/grepcidr/pkg-descr')
-rw-r--r--net-mgmt/grepcidr/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/grepcidr/pkg-descr b/net-mgmt/grepcidr/pkg-descr
new file mode 100644
index 000000000000..67788d949d01
--- /dev/null
+++ b/net-mgmt/grepcidr/pkg-descr
@@ -0,0 +1,15 @@
+grepcidr can be used to filter a list of IP addresses against one
+or more Classless Inter-Domain Routing (CIDR) specifications, or
+arbitrary networks specified by an address range. As with grep,
+there are options to invert matching and load patterns from a file.
+grepcidr is capable of comparing thousands or even millions of IPs
+to networks with little memory usage and in reasonable computation
+time.
+
+grepcidr has endless uses in network software, including: mail
+filtering and processing, network security, log analysis, and many
+custom applications.
+
+
+Author: Jem Berkes
+WWW: http://www.pc-tools.net/unix/grepcidr/