diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-30 17:26:38 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-30 17:26:38 +0000 |
commit | 06e1f7a52c35b90b097b939eb0a62e8ebb0b71f5 (patch) | |
tree | 3b51904e136a6809cdcb4d0bf6b0564fe823d0d5 /net/icmpquery | |
parent | efbe8c7e8577f97cd770127e7812227310f6729a (diff) | |
download | FreeBSD-ports-06e1f7a52c35b90b097b939eb0a62e8ebb0b71f5.zip FreeBSD-ports-06e1f7a52c35b90b097b939eb0a62e8ebb0b71f5.tar.gz |
Small utility for finding out time & netmask through ICMP.
PR: ports/9366
Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Diffstat (limited to 'net/icmpquery')
-rw-r--r-- | net/icmpquery/Makefile | 29 | ||||
-rw-r--r-- | net/icmpquery/distinfo | 1 | ||||
-rw-r--r-- | net/icmpquery/files/Makefile | 9 | ||||
-rw-r--r-- | net/icmpquery/pkg-comment | 1 | ||||
-rw-r--r-- | net/icmpquery/pkg-descr | 3 | ||||
-rw-r--r-- | net/icmpquery/pkg-plist | 1 |
6 files changed, 44 insertions, 0 deletions
diff --git a/net/icmpquery/Makefile b/net/icmpquery/Makefile new file mode 100644 index 0000000..8937490 --- /dev/null +++ b/net/icmpquery/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: icmpquery +# Version required: 1.0.3 +# Date created: Jan 7 1999 +# Whom: dom@myrddin.demon.co.uk +# +# $Id$ +# + +DISTNAME= icmpquery +PKGNAME= icmpquery-1.0.3 +CATEGORIES= net +MASTER_SITES= http://www.angio.net/security/ +EXTRACT_SUFX= .c + +MAINTAINER= dom@myrddin.demon.co.uk + +NO_WRKSUBDIR= YES +ALL_TARGET= icmpquery + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + @${CP} ${FILESDIR}/Makefile ${WRKDIR} + +do-install: + @${INSTALL_PROGRAM} ${WRKDIR}/icmpquery ${PREFIX}/bin + @chmod u+s ${PREFIX}/bin/icmpquery + +.include <bsd.port.mk> diff --git a/net/icmpquery/distinfo b/net/icmpquery/distinfo new file mode 100644 index 0000000..60f3f4e --- /dev/null +++ b/net/icmpquery/distinfo @@ -0,0 +1 @@ +MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b diff --git a/net/icmpquery/files/Makefile b/net/icmpquery/files/Makefile new file mode 100644 index 0000000..2a6d561 --- /dev/null +++ b/net/icmpquery/files/Makefile @@ -0,0 +1,9 @@ +# +# Small Makefile for icmpquery. +# +# $Id$ +# + +PROG=icmpquery + +.include <bsd.prog.mk> diff --git a/net/icmpquery/pkg-comment b/net/icmpquery/pkg-comment new file mode 100644 index 0000000..16f1fbc --- /dev/null +++ b/net/icmpquery/pkg-comment @@ -0,0 +1 @@ +Small utility for finding out time & netmask through ICMP. diff --git a/net/icmpquery/pkg-descr b/net/icmpquery/pkg-descr new file mode 100644 index 0000000..abe44fd --- /dev/null +++ b/net/icmpquery/pkg-descr @@ -0,0 +1,3 @@ +A small utility for finding out time & netmask through ICMP. + +Written by David G. Andersen (danderse@cs.utah.edu) diff --git a/net/icmpquery/pkg-plist b/net/icmpquery/pkg-plist new file mode 100644 index 0000000..f7afa54 --- /dev/null +++ b/net/icmpquery/pkg-plist @@ -0,0 +1 @@ +bin/icmpquery |