The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net-mgmt : nagios-plugins

Plugins for Nagios

 This is a plugin package for Nagios.  Quoting from the
main Nagios package:

Nagios is a host and service monitor designed to inform you of network
problems before your clients, end-users or managers do. It has been
designed to run under the Linux operating system, but works fine under
most *NIX variants as well. The monitoring daemon runs intermittent
checks on hosts and services you specify using external "plugins"
which return status information to Nagios. When problems are
encountered, the daemon can send notifications out to administrative
contacts in a variety of different ways (email, instant message, SMS,
etc.). Current status information, historical logs, and reports can
all be accessed via a web browser. 

http://www.nagios.org/



nagios-plugins history


v. 1.66
date: 2007/12/18 23:32:12;  author: miwi;  state: Exp;  lines: +1 -1
- Update to 1.4.11

PR:		118799
Submitted by:	Jarrod Sayers  (maintainer)

v. 1.65 date: 2007/10/14 08:40:47; author: mm; state: Exp; lines: +1 -2 - Update to 1.4.10 - Remove patch for check_radius (obsolete) PR: ports/117112 Submitted by: mm Approved by: Jarrod Sayers (maintainer) Reviewed by: maintainer
v. 1.64 date: 2007/10/08 04:14:53; author: rafan; state: Exp; lines: +1 -1 - When libexecdir does not exist, the installed perl based plugins gets wrong use lib directive. This is due to the installation procedure assumes the existence of libexecdir. Fix this problem and bump PORTREVISION. PR: ports/115443 Reported by: Stefan Kaltenbrunner Patched by: Jarrod Sayers (maintainer)
v. 1.63 date: 2007/09/30 04:47:19; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.62 date: 2007/07/23 22:30:42; author: mm; state: Exp; lines: +1 -0 - add patch for 7-CURRENT by Petr Lampa PR: ports/114793 Approved by: maintainer, garga (mentor)
v. 1.61 date: 2007/06/09 08:21:38; author: mm; state: Exp; lines: +9 -2 - update to 1.4.9 - added WITHOUT_NLS knob PR: ports/113215 Reviewed by: maintainer Approved by: garga (mentor)
v. 1.60 date: 2007/05/27 17:42:13; author: miwi; state: Exp; lines: +7 -5 - Update to 1.4.8 PR: 113046 Submitted by: Jarrod Sayers (maintainer)
v. 1.59 date: 2007/03/02 15:33:27; author: rafan; state: Exp; lines: +4 -2 - Update to 1.4.6 PR: ports/109731 Submitted by: Jarrod Sayers (maintainer)
v. 1.58 date: 2006/11/05 19:21:58; author: miwi; state: Exp; lines: +1 -1 - Update to 1.4.5 PR: ports/105158 Submitted by: Jarrod Sayers (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
v. 1.57 date: 2006/11/01 10:39:07; author: miwi; state: Exp; lines: +3 -6 - Update to 104872 PR: ports/104872 Submitted by: Jarrod Sayers (maintainer)
v. 1.56 date: 2006/05/15 13:07:20; author: pav; state: Exp; lines: +53 -41 Update to Nagios Plugins 1.4.3: - Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers (maintainer)
v. 1.55 date: 2006/05/11 22:49:40; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with N
v. 1.54 date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.53 date: 2005/10/24 02:27:16; author: mnag; state: Exp; lines: +2 -1 USE_GETTEXT dependency Bump PORTREVISION PR: 87757 Notified by: Markus Dolze Submitted by: Jarrod (maintainer)
v. 1.52 date: 2005/10/16 10:33:35; author: clement; state: Exp; lines: +1 -1 - Give maintainership to Jarrod
v. 1.51 date: 2005/10/15 12:57:28; author: mnag; state: Exp; lines: +1 -1 Fix IPV6 OPTIONS able to compile in BATCH mode.
v. 1.50 date: 2005/10/15 11:45:50; author: sem; state: Exp; lines: +10 -2 - Add a knob to turn off IPv6 support - Fix compilation problem with check_snmp on 4.x - Reset maintainer PR: ports/86972 Offered by: Alex Samorukov Submitted by: Blaz Zupan (maintainer)
v. 1.49 date: 2005/09/30 08:25:47; author: vsevolod; state: Exp; lines: +1 -2 - Update to 1.4.2 PR: 86697 Submitted by: Blaz Zupan (maintainer)
v. 1.48 date: 2005/09/02 12:55:54; author: sem; state: Exp; lines: +4 -1 - One more patch to fix things from my last commit - Bump PORTREVISION Submitted by: maintainer
v. 1.47 date: 2005/09/01 08:24:47; author: demon; state: Exp; lines: +1 -1 Fix radiusclient shlib name. This change was present in ports/84506, but was not committed by some reason.
v. 1.46 date: 2005/08/31 12:31:36; author: sem; state: Exp; lines: +1 -2 - Update to 1.4.1 PR: ports/84506 Submitted by: maintainer
v. 1.45 date: 2005/06/20 05:48:16; author: demon; state: Exp; lines: +1 -1 Fix check_nagios plugin to work with nagios-2.x. The format of status file changed a lot since nagios-1.x, so we just check that mtime is fresh enough. Reviewed by: maintainer
v. 1.44 date: 2005/06/05 11:39:43; author: sem; state: Exp; lines: +1 -1 - Fix check_procs plugin PR: ports/81548 Submitted by: Martin Matuska Approved by: maintainer
v. 1.43 date: 2005/02/27 18:41:40; author: sem; state: Exp; lines: +1 -0 - Fix support for MySQL >= 4.1. Submitted by: Gerrit Beine - Hardcode path to swapinfo, although the configure script works on normal FreeBSD systems, it fails on pointyhat because it does not have swapinfo PR: ports/78147 Submitted by: maintainer
v. 1.42 date: 2005/02/12 19:20:48; author: sem; state: Exp; lines: +1 -0 - PORTEPOCH bump because of portupgrade disagrees with pkg_version -t on version comparing. Submitted by: maintainer
v. 1.41 date: 2005/02/12 16:37:30; author: sem; state: Exp; lines: +1 -2 - Update to 1.4 PR: ports/76854 (followup) Submitted by: maintainer
v. 1.40 date: 2005/02/11 21:24:20; author: sem; state: Exp; lines: +11 -3 - Update to 1.4.0 beta1 - Hardcoding LC_NUMERIC to "C". It fix working some plugins on systems with other locale. PR: ports/76854 Submitted by: maintainer
v. 1.39 date: 2005/01/31 00:35:51; author: girgen; state: Exp; lines: +1 -2 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.38 date: 2004/12/26 18:31:43; author: krion; state: Exp; lines: +1 -0 Fix plist. PR: ports/75514 Submitted by: maintainer
v. 1.37 date: 2004/12/22 08:50:07; author: arved; state: Exp; lines: +3 -3 update the port to 1.4.0.alpha3 and fix check_procs. PR: 75061 Submitted by: maintainer
v. 1.36 date: 2004/12/04 17:23:31; author: arved; state: Exp; lines: +2 -3 - update nagios-plugins to 1.4.0 alpha2 - fix check_ntp - fix compile with LDAP enabled PR: 74667 Submitted by: Blaz Zupan
v. 1.35 date: 2004/12/02 14:09:53; author: arved; state: Exp; lines: +1 -0 Add the missing patch files from the last commit. Noticed by: maintainer Forgotten by: arved
v. 1.34 date: 2004/12/01 22:19:43; author: arved; state: Exp; lines: +5 -5 Update nagios-plugins port to 1.4.0.alpha1. Fix compilation with radiusclient 0.4.7. PR: 74446 Submitted by: Blaz Zupan
v. 1.33 date: 2004/11/21 00:40:27; author: linimon; state: Exp; lines: +0 -4 Kris reports that the build failure was a local problem on pointyhat.
v. 1.32 date: 2004/11/18 22:47:44; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.x: Does not compile
v. 1.31 date: 2004/11/15 23:04:10; author: pav; state: Exp; lines: +1 -1 - Chase radiusclient shlib version bump PR: ports/73952 Submitted by: Bourne-again Superuser Forgotten by: sobomax
v. 1.30 date: 2004/08/11 20:45:51; author: sem; state: Exp; lines: +1 -1 Fix check_ircd which fails due to perl taint checks if you have CDPATH set in your environment. PR: ports/70320 Submitted by: Martin Tsachev Approved by: maintainer
v. 1.29 date: 2004/07/26 18:15:21; author: ade; state: Exp; lines: +75 -14 * Replace scripts/configure with OPTIONS [1] * Add patch that fixes truncation of SSL certificate expiry date [1] * Don't remove libexec/nagios unless it's empty [2] Submitted by: ade [1], bms [2] Approved by: maintainer
v. 1.28 date: 2004/06/04 17:29:29; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.27 date: 2004/05/01 11:56:15; author: eik; state: Exp; lines: +2 -2 use USE_OPENLDAP. Submitted by: Blaz Zupan (maintainer)
v. 1.26 date: 2004/04/17 22:24:55; author: pav; state: Exp; lines: +1 -1 - Fix parameters passed to /bin/ps which is used by check_procs and check_nagios - Port change: support environment value NAGIOS_PLUGINS_OPTIONS which can be used to preselect compile options PR: ports/65144 Submitted by: Blaz Zupan (maintainer)
v. 1.25 date: 2004/03/14 06:17:10; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.24 date: 2004/03/12 12:42:33; author: krion; state: Exp; lines: +1 -1 - Fix dependencies PR: ports/64147 Submitted by: maintainer
v. 1.23 date: 2004/02/23 04:42:03; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.22 date: 2004/02/04 05:08:14; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.21 date: 2003/08/03 08:16:59; author: kuriyama; state: Exp; lines: +5 -1 o Update to 1.3.1. o Fix compilation with only MySQL plugin. o Add MySQL 4.0/4.1 support. PR: ports/54433 Submitted by: Blaz Zupan (maintainer)
v. 1.20 date: 2003/04/07 01:13:01; author: edwin; state: Exp; lines: +3 -4 MAINTAINER UPDATE: net/nagios-plugins Update nagios-plugins to 1.3.0. Remove unneeded patch files/patch-check_mysql.c Move nagios workfile directory from /usr/local/var/nagios to /var/spool/nagios. /usr/local is read-only on some NFS booted systems. PR: ports/48987 Submitted by: Blaz Zupan
v. 1.19 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.18 date: 2003/01/03 19:08:00; author: petef; state: Exp; lines: +4 -4 Update to 1.3.0.b2. Submitted by: maintainer
v. 1.17 date: 2002/07/22 01:03:41; author: kuriyama; state: Exp; lines: +14 -13 Add nagios-plugins after repocopy from netsaint-plugins. Submitted by: Blaz Zupan Repocopied by: joe
v. 1.16 date: 2002/06/24 01:59:54; author: kuriyama; state: Exp; lines: +1 -0 Bump PORTREVISION. check_snmp calls snmpget without '-c' parameter, which is mandatory with NetSNMP 5.x. Add '-c' to the command line to make it work with both NetSNMP 4.x and 5.x. check_by_ssh dumps core with called without -C, also usage help output does not document -C and -v. check_ssh plugin incorrectly parses the SSH banner. check_ntp does not work with NTP v2. Add -n option to be able to select NTP version. Submitted by: David Douthitt , Jens Trzaska (check_snmp) via maintainer
v. 1.15 date: 2002/03/25 09:19:19; author: sobomax; state: Exp; lines: +1 -0 Add USE_SUBMAKE, where it might be necessary.
v. 1.14 date: 2001/12/18 13:20:26; author: kuriyama; state: Exp; lines: +2 -1 Use $MASTER_SITE_SOURCEFORGE. Approved by: maintainer
v. 1.13 date: 2001/12/17 23:29:42; author: kuriyama; state: Exp; lines: +2 -0 Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR.
v. 1.12 date: 2001/12/16 17:33:04; author: dwcjr; state: Exp; lines: +2 -2 Update netsaint to 0.0.7b8 backs out v. 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
v. 1.11 date: 2001/05/17 06:02:15; author: ijliao; state: Exp; lines: +4 -8 upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
v. 1.10 date: 2001/04/16 11:42:06; author: dirk; state: Exp; lines: +9 -40 - Enable OpenLDAP and PostgreSQL support. - Enable option selection using nice menu interface. PR: ports/26611 Submitted by: Blaz Zupan (maintainer)
v. 1.9 date: 2001/04/10 09:32:37; author: dirk; state: Exp; lines: +2 -1 Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc). Approved by: maintainer
v. 1.8 date: 2001/04/03 22:29:43; author: mharo; state: Exp; lines: +2 -2 portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined.
v. 1.7 date: 2001/04/03 21:43:28; author: mharo; state: Exp; lines: +6 -7 Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as netsaint port depends on us and this creates a circular dependency. Instead create the netsaint user/group ourselves (which is the only reason for the netsaint dependency). PR: 26327 Submitted by: maintainer
v. 1.6 date: 2001/03/30 19:08:16; author: dirk; state: Exp; lines: +45 -9 - upgrade to 1.2.9.2 - Blaz Zupan is the new maintainer - add radius and mysql support PR: ports/25883 Submitted by: Blaz Zupan
v. 1.5 date: 2001/03/29 14:37:28; author: dirk; state: Exp; lines: +3 -2 Netsaint-plugins needs automake to build.
v. 1.4 date: 2001/03/14 11:59:02; author: roam; state: Exp; lines: +3 -3 Update to 1.2.9.1. PR: 25484 Submitted by: George Reid
v. 1.3 date: 2001/01/12 23:10:58; author: mharo; state: Exp; lines: +2 -2 distfile moved
v. 1.2 date: 2001/01/09 00:06:24; author: will; state: Exp; lines: +2 -2 Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
v. 1.1 date: 2000/07/12 18:57:25; author: will; state: Exp; Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint. Patches submitted by: Jim Sloan , to whom I am extremely grateful! Thanks! ============================================================================= v. 1.66 date: 2007/12/18 23:32:12; author: miwi; state: Exp; lines: +1 -1 - Update to 1.4.11 PR: 118799 Submitted by: Jarrod Sayers (maintainer)
v. 1.65 date: 2007/10/14 08:40:47; author: mm; state: Exp; lines: +1 -2 - Update to 1.4.10 - Remove patch for check_radius (obsolete) PR: ports/117112 Submitted by: mm Approved by: Jarrod Sayers (maintainer) Reviewed by: maintainer
v. 1.64 date: 2007/10/08 04:14:53; author: rafan; state: Exp; lines: +1 -1 - When libexecdir does not exist, the installed perl based plugins gets wrong use lib directive. This is due to the installation procedure assumes the existence of libexecdir. Fix this problem and bump PORTREVISION. PR: ports/115443 Reported by: Stefan Kaltenbrunner Patched by: Jarrod Sayers (maintainer)
v. 1.63 date: 2007/09/30 04:47:19; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.62 date: 2007/07/23 22:30:42; author: mm; state: Exp; lines: +1 -0 - add patch for 7-CURRENT by Petr Lampa PR: ports/114793 Approved by: maintainer, garga (mentor)
v. 1.61 date: 2007/06/09 08:21:38; author: mm; state: Exp; lines: +9 -2 - update to 1.4.9 - added WITHOUT_NLS knob PR: ports/113215 Reviewed by: maintainer Approved by: garga (mentor)
v. 1.60 date: 2007/05/27 17:42:13; author: miwi; state: Exp; lines: +7 -5 - Update to 1.4.8 PR: 113046 Submitted by: Jarrod Sayers (maintainer)
v. 1.59 date: 2007/03/02 15:33:27; author: rafan; state: Exp; lines: +4 -2 - Update to 1.4.6 PR: ports/109731 Submitted by: Jarrod Sayers (maintainer)
v. 1.58 date: 2006/11/05 19:21:58; author: miwi; state: Exp; lines: +1 -1 - Update to 1.4.5 PR: ports/105158 Submitted by: Jarrod Sayers (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
v. 1.57 date: 2006/11/01 10:39:07; author: miwi; state: Exp; lines: +3 -6 - Update to 104872 PR: ports/104872 Submitted by: Jarrod Sayers (maintainer)
v. 1.56 date: 2006/05/15 13:07:20; author: pav; state: Exp; lines: +53 -41 Update to Nagios Plugins 1.4.3: - Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers (maintainer)
v. 1.55 date: 2006/05/11 22:49:40; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with N
v. 1.54 date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.53 date: 2005/10/24 02:27:16; author: mnag; state: Exp; lines: +2 -1 USE_GETTEXT dependency Bump PORTREVISION PR: 87757 Notified by: Markus Dolze Submitted by: Jarrod (maintainer)
v. 1.52 date: 2005/10/16 10:33:35; author: clement; state: Exp; lines: +1 -1 - Give maintainership to Jarrod
v. 1.51 date: 2005/10/15 12:57:28; author: mnag; state: Exp; lines: +1 -1 Fix IPV6 OPTIONS able to compile in BATCH mode.
v. 1.50 date: 2005/10/15 11:45:50; author: sem; state: Exp; lines: +10 -2 - Add a knob to turn off IPv6 support - Fix compilation problem with check_snmp on 4.x - Reset maintainer PR: ports/86972 Offered by: Alex Samorukov Submitted by: Blaz Zupan (maintainer)
v. 1.49 date: 2005/09/30 08:25:47; author: vsevolod; state: Exp; lines: +1 -2 - Update to 1.4.2 PR: 86697 Submitted by: Blaz Zupan (maintainer)
v. 1.48 date: 2005/09/02 12:55:54; author: sem; state: Exp; lines: +4 -1 - One more patch to fix things from my last commit - Bump PORTREVISION Submitted by: maintainer
v. 1.47 date: 2005/09/01 08:24:47; author: demon; state: Exp; lines: +1 -1 Fix radiusclient shlib name. This change was present in ports/84506, but was not committed by some reason.
v. 1.46 date: 2005/08/31 12:31:36; author: sem; state: Exp; lines: +1 -2 - Update to 1.4.1 PR: ports/84506 Submitted by: maintainer
v. 1.45 date: 2005/06/20 05:48:16; author: demon; state: Exp; lines: +1 -1 Fix check_nagios plugin to work with nagios-2.x. The format of status file changed a lot since nagios-1.x, so we just check that mtime is fresh enough. Reviewed by: maintainer
v. 1.44 date: 2005/06/05 11:39:43; author: sem; state: Exp; lines: +1 -1 - Fix check_procs plugin PR: ports/81548 Submitted by: Martin Matuska Approved by: maintainer
v. 1.43 date: 2005/02/27 18:41:40; author: sem; state: Exp; lines: +1 -0 - Fix support for MySQL >= 4.1. Submitted by: Gerrit Beine - Hardcode path to swapinfo, although the configure script works on normal FreeBSD systems, it fails on pointyhat because it does not have swapinfo PR: ports/78147 Submitted by: maintainer
v. 1.42 date: 2005/02/12 19:20:48; author: sem; state: Exp; lines: +1 -0 - PORTEPOCH bump because of portupgrade disagrees with pkg_version -t on version comparing. Submitted by: maintainer
v. 1.41 date: 2005/02/12 16:37:30; author: sem; state: Exp; lines: +1 -2 - Update to 1.4 PR: ports/76854 (followup) Submitted by: maintainer
v. 1.40 date: 2005/02/11 21:24:20; author: sem; state: Exp; lines: +11 -3 - Update to 1.4.0 beta1 - Hardcoding LC_NUMERIC to "C". It fix working some plugins on systems with other locale. PR: ports/76854 Submitted by: maintainer
v. 1.39 date: 2005/01/31 00:35:51; author: girgen; state: Exp; lines: +1 -2 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.38 date: 2004/12/26 18:31:43; author: krion; state: Exp; lines: +1 -0 Fix plist. PR: ports/75514 Submitted by: maintainer
v. 1.37 date: 2004/12/22 08:50:07; author: arved; state: Exp; lines: +3 -3 update the port to 1.4.0.alpha3 and fix check_procs. PR: 75061 Submitted by: maintainer
v. 1.36 date: 2004/12/04 17:23:31; author: arved; state: Exp; lines: +2 -3 - update nagios-plugins to 1.4.0 alpha2 - fix check_ntp - fix compile with LDAP enabled PR: 74667 Submitted by: Blaz Zupan
v. 1.35 date: 2004/12/02 14:09:53; author: arved; state: Exp; lines: +1 -0 Add the missing patch files from the last commit. Noticed by: maintainer Forgotten by: arved
v. 1.34 date: 2004/12/01 22:19:43; author: arved; state: Exp; lines: +5 -5 Update nagios-plugins port to 1.4.0.alpha1. Fix compilation with radiusclient 0.4.7. PR: 74446 Submitted by: Blaz Zupan
v. 1.33 date: 2004/11/21 00:40:27; author: linimon; state: Exp; lines: +0 -4 Kris reports that the build failure was a local problem on pointyhat.
v. 1.32 date: 2004/11/18 22:47:44; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.x: Does not compile
v. 1.31 date: 2004/11/15 23:04:10; author: pav; state: Exp; lines: +1 -1 - Chase radiusclient shlib version bump PR: ports/73952 Submitted by: Bourne-again Superuser Forgotten by: sobomax
v. 1.30 date: 2004/08/11 20:45:51; author: sem; state: Exp; lines: +1 -1 Fix check_ircd which fails due to perl taint checks if you have CDPATH set in your environment. PR: ports/70320 Submitted by: Martin Tsachev Approved by: maintainer
v. 1.29 date: 2004/07/26 18:15:21; author: ade; state: Exp; lines: +75 -14 * Replace scripts/configure with OPTIONS [1] * Add patch that fixes truncation of SSL certificate expiry date [1] * Don't remove libexec/nagios unless it's empty [2] Submitted by: ade [1], bms [2] Approved by: maintainer
v. 1.28 date: 2004/06/04 17:29:29; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.27 date: 2004/05/01 11:56:15; author: eik; state: Exp; lines: +2 -2 use USE_OPENLDAP. Submitted by: Blaz Zupan (maintainer)
v. 1.26 date: 2004/04/17 22:24:55; author: pav; state: Exp; lines: +1 -1 - Fix parameters passed to /bin/ps which is used by check_procs and check_nagios - Port change: support environment value NAGIOS_PLUGINS_OPTIONS which can be used to preselect compile options PR: ports/65144 Submitted by: Blaz Zupan (maintainer)
v. 1.25 date: 2004/03/14 06:17:10; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.24 date: 2004/03/12 12:42:33; author: krion; state: Exp; lines: +1 -1 - Fix dependencies PR: ports/64147 Submitted by: maintainer
v. 1.23 date: 2004/02/23 04:42:03; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.22 date: 2004/02/04 05:08:14; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.21 date: 2003/08/03 08:16:59; author: kuriyama; state: Exp; lines: +5 -1 o Update to 1.3.1. o Fix compilation with only MySQL plugin. o Add MySQL 4.0/4.1 support. PR: ports/54433 Submitted by: Blaz Zupan (maintainer)
v. 1.20 date: 2003/04/07 01:13:01; author: edwin; state: Exp; lines: +3 -4 MAINTAINER UPDATE: net/nagios-plugins Update nagios-plugins to 1.3.0. Remove unneeded patch files/patch-check_mysql.c Move nagios workfile directory from /usr/local/var/nagios to /var/spool/nagios. /usr/local is read-only on some NFS booted systems. PR: ports/48987 Submitted by: Blaz Zupan
v. 1.19 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.18 date: 2003/01/03 19:08:00; author: petef; state: Exp; lines: +4 -4 Update to 1.3.0.b2. Submitted by: maintainer
v. 1.17 date: 2002/07/22 01:03:41; author: kuriyama; state: Exp; lines: +14 -13 Add nagios-plugins after repocopy from netsaint-plugins. Submitted by: Blaz Zupan Repocopied by: joe
v. 1.16 date: 2002/06/24 01:59:54; author: kuriyama; state: Exp; lines: +1 -0 Bump PORTREVISION. check_snmp calls snmpget without '-c' parameter, which is mandatory with NetSNMP 5.x. Add '-c' to the command line to make it work with both NetSNMP 4.x and 5.x. check_by_ssh dumps core with called without -C, also usage help output does not document -C and -v. check_ssh plugin incorrectly parses the SSH banner. check_ntp does not work with NTP v2. Add -n option to be able to select NTP version. Submitted by: David Douthitt , Jens Trzaska (check_snmp) via maintainer
v. 1.15 date: 2002/03/25 09:19:19; author: sobomax; state: Exp; lines: +1 -0 Add USE_SUBMAKE, where it might be necessary.
v. 1.14 date: 2001/12/18 13:20:26; author: kuriyama; state: Exp; lines: +2 -1 Use $MASTER_SITE_SOURCEFORGE. Approved by: maintainer
v. 1.13 date: 2001/12/17 23:29:42; author: kuriyama; state: Exp; lines: +2 -0 Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR.
v. 1.12 date: 2001/12/16 17:33:04; author: dwcjr; state: Exp; lines: +2 -2 Update netsaint to 0.0.7b8 backs out v. 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
v. 1.11 date: 2001/05/17 06:02:15; author: ijliao; state: Exp; lines: +4 -8 upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
v. 1.10 date: 2001/04/16 11:42:06; author: dirk; state: Exp; lines: +9 -40 - Enable OpenLDAP and PostgreSQL support. - Enable option selection using nice menu interface. PR: ports/26611 Submitted by: Blaz Zupan (maintainer)
v. 1.9 date: 2001/04/10 09:32:37; author: dirk; state: Exp; lines: +2 -1 Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc). Approved by: maintainer
v. 1.8 date: 2001/04/03 22:29:43; author: mharo; state: Exp; lines: +2 -2 portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined.
v. 1.7 date: 2001/04/03 21:43:28; author: mharo; state: Exp; lines: +6 -7 Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as netsaint port depends on us and this creates a circular dependency. Instead create the netsaint user/group ourselves (which is the only reason for the netsaint dependency). PR: 26327 Submitted by: maintainer
v. 1.6 date: 2001/03/30 19:08:16; author: dirk; state: Exp; lines: +45 -9 - upgrade to 1.2.9.2 - Blaz Zupan is the new maintainer - add radius and mysql support PR: ports/25883 Submitted by: Blaz Zupan
v. 1.5 date: 2001/03/29 14:37:28; author: dirk; state: Exp; lines: +3 -2 Netsaint-plugins needs automake to build.
v. 1.4 date: 2001/03/14 11:59:02; author: roam; state: Exp; lines: +3 -3 Update to 1.2.9.1. PR: 25484 Submitted by: George Reid
v. 1.3 date: 2001/01/12 23:10:58; author: mharo; state: Exp; lines: +2 -2 distfile moved
v. 1.2 date: 2001/01/09 00:06:24; author: will; state: Exp; lines: +2 -2 Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
v. 1.1 date: 2000/07/12 18:57:25; author: will; state: Exp; Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint. Patches submitted by: Jim Sloan , to whom I am extremely grateful! Thanks! ============================================================================= v. 1.66 date: 2007/12/18 23:32:12; author: miwi; state: Exp; lines: +1 -1 - Update to 1.4.11 PR: 118799 Submitted by: Jarrod Sayers (maintainer)
v. 1.65 date: 2007/10/14 08:40:47; author: mm; state: Exp; lines: +1 -2 - Update to 1.4.10 - Remove patch for check_radius (obsolete) PR: ports/117112 Submitted by: mm Approved by: Jarrod Sayers (maintainer) Reviewed by: maintainer
v. 1.64 date: 2007/10/08 04:14:53; author: rafan; state: Exp; lines: +1 -1 - When libexecdir does not exist, the installed perl based plugins gets wrong use lib directive. This is due to the installation procedure assumes the existence of libexecdir. Fix this problem and bump PORTREVISION. PR: ports/115443 Reported by: Stefan Kaltenbrunner Patched by: Jarrod Sayers (maintainer)
v. 1.63 date: 2007/09/30 04:47:19; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.62 date: 2007/07/23 22:30:42; author: mm; state: Exp; lines: +1 -0 - add patch for 7-CURRENT by Petr Lampa PR: ports/114793 Approved by: maintainer, garga (mentor)
v. 1.61 date: 2007/06/09 08:21:38; author: mm; state: Exp; lines: +9 -2 - update to 1.4.9 - added WITHOUT_NLS knob PR: ports/113215 Reviewed by: maintainer Approved by: garga (mentor)
v. 1.60 date: 2007/05/27 17:42:13; author: miwi; state: Exp; lines: +7 -5 - Update to 1.4.8 PR: 113046 Submitted by: Jarrod Sayers (maintainer)
v. 1.59 date: 2007/03/02 15:33:27; author: rafan; state: Exp; lines: +4 -2 - Update to 1.4.6 PR: ports/109731 Submitted by: Jarrod Sayers (maintainer)
v. 1.58 date: 2006/11/05 19:21:58; author: miwi; state: Exp; lines: +1 -1 - Update to 1.4.5 PR: ports/105158 Submitted by: Jarrod Sayers (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
v. 1.57 date: 2006/11/01 10:39:07; author: miwi; state: Exp; lines: +3 -6 - Update to 104872 PR: ports/104872 Submitted by: Jarrod Sayers (maintainer)
v. 1.56 date: 2006/05/15 13:07:20; author: pav; state: Exp; lines: +53 -41 Update to Nagios Plugins 1.4.3: - Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers (maintainer)
v. 1.55 date: 2006/05/11 22:49:40; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with N
v. 1.54 date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.53 date: 2005/10/24 02:27:16; author: mnag; state: Exp; lines: +2 -1 USE_GETTEXT dependency Bump PORTREVISION PR: 87757 Notified by: Markus Dolze Submitted by: Jarrod (maintainer)
v. 1.52 date: 2005/10/16 10:33:35; author: clement; state: Exp; lines: +1 -1 - Give maintainership to Jarrod
v. 1.51 date: 2005/10/15 12:57:28; author: mnag; state: Exp; lines: +1 -1 Fix IPV6 OPTIONS able to compile in BATCH mode.
v. 1.50 date: 2005/10/15 11:45:50; author: sem; state: Exp; lines: +10 -2 - Add a knob to turn off IPv6 support - Fix compilation problem with check_snmp on 4.x - Reset maintainer PR: ports/86972 Offered by: Alex Samorukov Submitted by: Blaz Zupan (maintainer)
v. 1.49 date: 2005/09/30 08:25:47; author: vsevolod; state: Exp; lines: +1 -2 - Update to 1.4.2 PR: 86697 Submitted by: Blaz Zupan (maintainer)
v. 1.48 date: 2005/09/02 12:55:54; author: sem; state: Exp; lines: +4 -1 - One more patch to fix things from my last commit - Bump PORTREVISION Submitted by: maintainer
v. 1.47 date: 2005/09/01 08:24:47; author: demon; state: Exp; lines: +1 -1 Fix radiusclient shlib name. This change was present in ports/84506, but was not committed by some reason.
v. 1.46 date: 2005/08/31 12:31:36; author: sem; state: Exp; lines: +1 -2 - Update to 1.4.1 PR: ports/84506 Submitted by: maintainer
v. 1.45 date: 2005/06/20 05:48:16; author: demon; state: Exp; lines: +1 -1 Fix check_nagios plugin to work with nagios-2.x. The format of status file changed a lot since nagios-1.x, so we just check that mtime is fresh enough. Reviewed by: maintainer
v. 1.44 date: 2005/06/05 11:39:43; author: sem; state: Exp; lines: +1 -1 - Fix check_procs plugin PR: ports/81548 Submitted by: Martin Matuska Approved by: maintainer
v. 1.43 date: 2005/02/27 18:41:40; author: sem; state: Exp; lines: +1 -0 - Fix support for MySQL >= 4.1. Submitted by: Gerrit Beine - Hardcode path to swapinfo, although the configure script works on normal FreeBSD systems, it fails on pointyhat because it does not have swapinfo PR: ports/78147 Submitted by: maintainer
v. 1.42 date: 2005/02/12 19:20:48; author: sem; state: Exp; lines: +1 -0 - PORTEPOCH bump because of portupgrade disagrees with pkg_version -t on version comparing. Submitted by: maintainer
v. 1.41 date: 2005/02/12 16:37:30; author: sem; state: Exp; lines: +1 -2 - Update to 1.4 PR: ports/76854 (followup) Submitted by: maintainer
v. 1.40 date: 2005/02/11 21:24:20; author: sem; state: Exp; lines: +11 -3 - Update to 1.4.0 beta1 - Hardcoding LC_NUMERIC to "C". It fix working some plugins on systems with other locale. PR: ports/76854 Submitted by: maintainer
v. 1.39 date: 2005/01/31 00:35:51; author: girgen; state: Exp; lines: +1 -2 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.38 date: 2004/12/26 18:31:43; author: krion; state: Exp; lines: +1 -0 Fix plist. PR: ports/75514 Submitted by: maintainer
v. 1.37 date: 2004/12/22 08:50:07; author: arved; state: Exp; lines: +3 -3 update the port to 1.4.0.alpha3 and fix check_procs. PR: 75061 Submitted by: maintainer
v. 1.36 date: 2004/12/04 17:23:31; author: arved; state: Exp; lines: +2 -3 - update nagios-plugins to 1.4.0 alpha2 - fix check_ntp - fix compile with LDAP enabled PR: 74667 Submitted by: Blaz Zupan
v. 1.35 date: 2004/12/02 14:09:53; author: arved; state: Exp; lines: +1 -0 Add the missing patch files from the last commit. Noticed by: maintainer Forgotten by: arved
v. 1.34 date: 2004/12/01 22:19:43; author: arved; state: Exp; lines: +5 -5 Update nagios-plugins port to 1.4.0.alpha1. Fix compilation with radiusclient 0.4.7. PR: 74446 Submitted by: Blaz Zupan
v. 1.33 date: 2004/11/21 00:40:27; author: linimon; state: Exp; lines: +0 -4 Kris reports that the build failure was a local problem on pointyhat.
v. 1.32 date: 2004/11/18 22:47:44; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.x: Does not compile
v. 1.31 date: 2004/11/15 23:04:10; author: pav; state: Exp; lines: +1 -1 - Chase radiusclient shlib version bump PR: ports/73952 Submitted by: Bourne-again Superuser Forgotten by: sobomax
v. 1.30 date: 2004/08/11 20:45:51; author: sem; state: Exp; lines: +1 -1 Fix check_ircd which fails due to perl taint checks if you have CDPATH set in your environment. PR: ports/70320 Submitted by: Martin Tsachev Approved by: maintainer
v. 1.29 date: 2004/07/26 18:15:21; author: ade; state: Exp; lines: +75 -14 * Replace scripts/configure with OPTIONS [1] * Add patch that fixes truncation of SSL certificate expiry date [1] * Don't remove libexec/nagios unless it's empty [2] Submitted by: ade [1], bms [2] Approved by: maintainer
v. 1.28 date: 2004/06/04 17:29:29; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.27 date: 2004/05/01 11:56:15; author: eik; state: Exp; lines: +2 -2 use USE_OPENLDAP. Submitted by: Blaz Zupan (maintainer)
v. 1.26 date: 2004/04/17 22:24:55; author: pav; state: Exp; lines: +1 -1 - Fix parameters passed to /bin/ps which is used by check_procs and check_nagios - Port change: support environment value NAGIOS_PLUGINS_OPTIONS which can be used to preselect compile options PR: ports/65144 Submitted by: Blaz Zupan (maintainer)
v. 1.25 date: 2004/03/14 06:17:10; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.24 date: 2004/03/12 12:42:33; author: krion; state: Exp; lines: +1 -1 - Fix dependencies PR: ports/64147 Submitted by: maintainer
v. 1.23 date: 2004/02/23 04:42:03; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.22 date: 2004/02/04 05:08:14; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.21 date: 2003/08/03 08:16:59; author: kuriyama; state: Exp; lines: +5 -1 o Update to 1.3.1. o Fix compilation with only MySQL plugin. o Add MySQL 4.0/4.1 support. PR: ports/54433 Submitted by: Blaz Zupan (maintainer)
v. 1.20 date: 2003/04/07 01:13:01; author: edwin; state: Exp; lines: +3 -4 MAINTAINER UPDATE: net/nagios-plugins Update nagios-plugins to 1.3.0. Remove unneeded patch files/patch-check_mysql.c Move nagios workfile directory from /usr/local/var/nagios to /var/spool/nagios. /usr/local is read-only on some NFS booted systems. PR: ports/48987 Submitted by: Blaz Zupan
v. 1.19 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.18 date: 2003/01/03 19:08:00; author: petef; state: Exp; lines: +4 -4 Update to 1.3.0.b2. Submitted by: maintainer
v. 1.17 date: 2002/07/22 01:03:41; author: kuriyama; state: Exp; lines: +14 -13 Add nagios-plugins after repocopy from netsaint-plugins. Submitted by: Blaz Zupan Repocopied by: joe
v. 1.16 date: 2002/06/24 01:59:54; author: kuriyama; state: Exp; lines: +1 -0 Bump PORTREVISION. check_snmp calls snmpget without '-c' parameter, which is mandatory with NetSNMP 5.x. Add '-c' to the command line to make it work with both NetSNMP 4.x and 5.x. check_by_ssh dumps core with called without -C, also usage help output does not document -C and -v. check_ssh plugin incorrectly parses the SSH banner. check_ntp does not work with NTP v2. Add -n option to be able to select NTP version. Submitted by: David Douthitt , Jens Trzaska (check_snmp) via maintainer
v. 1.15 date: 2002/03/25 09:19:19; author: sobomax; state: Exp; lines: +1 -0 Add USE_SUBMAKE, where it might be necessary.
v. 1.14 date: 2001/12/18 13:20:26; author: kuriyama; state: Exp; lines: +2 -1 Use $MASTER_SITE_SOURCEFORGE. Approved by: maintainer
v. 1.13 date: 2001/12/17 23:29:42; author: kuriyama; state: Exp; lines: +2 -0 Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR.
v. 1.12 date: 2001/12/16 17:33:04; author: dwcjr; state: Exp; lines: +2 -2 Update netsaint to 0.0.7b8 backs out v. 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
v. 1.11 date: 2001/05/17 06:02:15; author: ijliao; state: Exp; lines: +4 -8 upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
v. 1.10 date: 2001/04/16 11:42:06; author: dirk; state: Exp; lines: +9 -40 - Enable OpenLDAP and PostgreSQL support. - Enable option selection using nice menu interface. PR: ports/26611 Submitted by: Blaz Zupan (maintainer)
v. 1.9 date: 2001/04/10 09:32:37; author: dirk; state: Exp; lines: +2 -1 Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc). Approved by: maintainer
v. 1.8 date: 2001/04/03 22:29:43; author: mharo; state: Exp; lines: +2 -2 portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined.
v. 1.7 date: 2001/04/03 21:43:28; author: mharo; state: Exp; lines: +6 -7 Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as netsaint port depends on us and this creates a circular dependency. Instead create the netsaint user/group ourselves (which is the only reason for the netsaint dependency). PR: 26327 Submitted by: maintainer
v. 1.6 date: 2001/03/30 19:08:16; author: dirk; state: Exp; lines: +45 -9 - upgrade to 1.2.9.2 - Blaz Zupan is the new maintainer - add radius and mysql support PR: ports/25883 Submitted by: Blaz Zupan
v. 1.5 date: 2001/03/29 14:37:28; author: dirk; state: Exp; lines: +3 -2 Netsaint-plugins needs automake to build.
v. 1.4 date: 2001/03/14 11:59:02; author: roam; state: Exp; lines: +3 -3 Update to 1.2.9.1. PR: 25484 Submitted by: George Reid
v. 1.3 date: 2001/01/12 23:10:58; author: mharo; state: Exp; lines: +2 -2 distfile moved
v. 1.2 date: 2001/01/09 00:06:24; author: will; state: Exp; lines: +2 -2 Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
v. 1.1 date: 2000/07/12 18:57:25; author: will; state: Exp; Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint. Patches submitted by: Jim Sloan , to whom I am extremely grateful! Thanks! =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm