aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grepcidr.rb
AgeCommit message (Collapse)Author
2013-01-28grepcidr: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-02Add new formula: grepcidrYacin Nadji
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. Signed-off-by: Adam Vandenberg <flangy@gmail.com>