aboutsummaryrefslogtreecommitdiff
path: root/net/dhcping
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-14 02:12:51 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-14 02:12:51 +0000
commitc46d97e4c5312dbaaaf44d304d1a6efa0583c58e (patch)
tree84c0e86ec757d3beebb94ed97dc527ce741a8b53 /net/dhcping
parent1b94ef5be2c678e94b9be754adaa85cc2bae2f45 (diff)
downloadports-c46d97e4c5312dbaaaf44d304d1a6efa0583c58e.tar.gz
ports-c46d97e4c5312dbaaaf44d304d1a6efa0583c58e.zip
Notes
Diffstat (limited to 'net/dhcping')
-rw-r--r--net/dhcping/Makefile21
-rw-r--r--net/dhcping/distinfo1
-rw-r--r--net/dhcping/pkg-comment1
-rw-r--r--net/dhcping/pkg-descr7
-rw-r--r--net/dhcping/pkg-plist1
5 files changed, 31 insertions, 0 deletions
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 <bsd.port.mk>
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