diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-12 10:45:18 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-12 10:45:18 +0000 |
commit | 0b9c322d64f28e6d0d7d9e453d25134ab9275ab2 (patch) | |
tree | ceb744f1db02da334b8a35037a0fcee62c0d8c52 /net-analyzer/angst | |
parent | soundscope visualiser plugin (diff) | |
download | historical-0b9c322d64f28e6d0d7d9e453d25134ab9275ab2.tar.gz historical-0b9c322d64f28e6d0d7d9e453d25134ab9275ab2.tar.bz2 historical-0b9c322d64f28e6d0d7d9e453d25134ab9275ab2.zip |
Initial imports
Diffstat (limited to 'net-analyzer/angst')
-rw-r--r-- | net-analyzer/angst/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/angst/angst-0.4b.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/angst/files/digest-angst-0.4b | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-analyzer/angst/ChangeLog b/net-analyzer/angst/ChangeLog new file mode 100644 index 000000000000..174510389405 --- /dev/null +++ b/net-analyzer/angst/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/angst +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +*angst-0.4b (12 Feb 2003) + + 12 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild submitted by Daniel Seyffer <gentoo-bugs@seyffer.de> in #8866. diff --git a/net-analyzer/angst/angst-0.4b.ebuild b/net-analyzer/angst/angst-0.4b.ebuild new file mode 100644 index 000000000000..1a31a83ef00b --- /dev/null +++ b/net-analyzer/angst/angst-0.4b.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b.ebuild,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +IUSE="" +DESCRIPTION="Angst is an active sniffer. It provides methods for aggressive sniffing on switched LANs." +HOMEPAGE="http://angst.sourceforge.net" +SRC_URI="http://angst.sourceforge.net/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=net-libs/libpcap-0.7.1 + >=net-libs/libnet-1.0.2a-r2" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${P}" + +src_compile() { + make CFLAGS="${CFLAGS}" -f Makefile.linux || die +} + +src_install() { + into /usr + dosbin angst + doman angst.8 + dodoc README LICENSE TODO ChangeLog +} + diff --git a/net-analyzer/angst/files/digest-angst-0.4b b/net-analyzer/angst/files/digest-angst-0.4b new file mode 100644 index 000000000000..e2ac8dc7a764 --- /dev/null +++ b/net-analyzer/angst/files/digest-angst-0.4b @@ -0,0 +1 @@ +MD5 d656690fd3a77e6bf75dd2711f933143 angst-0.4b.tar.gz 13909 |