| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Jan 2013 19:50:06
0.9.8_2
|
tabthorpe  |
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace |
14 Jan 2012 08:57:23
0.9.8_2
|
dougb  |
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. |
15 May 2011 02:49:17
0.9.8_2
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
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 |
20 Mar 2011 12:54:45
0.9.8_2
|
miwi  |
- Get Rid MD5 support |
02 Dec 2010 17:00:44
0.9.8_2
|
jpaetzel  |
Update rc.d script based on suggestions from dougb@freebsd.org
Approved by: maintainer (implicit) |
25 Nov 2010 14:58:33
0.9.8_1
|
jpaetzel  |
Add rc.d script to port
PR: ports/151398
Submitted by: Tom Judge <tom@tomjudge.com>
Approved by: Maintainer timeout |
23 Jul 2007 09:36:52
0.9.8
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
15 Dec 2006 09:58:44
0.9.8
|
miwi  |
- Update to 0.9.8
PR: ports/105328
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
23 Jan 2006 23:46:06
0.9.7
|
edwin  |
SHA256ify
Approved by: krion@ |
25 Jan 2005 19:05:57
0.9.7
|
arved  |
Update to 0.9.7
* fixes some bugs
* support for export of flow records to multicast groups.
PR: 76348
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
12 Nov 2004 21:06:12
0.9.6
|
pav  |
Add softflowd, flow-based network traffic analyser capable of Cisco NetFlow
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> |