summaryrefslogtreecommitdiff
path: root/net/flow-tools/PLIST
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-06-23 14:20:56 +0000
committerseb <seb@pkgsrc.org>2005-06-23 14:20:56 +0000
commitb2f5605b106a16dbb698c455cf1847f24c422beb (patch)
treed269e32e5127206e8b2ba1adc1836ec041d27111 /net/flow-tools/PLIST
parent889503e71fa1d4bc1cef382f9df910cf9bb9ff1b (diff)
downloadpkgsrc-b2f5605b106a16dbb698c455cf1847f24c422beb.tar.gz
Update to version 0.68.
Package changes: Use PKG_OPTIONS_GROUP framework Add package option 'python' to support the new python scripts flow-rpt2rrd, flow-log2rrd and flow-rptfmt. Changes since last packaged version (0.67): * 5-11-2005 flow-tools 0.68 released. * added flow-rpt2rrd - post process flow-report into RRD's. * added flow-log2rrd - post process logs from * added flow-rptfmt - post process flow-report into readable and HTML. * ftstat.c s/psizr256/psize256/ - uebelacker@tuhh.de * rec_v5->engine_id not set properly in ftdecode.c - baldwinL@mynetwatchman.com * --enable-lfs set flags for large file support - alexbrennen@gmail.com * Added CryptoPAn support to flow-xlate req by Abilene * mailing list archive is available at mail-archive.com req by spork@bway.net * flow-cat.c: progress debug output - weinhold@berbee.com * portability: gcc no longer supports goto label which label is at the end of a compound statement - Andreas Jochens <aj@andaco.de> * flow-stat.c: protect from divize by zero - should only happen on invalid flows - - Espen.Breivik@uninett.no * flow-filter.c: exaddr filter - Espen.Breivik@uninett.no * ftxlate.c: tag-mask eval_tag_mask() not using correct offsets - Cougar <cougar@random.ee> & kgraham@valueclick.com * flow-send: default tx_delay to 0 like flow-fanout - rjd@merit.edu * flow-export: debug should be global - dwatanab@uci.edu * flow-report: path will accept spaces, ie |flow-rpt2rrd -p rrd -k 25 * flow-report: records is in rec1 * flow-fanout: did not set address family for receive fd - noted by fingers@fingers.co.za * docs: add FILES section to man pages * flow-report: -hh to list available reports * flow-report, flow-tag, flow-xlate, flow-nfilter. Run-time variable expansion of the form @VAR or @{VAR:default} for config files. * flow-receive: dropped inline tagging and nfilter support
Diffstat (limited to 'net/flow-tools/PLIST')
-rw-r--r--net/flow-tools/PLIST8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/flow-tools/PLIST b/net/flow-tools/PLIST
index c1f447224be..8897acec3ab 100644
--- a/net/flow-tools/PLIST
+++ b/net/flow-tools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/04/22 15:33:35 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/06/23 14:20:56 seb Exp $
bin/flow-capture
bin/flow-cat
bin/flow-dscan
@@ -9,12 +9,15 @@ bin/flow-filter
bin/flow-gen
bin/flow-header
bin/flow-import
+${PYTHON_OPT}bin/flow-log2rrd
bin/flow-mask
bin/flow-merge
bin/flow-nfilter
bin/flow-print
bin/flow-receive
bin/flow-report
+${PYTHON_OPT}bin/flow-rpt2rrd
+${PYTHON_OPT}bin/flow-rptfmt
bin/flow-send
bin/flow-split
bin/flow-stat
@@ -36,12 +39,15 @@ man/man1/flow-filter.1
man/man1/flow-gen.1
man/man1/flow-header.1
man/man1/flow-import.1
+${PYTHON_OPT}man/man1/flow-log2rrd.1
man/man1/flow-mask.1
man/man1/flow-merge.1
man/man1/flow-nfilter.1
man/man1/flow-print.1
man/man1/flow-receive.1
man/man1/flow-report.1
+${PYTHON_OPT}man/man1/flow-rpt2rrd.1
+${PYTHON_OPT}man/man1/flow-rptfmt.1
man/man1/flow-send.1
man/man1/flow-split.1
man/man1/flow-stat.1