summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-05-06 16:45:32 +0000
committersem <sem@FreeBSD.org>2006-05-06 16:45:32 +0000
commit86ea2e502e1630c5b1f6b8a49f58c648c24b1d93 (patch)
treebe826643fcd66d178267ad34334769666891cb3b
parent3f0747b39d321e4616cd2d322b9b5b01024f902d (diff)
downloadFreeBSD-ports-86ea2e502e1630c5b1f6b8a49f58c648c24b1d93.zip
FreeBSD-ports-86ea2e502e1630c5b1f6b8a49f58c648c24b1d93.tar.gz
Arpdig is a tool to probe a whole IP address segment or a list of
IP addresses on the LAN via ARP whohas requests, collecting ARP is-at responses and showing the results. PR: ports/96851 Submitted by: marck
-rw-r--r--net/Makefile1
-rw-r--r--net/arpdig/Makefile21
-rw-r--r--net/arpdig/distinfo4
-rw-r--r--net/arpdig/pkg-descr5
4 files changed, 31 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index bcfb69f..b0e65f7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -22,6 +22,7 @@
SUBDIR += arla
SUBDIR += arp-sk
SUBDIR += arpd
+ SUBDIR += arpdig
SUBDIR += arping
SUBDIR += arprelease
#XXX move to net-mgmt
diff --git a/net/arpdig/Makefile b/net/arpdig/Makefile
new file mode 100644
index 0000000..5158dc3
--- /dev/null
+++ b/net/arpdig/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: arpdig
+# Date created: 23 April 2006
+# Whom: marck@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= arpdig
+PORTVERSION= 0.5.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= marck@FreeBSD.org
+COMMENT= ARP Digger utility
+
+PLIST_FILES= bin/arpdig
+MAN1= arpdig.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>
diff --git a/net/arpdig/distinfo b/net/arpdig/distinfo
new file mode 100644
index 0000000..d866fc4
--- /dev/null
+++ b/net/arpdig/distinfo
@@ -0,0 +1,4 @@
+MD5 (arpdig-0.5.1.tar.gz) = 99258c8d4dd8a627ab9c9e04cd089b37
+SHA256 (arpdig-0.5.1.tar.gz) =
+55d0f42e25c96b27f5ea0dde49ec95c93db26fa9aa184e24a885d535f319091a
+SIZE (arpdig-0.5.1.tar.gz) = 7837
diff --git a/net/arpdig/pkg-descr b/net/arpdig/pkg-descr
new file mode 100644
index 0000000..1174da8
--- /dev/null
+++ b/net/arpdig/pkg-descr
@@ -0,0 +1,5 @@
+Arpdig is a tool to probe a whole IP address segment or a list of
+IP addresses on the LAN via ARP whohas requests, collecting ARP is-at
+responses and showing the results.
+
+Dmitry Morozovsky <marck@FreeBSD.org>
OpenPOWER on IntegriCloud