summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Marco Randazzo (zeld) <zeld@freaknet.org>2008-09-15 10:27:04 +0000
committerGiuseppe Marco Randazzo (zeld) <zeld@freaknet.org>2008-09-15 10:27:04 +0000
commit926bd8747b8eee18e2a606132c85edf777d1ca31 (patch)
tree623606acef19e957d92d7cb31af65f53db06a6b2 /net-analyzer/ArpON
parentnet-misc/ganyremote: Fix whiteys (diff)
downloadsunrise-926bd8747b8eee18e2a606132c85edf777d1ca31.tar.gz
sunrise-926bd8747b8eee18e2a606132c85edf777d1ca31.tar.bz2
sunrise-926bd8747b8eee18e2a606132c85edf777d1ca31.zip
net-analyzer/ArpON: New Ebuild for bug 225125 thanks to Giuseppe Marco Randazzo
svn path=/sunrise/; revision=7096
Diffstat (limited to 'net-analyzer/ArpON')
-rw-r--r--net-analyzer/ArpON/ArpON-1.72.ebuild31
-rw-r--r--net-analyzer/ArpON/ChangeLog8
-rw-r--r--net-analyzer/ArpON/Manifest4
-rw-r--r--net-analyzer/ArpON/metadata.xml9
4 files changed, 52 insertions, 0 deletions
diff --git a/net-analyzer/ArpON/ArpON-1.72.ebuild b/net-analyzer/ArpON/ArpON-1.72.ebuild
new file mode 100644
index 000000000..fa150867a
--- /dev/null
+++ b/net-analyzer/ArpON/ArpON-1.72.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=1
+
+DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler."
+
+HOMEPAGE="http://arpon.sourceforge.net/"
+SRC_URI="mirror://sourceforge/arpon/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libdnet
+ net-libs/libnet:1.1
+ net-libs/libpcap"
+
+RDEPEND=${DEPEND}
+
+src_compile() {
+ emake gentoo || die "emake Gentoo failed"
+}
+
+src_install() {
+ dosbin arpon || die "arpon installation failed"
+ doman man8/arpon.8 || die "arpon man installation failed"
+ dodoc AUTHORS CHANGELOG TODO || die "arpon doc instalation failed"
+}
diff --git a/net-analyzer/ArpON/ChangeLog b/net-analyzer/ArpON/ChangeLog
new file mode 100644
index 000000000..3bb00b150
--- /dev/null
+++ b/net-analyzer/ArpON/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-analyzer/ArpON
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 15 Sep 2008; Giuseppe Marco Randazzo (zeld) <gmrandazzo@gmail.com>
+ +ArpON-1.72.ebuild, +metadata.xml:
+ New Ebuild for bug 225125 thanks to Giuseppe Marco Randazzo
+
diff --git a/net-analyzer/ArpON/Manifest b/net-analyzer/ArpON/Manifest
new file mode 100644
index 000000000..f0e0acea7
--- /dev/null
+++ b/net-analyzer/ArpON/Manifest
@@ -0,0 +1,4 @@
+DIST ArpON-1.72.tar.gz 256139 RMD160 533330486d804d9893c7588657eb7c78bb58f545 SHA1 8375813c0c4b3e848ba5060e69fbfe5a548bc77c SHA256 1bcd421c3467a2192a36fc834496413f2edc7f186331e36d0dcd47f12a55f551
+EBUILD ArpON-1.72.ebuild 705 RMD160 94119c3adaf073dbe813ce83d6e956b4c4d3a021 SHA1 3625d3905acc7e75dcad8e6fa2cb63b149023ef8 SHA256 30b48d5a6df845fde9161b04be3c542511f20809e22ff433303b3bab2aa1d7e6
+MISC ChangeLog 288 RMD160 7f697cf0eae2c3463f966e32242557871ba758e6 SHA1 b5d7cf3a5167b08b17c5cfc17f810b7ad03a87e0 SHA256 464661b81c9686620fe302ef9561854011767b0b967875e47f738a82d2a3d39d
+MISC metadata.xml 421 RMD160 79511847555740448a44ceccff02bd8e6e4fde02 SHA1 ee630f2bb6922c6b7bb93d4b94e11ac13886e1be SHA256 1597d5bc54e3d851a07b5d5b3152955090fd1d992f9e79090b40a4bc987e96cc
diff --git a/net-analyzer/ArpON/metadata.xml b/net-analyzer/ArpON/metadata.xml
new file mode 100644
index 000000000..a114d5390
--- /dev/null
+++ b/net-analyzer/ArpON/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+<longdescription>ArpON (Arp handler inspectiON) is a portable Arp handler.
+It Detects and Blocks all ARP Poisoning/Spoofing attacks with static (SARPI)
+and dynamic (DARPI) approach on switched/hubbed LAN with/without DHCP protocol.
+</longdescription>
+</pkgmetadata>