Commit graph

10 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
29813d5397 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
2011-05-15 02:49:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Josh Paetzel
e06ece098e Update rc.d script based on suggestions from dougb@freebsd.org
Approved by:	maintainer (implicit)
2010-12-02 17:00:44 +00:00
Josh Paetzel
e20f6fdb9f Add rc.d script to port
PR:	ports/151398
Submitted by:	Tom Judge <tom@tomjudge.com>
Approved by:	Maintainer timeout
2010-11-25 14:58:33 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Martin Wilke
6bff79e23a - Update to 0.9.8
PR:             ports/105328
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-12-15 09:58:44 +00:00
Edwin Groothuis
c8276f2dd3 SHA256ify
Approved by: krion@
2006-01-23 23:49:42 +00:00
Tilman Keskinoz
3a228f9a81 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>
2005-01-25 19:05:57 +00:00
Pav Lucistnik
026037c5f9 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>
2004-11-12 21:06:11 +00:00