diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile new file mode 100644 index 00000000000..481de889097 --- /dev/null +++ b/net/dhcping/Makefile @@ -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 + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= gnu + +.include diff --git a/net/dhcping/distinfo b/net/dhcping/distinfo new file mode 100644 index 00000000000..549ae39eb05 --- /dev/null +++ b/net/dhcping/distinfo @@ -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 diff --git a/net/dhcping/pkg/DESCR b/net/dhcping/pkg/DESCR new file mode 100644 index 00000000000..15061a0d69a --- /dev/null +++ b/net/dhcping/pkg/DESCR @@ -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} diff --git a/net/dhcping/pkg/PLIST b/net/dhcping/pkg/PLIST new file mode 100644 index 00000000000..0676fd78c6f --- /dev/null +++ b/net/dhcping/pkg/PLIST @@ -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