From 2970ef097b92c747ea2b95dfdcca8f6ef1a743e9 Mon Sep 17 00:00:00 2001 From: Matthew Brewer Date: Fri, 11 Mar 2016 22:24:17 +0100 Subject: net-analyzer/ipsumdump: initial ebuild, version 1.85 ipsumdump is actually a small collection of three tiny utilities to process libpcap output. It's necessary for net-analyzer/bro, a network security scanner. Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1069 --- net-analyzer/ipsumdump/Manifest | 1 + net-analyzer/ipsumdump/ipsumdump-1.85.ebuild | 25 +++++++++++++++++++++++++ net-analyzer/ipsumdump/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 net-analyzer/ipsumdump/Manifest create mode 100644 net-analyzer/ipsumdump/ipsumdump-1.85.ebuild create mode 100644 net-analyzer/ipsumdump/metadata.xml (limited to 'net-analyzer/ipsumdump') diff --git a/net-analyzer/ipsumdump/Manifest b/net-analyzer/ipsumdump/Manifest new file mode 100644 index 000000000000..b6eb8fd0ad7d --- /dev/null +++ b/net-analyzer/ipsumdump/Manifest @@ -0,0 +1 @@ +DIST ipsumdump-1.85.tar.gz 919540 SHA256 98feca0f323605a022ba0cabcd765a8fcad1b308461360a5ae6c4c293740dc32 SHA512 b42844cf028b9c1ea9da90306be8d731bffcec1a8f5c9eeb8029f563ddd5781651c583913a2105d8ad99cabac4b003345e1e8fdfb83367cabf806de1bca31596 WHIRLPOOL e30959f3ec0416a0c85c63aafa78433f46364fd01e8dde9fac6874d4c73838096d3f48abba9b4fa5f191062a9e5186b3efa32615626e62aa724b6884be1ad6aa diff --git a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild new file mode 100644 index 000000000000..6155368917a3 --- /dev/null +++ b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Simple TCP/IP Dump summarizer/analyzer" +HOMEPAGE="http://read.seas.harvard.edu/~kohler/ipsumdump/" +SRC_URI="http://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz" + +LICENSE="the-Click-license" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+ipv6 +nanotimestamp" + +RDEPEND="net-libs/libpcap" +DEPEND="${RDEPEND} + dev-lang/perl + dev-libs/expat + sys-apps/texinfo" + +src_configure() { + econf $(use_enable ipv6 ip6) \ + $(use_enable nanotimestamp) +} diff --git a/net-analyzer/ipsumdump/metadata.xml b/net-analyzer/ipsumdump/metadata.xml new file mode 100644 index 000000000000..43ceb8c9a02e --- /dev/null +++ b/net-analyzer/ipsumdump/metadata.xml @@ -0,0 +1,19 @@ + + + + + tomboy64@sina.cn + M.B. + Maintainer, assign bugs to him + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Enable timestamps with nano-second resolution + + + The ipsumdump program summarizes TCP/IP dump files into a self-describing ASCII format easily readable by humans and programs. The companion ipaggcreate program counts various properties of packet aggregates. + + -- cgit v1.2.3-65-gdbad