From c46d97e4c5312dbaaaf44d304d1a6efa0583c58e Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 14 Mar 2001 02:12:51 +0000 Subject: [PATCH] Add dhcping 1.0, a program to send DHCP request to DHCP server for monitoring purposes. PR: 25480 Submitted by: Edwin Groothuis (edwin@mavetju.org) --- net/Makefile | 1 + net/dhcping/Makefile | 21 +++++++++++++++++++++ net/dhcping/distinfo | 1 + net/dhcping/pkg-comment | 1 + net/dhcping/pkg-descr | 7 +++++++ net/dhcping/pkg-plist | 1 + 6 files changed, 32 insertions(+) create mode 100644 net/dhcping/Makefile create mode 100644 net/dhcping/distinfo create mode 100644 net/dhcping/pkg-comment create mode 100644 net/dhcping/pkg-descr create mode 100644 net/dhcping/pkg-plist diff --git a/net/Makefile b/net/Makefile index 5a1eaffb917b..cd0df6744767 100644 --- a/net/Makefile +++ b/net/Makefile @@ -62,6 +62,7 @@ SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dgd-net + SUBDIR += dhcping SUBDIR += dhid SUBDIR += dhcpconf SUBDIR += dhisd diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile new file mode 100644 index 000000000000..5d4cb7c088c2 --- /dev/null +++ b/net/dhcping/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: dhcping +# Date created: 1 March 2001 +# Whom: Edwin Groothuis (edwin@mavetju.org) +# +# $FreeBSD$ +# + +PORTNAME= dhcping +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://www.mavetju.org/download/ + +MAINTAINER= edwin@mavetju.org + +MAN8= dhcping.8 + +pre-build: + ${PERL} -pi.orig -e "s@gcc@${CC}@g; \ + s@-Wall -g@-Wall ${CFLAGS}@g" ${WRKSRC}/Makefile + +.include diff --git a/net/dhcping/distinfo b/net/dhcping/distinfo new file mode 100644 index 000000000000..5254c87daeba --- /dev/null +++ b/net/dhcping/distinfo @@ -0,0 +1 @@ +MD5 (dhcping-1.0.tar.gz) = 1544d0cfb1d9d3186a2b0ce50128534c diff --git a/net/dhcping/pkg-comment b/net/dhcping/pkg-comment new file mode 100644 index 000000000000..d1ce212d2029 --- /dev/null +++ b/net/dhcping/pkg-comment @@ -0,0 +1 @@ +Send DHCP request to DHCP server for monitoring purposes diff --git a/net/dhcping/pkg-descr b/net/dhcping/pkg-descr new file mode 100644 index 000000000000..519a89ebe70e --- /dev/null +++ b/net/dhcping/pkg-descr @@ -0,0 +1,7 @@ +This program allows a system administrator to check if a remote +DHCP server is still functioning. + +WWW: http://www.mavetju.org + +- Edwin Groothuis +edwin@mavetju.org diff --git a/net/dhcping/pkg-plist b/net/dhcping/pkg-plist new file mode 100644 index 000000000000..fa1d789573ac --- /dev/null +++ b/net/dhcping/pkg-plist @@ -0,0 +1 @@ +bin/dhcping