FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:20 PM GMT
Port details
flow-tools 0.68_7 net-mgmt on this many watch lists=13 search for ports that depend on this port
Suite of tools and library to work with netflow data

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Feb 2004 04:43:25
License: not specified in port
Tools to capture, replicate, print, filter, send and other works
on Cisco's NetFlow Export.

WWW: http://www.splintered.net/sw/flow-tools/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Run: lang/python27
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for flow-tools-0.68_7:
     MYSQL=off (default) "Enable MySQL support"
     OPENSSL=off (default) "Enable OpenSSL support"
     PGSQL=off (default) "Enable PostgreSQL support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.eng.oar.net/pub/flow-tools/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 29

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.68_7
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.
28 Nov 2011 16:22:31
Original commit files touched by this commit  0.68_7
scheidell search for other commits by this committer
PR:     146145
Submitted by:   fw@moov.de
Reviewed by:    scheidell
Approved by:    maintainer (fw@moov.de, timeout), gabor (mentor)
Feature safe:   yes
24 Oct 2011 03:33:20
Original commit files touched by this commit  0.68_7
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.68_7
miwi search for other commits by this committer
- Get Rid MD5 support
15 Jul 2009 16:56:10
Original commit files touched by this commit  0.68_7
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
16 Nov 2008 22:39:21
Original commit files touched by this commit  0.68_7
stas search for other commits by this committer
- Flow-tools conflicts with freshly-imported flow-tools-ng.
08 Nov 2007 23:09:46
Original commit files touched by this commit  0.68_6
stas search for other commits by this committer
- Fix flow-capture on amd64
- Bump portrevision.

PR:             ports/116677
Submitted by:   Michael W Lucas <mwlucas@blackhelicopters.org>
Approved by:    portmgr (erwin)
04 Aug 2007 11:41:31
Original commit files touched by this commit  0.68_5
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)
10 Jul 2007 14:17:21
Original commit files touched by this commit  0.68_5
stas search for other commits by this committer
- Add patch to fix an excess comma problem when exporting flows to SQL or
  ASCII format. See the following url for further info:
  flow-tools@list.splintered.net/msg01034.html">http://www.mail-archive.com/flow-tools@list.splintered.net/msg01034.html
- Bump portrevision.

Submitted by:   Vladimir Zorin <vladimir@braveduck.spb.ru>
12 Jun 2007 12:52:33
Original commit files touched by this commit  0.68_4
stas search for other commits by this committer
- Add rc.d script for flow-fanout
- Bump PORTREVISION.
10 Apr 2007 19:32:35
Original commit files touched by this commit  0.68_3
stas search for other commits by this committer
- Use static gid/uid.

Submitted by:   kris
19 Dec 2006 22:44:25
Original commit files touched by this commit  0.68_3
stas search for other commits by this committer
- Add openssl support [1]
- Fix rcNG script comment [2]
- Quoute variables in CONFIGURE_ARGS for space-safety
- Respect CFLAGS

Submitted by:   Dominik Brettnacher <domi@saargate.de> [1],
                Geoff Garside <geoff@geoffgarside.co.uk> [2]
22 Nov 2006 16:15:47
Original commit files touched by this commit  0.68_3
stas search for other commits by this committer
Forced commit to publish the contents of /tmp/msg file, mentioned in the
previous checkin.

- Fix crash on expiring old files. Patch was also submitted upstream
- Improve rc_ng startup script. ChangeLog:
        * Add ability run multiple instances of flow capture by introducing
          configurations profiles
        * Eliminate non-standart _args option, use _flags instead
        * Allow tweaking the datasize value
        * Rename flow_tools_datadir to flow_capture_datadir as other
          options have flow_tools_xxx name

Submitted by:   Denis Shaposhnikov <dsh@vlink.ru>
22 Nov 2006 15:44:55
Original commit files touched by this commit  0.68_3
stas search for other commits by this committer
/tmp/msg
08 Nov 2006 01:06:16
Original commit files touched by this commit  0.68_2
stas search for other commits by this committer
- Add rc_subr script to run the flow-capture daemon [1]
- Fix some missed includes to avoid warnings
- Bump portrevision

Submitted by:   "Ryan T. Dean" <rtdean@cytherianage.net> (based on) [1]
02 Oct 2006 09:11:16
Original commit files touched by this commit  0.68_1
stas search for other commits by this committer
- Fix compiling with gcc 4.1
- Take maintainership

Approved by:    sem (mentor)
11 May 2006 22:49:56
Original commit files touched by this commit  0.68_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
18 Mar 2006 22:21:52
Original commit files touched by this commit  0.68_1
linimon search for other commits by this committer
Reset maintainer at his request due to current lack of FreeBSD time.
01 Feb 2006 01:08:07
Original commit files touched by this commit  0.68_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
09 Dec 2005 14:34:26
Original commit files touched by this commit  0.68_1
pav search for other commits by this committer
- Add support for mysql and postgresql

PR:             ports/73285
Submitted by:   Yuri Y. Bushmelev <jay-dev@simcom.ru>
Approved by:    maintainer timeout (billf; 13 months)

- Add runtime dependency on python, three commands are in fact python scripts

PR:             ports/88475
Submitted by:   Larry Rosenman <ler@lerctr.org>
Approved by:    maintainer timeout (billf; 1 month)

- Remove unused patch file
15 Jun 2005 20:14:59
Original commit files touched by this commit  0.68
anders search for other commits by this committer
Update to 0.68.

Sponsored by:   University of Tromsø & University of Bergen

Approved by:    maintainer
19 Jan 2005 11:27:54
Original commit files touched by this commit  0.67
krion search for other commits by this committer
Fix build for net-mgmt/py-flowtools on amd64.
19 Jan 2005 11:26:22
Original commit files touched by this commit  0.67
krion search for other commits by this committer
Rename patch to more suitable name.
24 Aug 2004 08:44:04
Original commit files touched by this commit  0.67
krion search for other commits by this committer
Fix build with gcc-3.4
05 Aug 2004 04:10:58
Original commit files touched by this commit  0.67
kuriyama search for other commits by this committer
Unbreak on recent current.

No response from:       maintainer
07 Jul 2004 22:17:17
Original commit files touched by this commit  0.67
billf search for other commits by this committer
update to 0.67
29 Jun 2004 11:43:24
Original commit files touched by this commit  0.66_1
pav search for other commits by this committer
- Install man pages in post-install: instead of pre-install:
  This fixes installation to clean prefix, mtree was invoked after pre-install:
  target from port.

Reported by:    Martin Horcicka <martin.horcicka@col.cz>
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.66_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
23 Feb 2004 04:42:13
Original commit files touched by this commit  0.66_1
wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Number of commits found: 29

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
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

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days43
new fortnight69
new month136

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.251 seconds.