summaryrefslogtreecommitdiff
path: root/net-mgmt/nefu
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-17 19:00:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-17 19:00:49 +0000
commit22a7a1b67ff1cf452a39cb3d991e5372920bc84d (patch)
tree2a62eddf44eb1d9857835b6281f1cbe5ae05a909 /net-mgmt/nefu
parentUpdate to 0.3.2 (diff)
Add nefu 0.9.4, a network monitoring daemon.
Notes
Notes: svn path=/head/; revision=91524
Diffstat (limited to 'net-mgmt/nefu')
-rw-r--r--net-mgmt/nefu/Makefile32
-rw-r--r--net-mgmt/nefu/distinfo1
-rw-r--r--net-mgmt/nefu/pkg-descr6
-rw-r--r--net-mgmt/nefu/pkg-plist1
4 files changed, 40 insertions, 0 deletions
diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile
new file mode 100644
index 000000000000..9a8775b912fa
--- /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 000000000000..e2b9c1bc7cac
--- /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 000000000000..c2b3b2e8eefe
--- /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 000000000000..83edea841964
--- /dev/null
+++ b/net-mgmt/nefu/pkg-plist
@@ -0,0 +1 @@
+bin/nefu