Import of dhcping-1.2

Small tool that lets you perform a dhcp-request to find out if a dhcp-server
is still running.

Maintainer: Margarida Sequeira <niness@devilness.org>
This commit is contained in:
pvalchev 2002-08-04 18:46:50 +00:00
parent 85b478d723
commit e247450cfe
4 changed files with 30 additions and 0 deletions

20
net/dhcping/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/04 18:46:50 pvalchev Exp $
COMMENT= "dhcp daemon ping program"
CATEGORIES= net
DISTNAME= dhcping-1.2
MASTER_SITES= http://www.mavetju.org/download/
HOMEPAGE= http://www.mavetju.org/unix/general.php
MAINTAINER= Margarida Sequeira <niness@devilness.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
net/dhcping/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (dhcping-1.2.tar.gz) = c4b22bbf3446c8567e371c40aa552d5d
RMD160 (dhcping-1.2.tar.gz) = f27031aae58a902026f76fef72c5c8c52c853112
SHA1 (dhcping-1.2.tar.gz) = 97927886adc1e5b3a67c55f9010a918e2e880f1e

4
net/dhcping/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
Small tool that lets you perform a dhcp-request to find out if a dhcp-server
is still running.
WWW: ${HOMEPAGE}

3
net/dhcping/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/08/04 18:46:50 pvalchev Exp $
bin/dhcping
man/man8/dhcping.8