From a66b4689553bac144ee2c1fa6ab4186cbf4f0a35 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Sun, 8 Jan 2006 23:54:36 +0000 Subject: Initial commit. Fixes bug 112157. (Portage version: 2.0.53) --- net-analyzer/argus-clients/ChangeLog | 10 +++++++ net-analyzer/argus-clients/Manifest | 2 ++ .../argus-clients/argus-clients-2.0.6.ebuild | 32 ++++++++++++++++++++++ .../argus-clients/files/digest-argus-clients-2.0.6 | 1 + net-analyzer/argus-clients/metadata.xml | 5 ++++ 5 files changed, 50 insertions(+) create mode 100644 net-analyzer/argus-clients/ChangeLog create mode 100644 net-analyzer/argus-clients/Manifest create mode 100644 net-analyzer/argus-clients/argus-clients-2.0.6.ebuild create mode 100644 net-analyzer/argus-clients/files/digest-argus-clients-2.0.6 create mode 100644 net-analyzer/argus-clients/metadata.xml (limited to 'net-analyzer') diff --git a/net-analyzer/argus-clients/ChangeLog b/net-analyzer/argus-clients/ChangeLog new file mode 100644 index 000000000000..941bc3107816 --- /dev/null +++ b/net-analyzer/argus-clients/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-analyzer/argus-clients +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.1 2006/01/08 23:54:36 vanquirius Exp $ + +*argus-clients-2.0.6 (08 Jan 2006) + + 08 Jan 2006; Marcelo Goes +metadata.xml, + +argus-clients-2.0.6.ebuild: + Initial commit. Fixes bug 112157. Thanks to aqu . + diff --git a/net-analyzer/argus-clients/Manifest b/net-analyzer/argus-clients/Manifest new file mode 100644 index 000000000000..92369e2dea1e --- /dev/null +++ b/net-analyzer/argus-clients/Manifest @@ -0,0 +1,2 @@ +MD5 4ff280f3ed8abc7d8e6b68c492da92c8 argus-clients-2.0.6.ebuild 715 +MD5 8d98425617db78b1c29c8d1e2e497dd4 files/digest-argus-clients-2.0.6 71 diff --git a/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild b/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild new file mode 100644 index 000000000000..8f04da902dbb --- /dev/null +++ b/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild,v 1.1 2006/01/08 23:54:36 vanquirius Exp $ + +DESCRIPTION="Clients for net-analyzer/argus" +HOMEPAGE="http://www.qosient.com/argus/" +SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="virtual/libc + virtual/libpcap + >=net-analyzer/argus-2.0.6" + +DEPEND="${RDEPEND} + >=sys-devel/bison-1.28 + >=sys-devel/flex-2.4.6" + +src_install() { + # argus_parse.a and argus_common.a are supplied by net-analyzer/argus + dolib lib/argus_client.a + dobin bin/ra* + + dodoc ChangeLog CREDITS README + + #do not install man/man1/tcpdump.1, file collision + rm man/man1/tcpdump.1 + doman man/man{1,5}/* +} diff --git a/net-analyzer/argus-clients/files/digest-argus-clients-2.0.6 b/net-analyzer/argus-clients/files/digest-argus-clients-2.0.6 new file mode 100644 index 000000000000..4b9c60789948 --- /dev/null +++ b/net-analyzer/argus-clients/files/digest-argus-clients-2.0.6 @@ -0,0 +1 @@ +MD5 6a0b11043e70de20c93f23655a28b80d argus-clients-2.0.6.tar.gz 691629 diff --git a/net-analyzer/argus-clients/metadata.xml b/net-analyzer/argus-clients/metadata.xml new file mode 100644 index 000000000000..03aa50bab7e3 --- /dev/null +++ b/net-analyzer/argus-clients/metadata.xml @@ -0,0 +1,5 @@ + + + +netmon + -- cgit v1.2.3-65-gdbad