summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
-rw-r--r--net/Makefile1
-rw-r--r--net/nefu/Makefile32
-rw-r--r--net/nefu/distinfo1
-rw-r--r--net/nefu/pkg-descr6
-rw-r--r--net/nefu/pkg-plist1
9 files changed, 81 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
diff --git a/net/Makefile b/net/Makefile
index 03eb0aab4210..b37317417366 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -341,6 +341,7 @@
SUBDIR += nc6
SUBDIR += ncp
SUBDIR += ncplib
+ SUBDIR += nefu
SUBDIR += nemesis
SUBDIR += net-http
SUBDIR += net-snmp
diff --git a/net/nefu/Makefile b/net/nefu/Makefile
new file mode 100644
index 000000000000..9a8775b912fa
--- /dev/null
+++ b/net/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/nefu/distinfo b/net/nefu/distinfo
new file mode 100644
index 000000000000..e2b9c1bc7cac
--- /dev/null
+++ b/net/nefu/distinfo
@@ -0,0 +1 @@
+MD5 (nefu-0.9.4.tar.gz) = 80cc49405530e4b98ed2731e896fc7da
diff --git a/net/nefu/pkg-descr b/net/nefu/pkg-descr
new file mode 100644
index 000000000000..c2b3b2e8eefe
--- /dev/null
+++ b/net/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/nefu/pkg-plist b/net/nefu/pkg-plist
new file mode 100644
index 000000000000..83edea841964
--- /dev/null
+++ b/net/nefu/pkg-plist
@@ -0,0 +1 @@
+bin/nefu