Add arp-scan from betagarden overlay
authorStefan Huber <shuber@sthu.org>
Tue, 12 Mar 2013 13:14:17 +0000 (14:14 +0100)
committerStefan Huber <shuber@sthu.org>
Tue, 12 Mar 2013 13:14:17 +0000 (14:14 +0100)
net-analyzer/arp-scan/Manifest [new file with mode: 0644]
net-analyzer/arp-scan/arp-scan-1.8.ebuild [new file with mode: 0644]

diff --git a/net-analyzer/arp-scan/Manifest b/net-analyzer/arp-scan/Manifest
new file mode 100644 (file)
index 0000000..b1aa5b8
--- /dev/null
@@ -0,0 +1,2 @@
+DIST arp-scan-1.8.tar.gz 430221 SHA256 3e4d2ddb0634dad07cbe7206349e0eb389e37510883b0735a450adef41df6f26 SHA512 e4991b0b2065f62307831a8e40d6e8563ffc6159e630d4d47ecda638574cafb89b5d8512a675c293f489f131a953abde954326c1a37b4d9ab705662598778fd7 WHIRLPOOL ae2672052fcac7c9fd29f28ee70afdbf5649a94c8861a8369e5fa25ba4c2002fc7db6b37cfcd5457835b5d1ada662bf18d33fc7ebde365555660400486528a01
+EBUILD arp-scan-1.8.ebuild 488 SHA256 bcf146660a455dc33fa49aa9731b4f24749c1f1d10d941ef2f2364e1b666f9ae SHA512 835482a802811308e01c2109679adbca99c5720c55361487144115c44975c55fa6351222c59e5ae9a431a949131b5c7662c553dae9c59b61d17e5b51ba51a017 WHIRLPOOL d4fdc5bfdba48f145029f193aa3abb4a6b5dec613aa64fe2501c979430e7675a42e5a7d6a294adc026390cd0b448ca3e9fbc0c51665a933e6b08589bf426ae29
diff --git a/net-analyzer/arp-scan/arp-scan-1.8.ebuild b/net-analyzer/arp-scan/arp-scan-1.8.ebuild
new file mode 100644 (file)
index 0000000..a976f33
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+DESCRIPTION="ARP scanning and fingerprinting tool"
+HOMEPAGE="http://www.nta-monitor.com/tools/arp-scan/index.html"
+SRC_URI="http://www.nta-monitor.com/tools/${PN}/download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libpcap"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       default
+
+       dodoc NEWS README TODO AUTHORS || die
+}