diff options
author | Jason Wallace <jason.r.wallace@gmail.com> | 2011-01-21 21:10:43 +0000 |
---|---|---|
committer | Jason Wallace <jason.r.wallace@gmail.com> | 2011-01-21 21:10:43 +0000 |
commit | 699477be23e31739f26544e882daaa8da9403fee (patch) | |
tree | 6c82ad632d06350460d515860c5590c1cc531d09 /net-analyzer | |
parent | net-analyzer/pulledpork: New Ebuild for bug 312639 (diff) | |
download | sunrise-699477be23e31739f26544e882daaa8da9403fee.tar.gz sunrise-699477be23e31739f26544e882daaa8da9403fee.tar.bz2 sunrise-699477be23e31739f26544e882daaa8da9403fee.zip |
net-analyzer/hogger: New Ebuild for bug 320565
svn path=/sunrise/; revision=11702
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/hogger/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/hogger/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/hogger/hogger-0.2.1.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/hogger/metadata.xml | 25 |
4 files changed, 64 insertions, 0 deletions
diff --git a/net-analyzer/hogger/ChangeLog b/net-analyzer/hogger/ChangeLog new file mode 100644 index 000000000..b53f50e35 --- /dev/null +++ b/net-analyzer/hogger/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/hogger +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Jan 2011; Jason Wallace <jason.r.wallace@gmail.com> + +hogger-0.2.1.ebuild, +metadata.xml: + New Ebuild for bug 320565 + diff --git a/net-analyzer/hogger/Manifest b/net-analyzer/hogger/Manifest new file mode 100644 index 000000000..3c06e8b5c --- /dev/null +++ b/net-analyzer/hogger/Manifest @@ -0,0 +1,4 @@ +DIST hogger-0.2.1.tar.gz 19561 RMD160 9b3f289ad6649351d2531931af93101111ed0656 SHA1 139afd716b6695a260d166fe783e231e496c3d48 SHA256 e0e93544fc12681a73c0bed67638a7067e2878a4fb0e3c07c6390346dd50b6f4 +EBUILD hogger-0.2.1.ebuild 621 RMD160 ae9b9a353bccd61b419a2dc5bd5a9b044a1cf63f SHA1 b9e8c32a022d604e3ad8e9b69f27ff62c297526e SHA256 91c21db620e4cc9a8f822221819d8fcc4d2584d84959bdbc18b922ab78606735 +MISC ChangeLog 245 RMD160 071368c46f16133c58fb666ae5837e71c54ad49f SHA1 3f39e26f082c5639f815de048e825af055d6eb09 SHA256 6feef92b04291595e90a9e52c698abecf48d40d30db7f0b2314f0497c9bf5a5f +MISC metadata.xml 1016 RMD160 096ac670ddb1931c1814f9bae9f9f15289709282 SHA1 c41ade35663f0b75a5f2eac813cdbc7c84a453cc SHA256 1bc660b861742f296091b4afb0e9cdfd3f04ce292ec7c57a2258d92c2f10c6e6 diff --git a/net-analyzer/hogger/hogger-0.2.1.ebuild b/net-analyzer/hogger/hogger-0.2.1.ebuild new file mode 100644 index 000000000..2ddcb6b3d --- /dev/null +++ b/net-analyzer/hogger/hogger-0.2.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Perl script to convert nmap scans to a Snort Host Attribute Table" +HOMEPAGE="http://code.google.com/p/hogger/" +SRC_URI="http://hogger.googlecode.com/files/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + perl-core/IO + perl-core/Getopt-Long" + +S=${WORKDIR}/${PN} + +src_install () { + newbin hogger.pl ${PN} || die + dodoc README hogger.conf || die +} + +pkg_postinst() { + elog "An example configuration file can be found in /usr/share/doc/${PF}." +} diff --git a/net-analyzer/hogger/metadata.xml b/net-analyzer/hogger/metadata.xml new file mode 100644 index 000000000..83bdd66ba --- /dev/null +++ b/net-analyzer/hogger/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <longdescription lang="en"> + Hogger leverages nmap scan files to create a Host Attribute Table + for you in the XML format that Snort needs to tune your pre-processors. + Hogger makes your network more understandable to snort, assisting + Snort in reassembling fragmented packets and streams in the same way + that each respective host will, thereby reducing false-positives and + false-negatives. + </longdescription> + <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> + <upstream> + <maintainer> + <email>parkercrook@gmail.com</email> + <name>Parker Crook</name> + </maintainer> + <changelog>http://code.google.com/p/hogger/source/list</changelog> + <doc>http://code.google.com/p/hogger/wiki/FAQ</doc> + <bugs-to>http://code.google.com/p/hogger/issues/list</bugs-to> + <remote-id type="google-code">hogger</remote-id> + </upstream> +</pkgmetadata> + |