aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nsca
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to 2.9.1mm2012-02-022-3/+3
|
* 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.
* Update to 2.9mm2011-11-052-4/+3
|
* - Add LICENSE knob(s)mm2011-03-231-0/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Listen in daemon mode by defaultmm2010-10-132-3/+3
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Change install location of default configuration filesmm2007-12-264-4/+39
| | | | | | | - Add pkg-message information for client and server installs - Bump PORTREVISION PR: ports/117950
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+1
|
* - update to 2.7.2mm2007-07-192-5/+4
| | | | Approved by: garga (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - updated maintainer e-mail addressmm2007-04-051-1/+1
| | | | Approved by: garga (mentor)
* - Update to 2.7.1miwi2007-02-073-5/+10
| | | | | PR: 108794 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 2.7miwi2006-12-162-5/+5
| | | | | PR: ports/106766 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix rc.d script.alepulver2006-11-061-5/+4
| | | | | PR: ports/104906 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Mark broken on 4.x.lawrance2006-10-071-1/+5
| | | | Reported by: kris
* Update to 2.6 [1] and add an rc script [2].lawrance2006-09-145-18/+60
| | | | | | PR: ports/96555 [1], ports/94259 [2]. Submitted by: Martin Matuska <martin@matuska.org> [1], Jo Rhett <jrhett@svcolo.com> [2]
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* - Unbreak on 5.x: need perl to buildpav2004-05-301-2/+1
|
* BROKEN: Install failskris2004-05-301-0/+2
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - Fix nagios dependencypav2004-03-151-2/+1
| | | | | PR: ports/64083 Submitted by: Paul Dlug <paul@nerdlabs.com> (maintainer)
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-3/+3
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* Add nsca 2.4, Nagios Service Check Acceptor.sergei2003-12-144-0/+60
The Nagios Service Check Acceptor (NSCA) is used to send service check results to a central Nagios server. This consists of the "nsca" daemon which runs on the main Nagios server and accepts results and the "check_nsca" plugin which is used to send results to the server. Author: Ethan Galstad WWW: http://www.nagios.org/ PR: 59436 Submitted by: Paul Dlug <paul@nerdlabs.com>