From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
Date: Sat, 19 Mar 2016 11:19:34 +0000 (UTC) [thread overview]
Message-ID: <1458386360.2970ef097b92c747ea2b95dfdcca8f6ef1a743e9.idella4@gentoo> (raw)
commit: 2970ef097b92c747ea2b95dfdcca8f6ef1a743e9
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Mar 11 21:24:17 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 11:19:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2970ef09
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(+)
diff --git a/net-analyzer/ipsumdump/Manifest b/net-analyzer/ipsumdump/Manifest
new file mode 100644
index 0000000..b6eb8fd
--- /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 0000000..6155368
--- /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 0000000..43ceb8c
--- /dev/null
+++ b/net-analyzer/ipsumdump/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomboy64@sina.cn</email>
+ <name>M.B.</name>
+ <description>Maintainer, assign bugs to him</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="nanotimestamp">Enable timestamps with nano-second resolution</flag>
+ </use>
+ <longdescription lang="en">
+ 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.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2016-03-19 11:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-19 11:19 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-20 14:44 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/ Ian Delaney
2018-02-11 11:02 Michał Górny
2018-04-03 15:28 Jonas Stein
2018-05-12 13:09 Jeroen Roovers
2018-05-12 13:09 Jeroen Roovers
2018-05-12 13:09 Jeroen Roovers
2023-11-18 16:46 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458386360.2970ef097b92c747ea2b95dfdcca8f6ef1a743e9.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox