Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 20:52:09 +0000 (UTC)
From:      Pav Lucistnik <pav@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/flowd Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/flowd/files patch-Makefile.in
Message-ID:  <200411122052.iACKq9Ys036241@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2004-11-12 20:52:09 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/flowd       Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/flowd/files patch-Makefile.in 
  Log:
  Add flowd, a small, fast and secure NetFlow collector. It offers the following
  features:
  
  * Understands NetFlow protocol v.1, v.5, v.7 and v.9 (including IPv6 flows)
  * Supports both IPv4 and IPv6 transport of flows
  * Secure: flowd is privilege separated to limit the impact of any compromise
  * Supports filtering and tagging of flows, using a packet filter-like syntax
  * Stores recorded flow data in a compact binary format which supports
    run-time choice over which flow fields are stored
  * Ships with both Perl and Python interfaces for reading and parsing the
    on-disk record format
  * Is licensed under a liberal BSD-like license
  
  PR:             ports/73722
  Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
  
  Revision  Changes    Path
  1.33      +1 -0      ports/net-mgmt/Makefile
  1.1       +71 -0     ports/net-mgmt/flowd/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/flowd/distinfo (new)
  1.1       +14 -0     ports/net-mgmt/flowd/files/patch-Makefile.in (new)
  1.1       +14 -0     ports/net-mgmt/flowd/pkg-descr (new)
  1.1       +17 -0     ports/net-mgmt/flowd/pkg-plist (new)



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