diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-08-02 15:35:49 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-08-02 15:35:49 +0000 |
commit | 8e81ce8404320b581174043911e48a3afa394110 (patch) | |
tree | 60b30ab6f3bbdc22cf9470321ace0a2648d15343 /net-mgmt/icmpmonitor | |
parent | 613aec541b515f716552e1f7d31d0ad12c868e92 (diff) | |
download | ports-8e81ce8404320b581174043911e48a3afa394110.tar.gz ports-8e81ce8404320b581174043911e48a3afa394110.zip |
Notes
Diffstat (limited to 'net-mgmt/icmpmonitor')
-rw-r--r-- | net-mgmt/icmpmonitor/Makefile | 22 | ||||
-rw-r--r-- | net-mgmt/icmpmonitor/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/icmpmonitor/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/icmpmonitor/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/icmpmonitor/pkg-plist | 1 |
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 |