diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-27 20:19:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-27 20:19:19 +0000 |
commit | e11793b5dd0ee3b6adc884956928dda90ef78967 (patch) | |
tree | f00b3215fc9bd13da3c346c9e0069dccc19130ac /net-analyzer/paketto | |
parent | dont forget to update DEPEND (diff) | |
download | gentoo-2-e11793b5dd0ee3b6adc884956928dda90ef78967.tar.gz gentoo-2-e11793b5dd0ee3b6adc884956928dda90ef78967.tar.bz2 gentoo-2-e11793b5dd0ee3b6adc884956928dda90ef78967.zip |
metadata
Diffstat (limited to 'net-analyzer/paketto')
-rw-r--r-- | net-analyzer/paketto/metadata.xml | 13 | ||||
-rw-r--r-- | net-analyzer/paketto/paketto-1.10-r1.ebuild | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/net-analyzer/paketto/metadata.xml b/net-analyzer/paketto/metadata.xml new file mode 100644 index 000000000000..2be3922a0bf2 --- /dev/null +++ b/net-analyzer/paketto/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription> +The Paketto Keiretsu is a collection of tools that use new and unusual strategies for manipulating TCP/IP +networks. They tap functionality within existing infrastructure and stretch protocols beyond what they +were originally intended for. It includes Scanrand, an unusually fast network service and topology +discovery system, Minewt, a user space NAT/MAT router, Linkcat, which presents a Ethernet link to stdio, +Paratrace, which traces network paths without spawning new connections, and Phentropy, which uses +OpenQVIS to render arbitrary amounts of entropy from data sources in three dimensional phase space. +</longdescription> +</pkgmetadata> diff --git a/net-analyzer/paketto/paketto-1.10-r1.ebuild b/net-analyzer/paketto/paketto-1.10-r1.ebuild index 97090a0fd121..5482c87aa611 100644 --- a/net-analyzer/paketto/paketto-1.10-r1.ebuild +++ b/net-analyzer/paketto/paketto-1.10-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10-r1.ebuild,v 1.5 2004/02/27 20:15:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10-r1.ebuild,v 1.6 2004/02/27 20:19:19 vapier Exp $ inherit eutils DESCRIPTION="Paketto Keiretsu - experimental TCP/IP tools - scanrand, minewt, lc, phentropy, paratrace" -HOMEPAGE="http://www.doxpara.com/" +HOMEPAGE="http://www.doxpara.com/paketto/" SRC_URI="http://www.doxpara.com/paketto/${P}.tar.gz" LICENSE="BSD" |