diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-03-11 22:24:17 +0100 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-03-19 19:19:20 +0800 |
commit | 2970ef097b92c747ea2b95dfdcca8f6ef1a743e9 (patch) | |
tree | d5fe0f63d93aeee20253afcb55e1cbd798579c2d /net-analyzer/ipsumdump/metadata.xml | |
parent | License: new license: the-Click-license for ipsumdump (diff) | |
download | gentoo-2970ef097b92c747ea2b95dfdcca8f6ef1a743e9.tar.gz gentoo-2970ef097b92c747ea2b95dfdcca8f6ef1a743e9.tar.bz2 gentoo-2970ef097b92c747ea2b95dfdcca8f6ef1a743e9.zip |
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
Diffstat (limited to 'net-analyzer/ipsumdump/metadata.xml')
-rw-r--r-- | net-analyzer/ipsumdump/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ +<?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> |