summaryrefslogtreecommitdiff
path: root/net-mgmt/icmpquery
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-30 17:26:38 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-30 17:26:38 +0000
commitd3773c0797762c5387b039ca4777de6faa269d80 (patch)
tree331c23c3e4b78b996591932c8dbc3a57ef440675 /net-mgmt/icmpquery
parentUpdated to version 0.8.6 after I modified several problems (diff)
Small utility for finding out time & netmask through ICMP.
PR: ports/9366 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Notes
Notes: svn path=/head/; revision=17455
Diffstat (limited to 'net-mgmt/icmpquery')
-rw-r--r--net-mgmt/icmpquery/Makefile29
-rw-r--r--net-mgmt/icmpquery/distinfo1
-rw-r--r--net-mgmt/icmpquery/files/Makefile9
-rw-r--r--net-mgmt/icmpquery/pkg-comment1
-rw-r--r--net-mgmt/icmpquery/pkg-descr3
-rw-r--r--net-mgmt/icmpquery/pkg-plist1
6 files changed, 44 insertions, 0 deletions
diff --git a/net-mgmt/icmpquery/Makefile b/net-mgmt/icmpquery/Makefile
new file mode 100644
index 000000000000..8937490c1b58
--- /dev/null
+++ b/net-mgmt/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-mgmt/icmpquery/distinfo b/net-mgmt/icmpquery/distinfo
new file mode 100644
index 000000000000..60f3f4efdbb7
--- /dev/null
+++ b/net-mgmt/icmpquery/distinfo
@@ -0,0 +1 @@
+MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b
diff --git a/net-mgmt/icmpquery/files/Makefile b/net-mgmt/icmpquery/files/Makefile
new file mode 100644
index 000000000000..2a6d561d5628
--- /dev/null
+++ b/net-mgmt/icmpquery/files/Makefile
@@ -0,0 +1,9 @@
+#
+# Small Makefile for icmpquery.
+#
+# $Id$
+#
+
+PROG=icmpquery
+
+.include <bsd.prog.mk>
diff --git a/net-mgmt/icmpquery/pkg-comment b/net-mgmt/icmpquery/pkg-comment
new file mode 100644
index 000000000000..16f1fbc94b70
--- /dev/null
+++ b/net-mgmt/icmpquery/pkg-comment
@@ -0,0 +1 @@
+Small utility for finding out time & netmask through ICMP.
diff --git a/net-mgmt/icmpquery/pkg-descr b/net-mgmt/icmpquery/pkg-descr
new file mode 100644
index 000000000000..abe44fd5ba54
--- /dev/null
+++ b/net-mgmt/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-mgmt/icmpquery/pkg-plist b/net-mgmt/icmpquery/pkg-plist
new file mode 100644
index 000000000000..f7afa54c2f39
--- /dev/null
+++ b/net-mgmt/icmpquery/pkg-plist
@@ -0,0 +1 @@
+bin/icmpquery