From fba90d6516c145f7e8ee5d72ea4423205ea381a4 Mon Sep 17 00:00:00 2001 From: grimmlin Date: Mon, 23 Feb 2009 21:34:05 +0000 Subject: [PATCH] * Useful tool --- net-misc/tcpick/Manifest | 2 ++ net-misc/tcpick/tcpick-0.2.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 net-misc/tcpick/Manifest create mode 100644 net-misc/tcpick/tcpick-0.2.1.ebuild diff --git a/net-misc/tcpick/Manifest b/net-misc/tcpick/Manifest new file mode 100644 index 000000000..177069b51 --- /dev/null +++ b/net-misc/tcpick/Manifest @@ -0,0 +1,2 @@ +DIST tcpick-0.2.1.tar.gz 175871 RMD160 8d4dd48c639e52ef681cd64c366a99c296171f06 SHA1 02892932f462b6ff3f62e5930a0644c44cdef8c9 SHA256 cf3c3814518f5565df3884d07e1e3015d88ac1dbfe3885635dd6e67d6ce46dd2 +EBUILD tcpick-0.2.1.ebuild 407 RMD160 bce005955acffcc85d33ed44bec78c70248816f0 SHA1 a5344e850a8916519e48e348a9f6544230b8c5f7 SHA256 8c5e7db80f58d098d672938195d099a754f81d22bb441ea4222b04ed113a45c4 diff --git a/net-misc/tcpick/tcpick-0.2.1.ebuild b/net-misc/tcpick/tcpick-0.2.1.ebuild new file mode 100644 index 000000000..24404ec71 --- /dev/null +++ b/net-misc/tcpick/tcpick-0.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="A tcp stream sniffer, tracker and capturer." +HOMEPAGE="http://tcpick.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" + +src_install () { + dobin src/tcpick + dodoc EXAMPLES OPTIONS README +}