Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 05:03:43 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net-mgmt Makefile ports/net-mgmt/grepcidr Makefile distinfo pkg-descr
Message-ID:  <200504250503.j3P53hPW057960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2005-04-25 05:03:43 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/grepcidr    Makefile distinfo pkg-descr 
  Log:
  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>
  
  Revision  Changes    Path
  1.46      +1 -0      ports/net-mgmt/Makefile
  1.1       +27 -0     ports/net-mgmt/grepcidr/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/grepcidr/distinfo (new)
  1.1       +15 -0     ports/net-mgmt/grepcidr/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504250503.j3P53hPW057960>