Small utility for finding out time & netmask through ICMP.

PR:		ports/9366
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
This commit is contained in:
Satoshi Taoka 1999-03-30 17:26:38 +00:00
parent 6f79c9c567
commit d3773c0797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17455
12 changed files with 88 additions and 0 deletions

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b

View file

@ -0,0 +1,9 @@
#
# Small Makefile for icmpquery.
#
# $Id$
#
PROG=icmpquery
.include <bsd.prog.mk>

View file

@ -0,0 +1 @@
Small utility for finding out time & netmask through ICMP.

View file

@ -0,0 +1,3 @@
A small utility for finding out time & netmask through ICMP.
Written by David G. Andersen (danderse@cs.utah.edu)

View file

@ -0,0 +1 @@
bin/icmpquery

29
net/icmpquery/Makefile Normal file
View file

@ -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>

1
net/icmpquery/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b

View file

@ -0,0 +1,9 @@
#
# Small Makefile for icmpquery.
#
# $Id$
#
PROG=icmpquery
.include <bsd.prog.mk>

View file

@ -0,0 +1 @@
Small utility for finding out time & netmask through ICMP.

3
net/icmpquery/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
A small utility for finding out time & netmask through ICMP.
Written by David G. Andersen (danderse@cs.utah.edu)

1
net/icmpquery/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/icmpquery