diff options
author | krion <krion@FreeBSD.org> | 2003-10-17 19:00:49 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-17 19:00:49 +0000 |
commit | cd6cdf881e355b31769297745f79b3ea600ffd24 (patch) | |
tree | 7ab77e6c448e582e42d26ec6849a28e5c722f381 /net-mgmt/nefu | |
parent | 9d4cc6a5b3796573b9b7e7816de0883760e105c4 (diff) | |
download | FreeBSD-ports-cd6cdf881e355b31769297745f79b3ea600ffd24.zip FreeBSD-ports-cd6cdf881e355b31769297745f79b3ea600ffd24.tar.gz |
Add nefu 0.9.4, a network monitoring daemon.
Diffstat (limited to 'net-mgmt/nefu')
-rw-r--r-- | net-mgmt/nefu/Makefile | 32 | ||||
-rw-r--r-- | net-mgmt/nefu/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/nefu/pkg-descr | 6 | ||||
-rw-r--r-- | net-mgmt/nefu/pkg-plist | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile new file mode 100644 index 0000000..9a8775b --- /dev/null +++ b/net-mgmt/nefu/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: nefu +# Date created: 17.10.2003 +# Whom: Kirill Ponomarew <krion@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nefu +PORTVERSION= 0.9.4 +CATEGORIES= net +MASTER_SITES= http://rsug.itd.umich.edu/software/nefu/files/ + +MAINTAINER= krion@FreeBSD.org +COMMENT= A network monitoring daemon + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-html +USE_OPENSSL= yes +USE_LIBTOOL= yes + +MAN1= nefu.1 +MAN4= nefu.conf.4 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/nefu.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nefu.conf.4 ${PREFIX}/man/man4 + +.include <bsd.port.mk> diff --git a/net-mgmt/nefu/distinfo b/net-mgmt/nefu/distinfo new file mode 100644 index 0000000..e2b9c1b --- /dev/null +++ b/net-mgmt/nefu/distinfo @@ -0,0 +1 @@ +MD5 (nefu-0.9.4.tar.gz) = 80cc49405530e4b98ed2731e896fc7da diff --git a/net-mgmt/nefu/pkg-descr b/net-mgmt/nefu/pkg-descr new file mode 100644 index 0000000..c2b3b2e --- /dev/null +++ b/net-mgmt/nefu/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://rsug.itd.umich.edu/software/nefu/ diff --git a/net-mgmt/nefu/pkg-plist b/net-mgmt/nefu/pkg-plist new file mode 100644 index 0000000..83edea8 --- /dev/null +++ b/net-mgmt/nefu/pkg-plist @@ -0,0 +1 @@ +bin/nefu |