aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/softflowd
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* - Change MAINTAINER addresstabthorpe2013-01-101-6/+2
| | | | | - Trim headers while I am here - Clean up some trailing whitespace
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-151-2/+2
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Update rc.d script based on suggestions from dougb@freebsd.orgjpaetzel2010-12-032-47/+54
| | | | Approved by: maintainer (implicit)
* Add rc.d script to portjpaetzel2010-11-252-0/+77
| | | | | | PR: ports/151398 Submitted by: Tom Judge <tom@tomjudge.com> Approved by: Maintainer timeout
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 0.9.8miwi2006-12-153-4/+20
| | | | | PR: ports/105328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Update to 0.9.7arved2005-01-262-3/+3
| | | | | | | | * fixes some bugs * support for export of flow records to multicast groups. PR: 76348 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Add softflowd, flow-based network traffic analyser capable of Cisco NetFlowpav2004-11-133-0/+37
data export. Softflowd semi-statefully tracks traffic flows recorded by listening on a network interface or by reading a packet capture file. These flows may be reported via NetFlow to a collecting host or summarised within softflowd itself. PR: ports/73723 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>