diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 14:51:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 14:51:41 +0000 |
commit | 7875912eaf32bc861bf2012a141aad2cdc587de1 (patch) | |
tree | cc130776cb9104b2950713fe34e7215bf68c82b4 /net/arp-scan | |
parent | 47ee9228fd5508528cf7ba3c1db99d7323c4bd41 (diff) | |
download | ports-7875912eaf32bc861bf2012a141aad2cdc587de1.tar.gz ports-7875912eaf32bc861bf2012a141aad2cdc587de1.zip |
Notes
Diffstat (limited to 'net/arp-scan')
-rw-r--r-- | net/arp-scan/Makefile | 22 | ||||
-rw-r--r-- | net/arp-scan/distinfo | 3 | ||||
-rw-r--r-- | net/arp-scan/pkg-descr | 6 | ||||
-rw-r--r-- | net/arp-scan/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile new file mode 100644 index 000000000000..06a5317b2c13 --- /dev/null +++ b/net/arp-scan/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: arp-scan +# Date created: 09 Oct 2008 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= arp-scan +PORTVERSION= 1.7 +CATEGORIES= net +MASTER_SITES= http://www.nta-monitor.com/tools/${PORTNAME}/download/ + +MAINTAINER= wenheping@gmail.com +COMMENT= ARP Scanning and Fingerprinting Tool + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +MAN1= arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1 +MAN5= mac-vendor.5 + +.include <bsd.port.mk> diff --git a/net/arp-scan/distinfo b/net/arp-scan/distinfo new file mode 100644 index 000000000000..297a90c5984b --- /dev/null +++ b/net/arp-scan/distinfo @@ -0,0 +1,3 @@ +MD5 (arp-scan-1.7.tar.gz) = a9927dba2b1dbdfd1c3b3bb09615fc14 +SHA256 (arp-scan-1.7.tar.gz) = f50e2f3a2ec6cfe4e4d15a6de0cfb5c707b7e703687800deb35456f914492ee4 +SIZE (arp-scan-1.7.tar.gz) = 344771 diff --git a/net/arp-scan/pkg-descr b/net/arp-scan/pkg-descr new file mode 100644 index 000000000000..ef55989e66d3 --- /dev/null +++ b/net/arp-scan/pkg-descr @@ -0,0 +1,6 @@ +arp-scan is a command-line tool that uses the ARP +protocol to discover and fingerprint IP hosts on +the local network. It is available for Linux and +BSD under the GPL licence. + +WWW: http://www.nta-monitor.com/tools/arp-scan/ diff --git a/net/arp-scan/pkg-plist b/net/arp-scan/pkg-plist new file mode 100644 index 000000000000..e059ab3fc2cb --- /dev/null +++ b/net/arp-scan/pkg-plist @@ -0,0 +1,8 @@ +bin/arp-scan +bin/get-oui +bin/get-iab +bin/arp-fingerprint +%%DATADIR%%/ieee-oui.txt +%%DATADIR%%/ieee-iab.txt +%%DATADIR%%/mac-vendor.txt +@dirrm %%DATADIR%% |