aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/softflowd
Commit message (Collapse)AuthorAgeFilesLines
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-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 Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update rc.d script based on suggestions from dougb@freebsd.orgJosh Paetzel2010-12-022-47/+54
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=265590
* Add rc.d script to portJosh Paetzel2010-11-252-0/+77
| | | | | | | | | PR: ports/151398 Submitted by: Tom Judge <tom@tomjudge.com> Approved by: Maintainer timeout Notes: svn path=/head/; revision=265139
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Update to 0.9.8Martin Wilke2006-12-153-4/+20
| | | | | | | | PR: ports/105328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=179848
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Update to 0.9.7Tilman Keskinoz2005-01-252-3/+3
| | | | | | | | | | | * fixes some bugs * support for export of flow records to multicast groups. PR: 76348 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=127325
* Add softflowd, flow-based network traffic analyser capable of Cisco NetFlowPav Lucistnik2004-11-123-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> Notes: svn path=/head/; revision=121478