The FreeBSD Ports Archive
FreeBSD net-mgmt : nefu4>
A network monitoring daemon
nefu monitors network services and reports outages. Working
from a discription of the network topography, nefu's algorithm
prevents "false alarms" in the event of a network outage due to
a dependency failure.
http://rsug.itd.umich.edu/software/nefu/
|
nefu history
v. 1.18
date: 2006/11/23 07:20:49; author: miwi; state: Exp; lines: +1 -1
- Update to 1.4.0
v. 1.17
date: 2006/11/08 09:28:28; author: farrokhi; state: Exp; lines: +1 -1
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
v. 1.16
date: 2006/05/24 20:49:52; author: mnag; state: Exp; lines: +1 -1
- Update to 1.3
PR: 97735
Submitted by: maintainer
v. 1.15
date: 2006/02/24 16:26:48; author: krion; state: Exp; lines: +1 -0
Fix build.
Approved by: portmgr (implicit)
v. 1.14
date: 2006/02/23 10:38:36; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2006/02/20 22:24:33; author: ehaupt; state: Exp; lines: +29 -8
- Update to 1.2
- Pass maintainer-ship to submitter
PR: 93446
Submitted by: Babak Farrokhi
v. 1.12
date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -1
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.11
date: 2005/06/03 20:18:05; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.10
date: 2005/04/21 17:44:07; author: krion; state: Exp; lines: +1 -1
Drop maintership.
v. 1.9
date: 2005/04/12 03:26:20; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:03:41; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2004/04/16 14:42:37; author: krion; state: Exp; lines: +0 -1
- Remove USE_SIZE knob
v. 1.6
date: 2004/03/14 06:17:11; 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.5
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.4
date: 2004/02/06 13:12:05; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.3
date: 2004/01/30 14:05:11; author: krion; state: Exp; lines: +1 -0
- SIZEify
v. 1.2
date: 2003/10/29 21:32:28; author: krion; state: Exp; lines: +1 -1
- Update to version 0.9.6
v. 1.1
date: 2003/10/17 19:00:49; author: krion; state: Exp;
Add nefu 0.9.4, a network monitoring daemon.
=============================================================================
v. 1.18
date: 2006/11/23 07:20:49; author: miwi; state: Exp; lines: +1 -1
- Update to 1.4.0
v. 1.17
date: 2006/11/08 09:28:28; author: farrokhi; state: Exp; lines: +1 -1
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
v. 1.16
date: 2006/05/24 20:49:52; author: mnag; state: Exp; lines: +1 -1
- Update to 1.3
PR: 97735
Submitted by: maintainer
v. 1.15
date: 2006/02/24 16:26:48; author: krion; state: Exp; lines: +1 -0
Fix build.
Approved by: portmgr (implicit)
v. 1.14
date: 2006/02/23 10:38:36; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2006/02/20 22:24:33; author: ehaupt; state: Exp; lines: +29 -8
- Update to 1.2
- Pass maintainer-ship to submitter
PR: 93446
Submitted by: Babak Farrokhi
v. 1.12
date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -1
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.11
date: 2005/06/03 20:18:05; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.10
date: 2005/04/21 17:44:07; author: krion; state: Exp; lines: +1 -1
Drop maintership.
v. 1.9
date: 2005/04/12 03:26:20; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:03:41; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2004/04/16 14:42:37; author: krion; state: Exp; lines: +0 -1
- Remove USE_SIZE knob
v. 1.6
date: 2004/03/14 06:17:11; 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.5
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.4
date: 2004/02/06 13:12:05; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.3
date: 2004/01/30 14:05:11; author: krion; state: Exp; lines: +1 -0
- SIZEify
v. 1.2
date: 2003/10/29 21:32:28; author: krion; state: Exp; lines: +1 -1
- Update to version 0.9.6
v. 1.1
date: 2003/10/17 19:00:49; author: krion; state: Exp;
Add nefu 0.9.4, a network monitoring daemon.
=============================================================================
v. 1.18
date: 2006/11/23 07:20:49; author: miwi; state: Exp; lines: +1 -1
- Update to 1.4.0
v. 1.17
date: 2006/11/08 09:28:28; author: farrokhi; state: Exp; lines: +1 -1
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
v. 1.16
date: 2006/05/24 20:49:52; author: mnag; state: Exp; lines: +1 -1
- Update to 1.3
PR: 97735
Submitted by: maintainer
v. 1.15
date: 2006/02/24 16:26:48; author: krion; state: Exp; lines: +1 -0
Fix build.
Approved by: portmgr (implicit)
v. 1.14
date: 2006/02/23 10:38:36; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2006/02/20 22:24:33; author: ehaupt; state: Exp; lines: +29 -8
- Update to 1.2
- Pass maintainer-ship to submitter
PR: 93446
Submitted by: Babak Farrokhi
v. 1.12
date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -1
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.11
date: 2005/06/03 20:18:05; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.10
date: 2005/04/21 17:44:07; author: krion; state: Exp; lines: +1 -1
Drop maintership.
v. 1.9
date: 2005/04/12 03:26:20; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:03:41; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2004/04/16 14:42:37; author: krion; state: Exp; lines: +0 -1
- Remove USE_SIZE knob
v. 1.6
date: 2004/03/14 06:17:11; 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.5
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.4
date: 2004/02/06 13:12:05; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.3
date: 2004/01/30 14:05:11; author: krion; state: Exp; lines: +1 -0
- SIZEify
v. 1.2
date: 2003/10/29 21:32:28; author: krion; state: Exp; lines: +1 -1
- Update to version 0.9.6
v. 1.1
date: 2003/10/17 19:00:49; author: krion; state: Exp;
Add nefu 0.9.4, a network monitoring daemon.
=============================================================================
|
| |

|