summaryrefslogtreecommitdiff
path: root/net-mgmt/icmpmonitor
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-08-02 15:35:49 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-08-02 15:35:49 +0000
commit8e81ce8404320b581174043911e48a3afa394110 (patch)
tree60b30ab6f3bbdc22cf9470321ace0a2648d15343 /net-mgmt/icmpmonitor
parentAdd arprelease 1.0, a Libnet tool to flush arp cache entries from (diff)
Add icmpmonitor 1.1, a multiple host icmp monitoring tool.
Notes
Notes: svn path=/head/; revision=45741
Diffstat (limited to 'net-mgmt/icmpmonitor')
-rw-r--r--net-mgmt/icmpmonitor/Makefile22
-rw-r--r--net-mgmt/icmpmonitor/distinfo1
-rw-r--r--net-mgmt/icmpmonitor/pkg-comment1
-rw-r--r--net-mgmt/icmpmonitor/pkg-descr5
-rw-r--r--net-mgmt/icmpmonitor/pkg-plist1
5 files changed, 30 insertions, 0 deletions
diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile
new file mode 100644
index 000000000000..be42b8e60a33
--- /dev/null
+++ b/net-mgmt/icmpmonitor/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: icmpmonitor
+# Date created: 31 Jul 2001
+# Whom: nbm
+#
+# $FreeBSD$
+#
+
+PORTNAME= icmpmonitor
+PORTVERSION= 1.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= icmpmonitor
+
+MAINTAINER= nbm@FreeBSD.org
+
+GNU_CONFIGURE= YES
+
+WRKSRC= ${WRKDIR}/icmpmonitor
+
+MAN1= icmpmonitor.1
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/icmpmonitor/distinfo b/net-mgmt/icmpmonitor/distinfo
new file mode 100644
index 000000000000..137b2e92364b
--- /dev/null
+++ b/net-mgmt/icmpmonitor/distinfo
@@ -0,0 +1 @@
+MD5 (icmpmonitor-1.1.tar.gz) = f7902666a76f77b5f1b9a36f7dc0980c
diff --git a/net-mgmt/icmpmonitor/pkg-comment b/net-mgmt/icmpmonitor/pkg-comment
new file mode 100644
index 000000000000..33df4a660529
--- /dev/null
+++ b/net-mgmt/icmpmonitor/pkg-comment
@@ -0,0 +1 @@
+A multiple host icmp monitoring tool
diff --git a/net-mgmt/icmpmonitor/pkg-descr b/net-mgmt/icmpmonitor/pkg-descr
new file mode 100644
index 000000000000..d1153f81930e
--- /dev/null
+++ b/net-mgmt/icmpmonitor/pkg-descr
@@ -0,0 +1,5 @@
+The icmpmonitor uses the Internet Control Message Protocol (ICMP) "ECHO"
+facility, monitors several hosts, and notify admin if some of them are
+down.
+
+WWW: http://www.crocodile.org/software.html
diff --git a/net-mgmt/icmpmonitor/pkg-plist b/net-mgmt/icmpmonitor/pkg-plist
new file mode 100644
index 000000000000..c0345cd700e0
--- /dev/null
+++ b/net-mgmt/icmpmonitor/pkg-plist
@@ -0,0 +1 @@
+bin/icmpmonitor