1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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
This commit is contained in:
Sergey Matveychuk 2006-05-06 16:45:32 +00:00
parent f40e498bac
commit 3e4d654e2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161502
4 changed files with 31 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += arla SUBDIR += arla
SUBDIR += arp-sk SUBDIR += arp-sk
SUBDIR += arpd SUBDIR += arpd
SUBDIR += arpdig
SUBDIR += arping SUBDIR += arping
SUBDIR += arprelease SUBDIR += arprelease
#XXX move to net-mgmt #XXX move to net-mgmt

21
net/arpdig/Makefile Normal file
View File

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

4
net/arpdig/distinfo Normal file
View File

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

5
net/arpdig/pkg-descr Normal file
View File

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