FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 5:11 PM GMT
Port details
flowd 0.9.1_2 net-mgmt on this many watch lists=6 search for ports that depend on this port
The flowd is a small, fast and secure NetFlow collector
Maintained by: janos.mohacsi@bsd.hu search for ports maintained by this maintainer
Port Added: 12 Nov 2004 21:04:19
Also Listed In: ipv6
License: not specified in port
flowd is 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

WWW: http://www.mindrot.org/flowd.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-mgmt/flowd/ && make install clean
To add the package: pkg_add -r flowd


Configuration Options
===> The following configuration options are available for flowd-0.9.1_2:
     PERL=on (default) "Install flowd perl module"
     PYTHON=off (default) "Install flowd Python support"
===> Use 'make config' to modify these settings

Master Sites:
http://flowd.googlecode.com/files/
http://www2.mindrot.org/files/flowd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-12-20
    Affects: users of net-mgmt/flowd
    Author: ohauer@FreeBSD.org
    Reason: 
      flowd use now a fix UID/GID (id 542) instead the next free UID.
      Before updating the port use the command "pw userdel _flowd"
    
    

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.9.1_2
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
02 Jul 2011 14:40:04
Original commit files touched by this commit  0.9.1_2
ohauer search for other commits by this committer
 - remove workaround, it's now implemented in the user/group
   framework and no longer used.
20 Dec 2010 19:15:51
Original commit files touched by this commit  0.9.1_2
ohauer search for other commits by this committer
 - use registered user _flowd from UIDs/GIDs
 - add additional MASTER_SITE
 - remove pkg-install and add a workaround for the user creation
   if installed from package (belongs to ports/152498 )
 - add OPTIONS for PERL and PYTHON, with PERL on as default
 - install tools to EXAMPLESDIR
 - remove MD5 from distinfo
 - fix pkg-plist "%%SITE_PERL%%/%%PERL_ARCH%%/auto" (belongs to perl not to
flowd)

PR:             ports/153310
Submitted by:   ohauer
Approved by:    Mohacsi Janos <janos.mohacsi _at_ bsd.hu> (maintainer)
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.9.1_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
15 Oct 2009 21:26:58
Original commit files touched by this commit  0.9.1_1
wxs search for other commits by this committer
- Fix when using WITH_PERL and WITH_PYTHON
- Make pkg-install script accept FLOWD_UID from environment

PR:             ports/137560
Submitted by:   Mel Flynn <mel.flynn+fbsd.ports@mailing.thruhere.net>
Approved by:    Janos Mohacsi <mohacsi@niif.hu> (maintainer)
14 Jul 2009 12:59:10
Original commit files touched by this commit  0.9.1_1
wxs search for other commits by this committer
- Eliminate empty _flags assignment
- s/ipcad/flowd

Noticed by:     dougb
13 Jul 2009 16:22:56
Original commit files touched by this commit  0.9.1_1
wxs search for other commits by this committer
- Install RC script.

PR:             ports/135949
Submitted by:   Rashid N. Achilov <citycat4@ngs.ru>
Approved by:    maintainer timeout
31 May 2009 18:42:14
Original commit files touched by this commit  0.9.1
amdmi3 search for other commits by this committer
- Update to 0.9.1
- Mark BROKEN for WITH_{PERL|PYTHON} cases, as plist is incomplete

PR:             134319
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
04 Oct 2007 02:16:18
Original commit files touched by this commit  0.9
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
04 Aug 2007 11:41:31
Original commit files touched by this commit  0.9
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
20 Sep 2006 13:40:32
Original commit files touched by this commit  0.9
shaun search for other commits by this committer
- Fix build on 4.x.

PR:             ports/102416
Submitted by:   Maurice Castro <maurice@vinum.clari.net.au>
Approved by:    maintainer timeout (4 weeks)
04 Aug 2006 12:34:50
Original commit files touched by this commit  0.9
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
03 Apr 2006 20:49:48
Original commit files touched by this commit  0.9
pav search for other commits by this committer
- Mark broken on 4.X

Reported by:    krismail
01 Apr 2006 23:18:06
Original commit files touched by this commit  0.9
pav search for other commits by this committer
- Update to 0.9

PR:             ports/95051
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
01 Feb 2006 01:08:07
Original commit files touched by this commit  0.8.5
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
04 Jun 2005 00:43:20
Original commit files touched by this commit  0.8.5
pav search for other commits by this committer
- Update to 0.8.5

PR:             ports/81829
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
29 Jan 2005 19:07:49
Original commit files touched by this commit  0.8_1
pav search for other commits by this committer
- Fix build with read-only ports tree

PR:             ports/76788
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
26 Jan 2005 05:13:28
Original commit files touched by this commit  0.8_1
kevlo search for other commits by this committer
- Add privilege separation user handling.
- Bump PORTREVISION

PR: ports/76669
Submitted by: MAINTAINER
19 Jan 2005 09:57:33
Original commit files touched by this commit  0.8
krion search for other commits by this committer
Update to 0.8

PR:             ports/76343
Submitted by:   maintainer
08 Jan 2005 10:25:53
Original commit files touched by this commit  0.7_1
sobomax search for other commits by this committer
In FreeBSD correct path to pid file is /var/run, not ${PREFIX}/var/run. Bump
PORTREVISION.

Reported by:    Yuri Babushkin <piton@united.net.ua>
12 Nov 2004 20:52:09
Original commit files touched by this commit  0.7
pav search for other commits by this committer
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>

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight71
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.227 seconds.