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:
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
29
net-mgmt/icmpquery/Makefile
Normal file
29
net-mgmt/icmpquery/Makefile
Normal 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-mgmt/icmpquery/distinfo
Normal file
1
net-mgmt/icmpquery/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b
|
9
net-mgmt/icmpquery/files/Makefile
Normal file
9
net-mgmt/icmpquery/files/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# Small Makefile for icmpquery.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PROG=icmpquery
|
||||
|
||||
.include <bsd.prog.mk>
|
1
net-mgmt/icmpquery/pkg-comment
Normal file
1
net-mgmt/icmpquery/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Small utility for finding out time & netmask through ICMP.
|
3
net-mgmt/icmpquery/pkg-descr
Normal file
3
net-mgmt/icmpquery/pkg-descr
Normal 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-mgmt/icmpquery/pkg-plist
Normal file
1
net-mgmt/icmpquery/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/icmpquery
|
29
net/icmpquery/Makefile
Normal file
29
net/icmpquery/Makefile
Normal 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
1
net/icmpquery/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b
|
9
net/icmpquery/files/Makefile
Normal file
9
net/icmpquery/files/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# Small Makefile for icmpquery.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PROG=icmpquery
|
||||
|
||||
.include <bsd.prog.mk>
|
1
net/icmpquery/pkg-comment
Normal file
1
net/icmpquery/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Small utility for finding out time & netmask through ICMP.
|
3
net/icmpquery/pkg-descr
Normal file
3
net/icmpquery/pkg-descr
Normal 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
1
net/icmpquery/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/icmpquery
|
Loading…
Reference in a new issue