summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-06 13:14:41 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-06 13:14:41 +0000
commiteb65e13a5a494c8eed93ba8ea8dda928378e9e83 (patch)
treea20e8e5b892762faae384b0d32369ea22e4d7d96 /net-analyzer
parentbump (Manifest recommit) (diff)
downloadgentoo-2-eb65e13a5a494c8eed93ba8ea8dda928378e9e83.tar.gz
gentoo-2-eb65e13a5a494c8eed93ba8ea8dda928378e9e83.tar.bz2
gentoo-2-eb65e13a5a494c8eed93ba8ea8dda928378e9e83.zip
prune
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/aimsniff/aimsniff-0.8.ebuild58
-rw-r--r--net-analyzer/aimsniff/files/digest-aimsniff-0.82
-rw-r--r--net-analyzer/angst/angst-0.4b.ebuild25
-rw-r--r--net-analyzer/angst/files/digest-angst-0.4b1
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.111
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.121
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.131
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.141
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.151
-rw-r--r--net-analyzer/iftop/iftop-0.11.ebuild27
-rw-r--r--net-analyzer/iftop/iftop-0.12.ebuild30
-rw-r--r--net-analyzer/iftop/iftop-0.13.ebuild30
-rw-r--r--net-analyzer/iftop/iftop-0.14.ebuild30
-rw-r--r--net-analyzer/iftop/iftop-0.15.ebuild35
14 files changed, 0 insertions, 243 deletions
diff --git a/net-analyzer/aimsniff/aimsniff-0.8.ebuild b/net-analyzer/aimsniff/aimsniff-0.8.ebuild
deleted file mode 100644
index 7bd55b489861..000000000000
--- a/net-analyzer/aimsniff/aimsniff-0.8.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.8.ebuild,v 1.9 2004/07/09 20:23:43 eldad Exp $
-
-inherit webapp-apache
-
-DESCRIPTION="utility for monitoring and archiving AOL Instant Messenger messages across a network"
-HOMEPAGE="http://www.aimsniff.com/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://sourceforge/${PN}/was_0.1.1b.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="mysql samba"
-
-DEPEND="dev-lang/perl
- dev-perl/Net-Pcap
- dev-perl/NetPacket
- dev-perl/Unicode-String
- dev-perl/FileHandle-Rollback
- dev-perl/Proc-Daemon
- mysql? ( dev-perl/DBI dev-db/mysql )
- samba? ( net-fs/samba )"
-
-src_install() {
- newsbin aimSniff.pl aimsniff
- insinto /etc/${PN}
- doins aimsniff.config table.struct
- dodoc README ChangeLog
-
- webapp-detect || NO_WEBSERVER=1
- dodir ${HTTPD_ROOT}
- mv ../was ${D}/${HTTPD_ROOT}
- cd ${D}/${HTTPD_ROOT}
- chown -R ${HTTPD_USER}:${HTTPD_GROUP} *
-}
-
-pkg_setup ()
-{
- webapp-detect || NO_WEBSERVER=1
- webapp-pkg_setup $NO_WEBSERVER
-}
-
-pkg_postinst() {
- einfo "Go to http://${HOSTNAME}/was/ to check if everything works."
- if use mysql ; then
- einfo "If you plan to use the database dump feature, you'll have to load the table.struct file into mysql."
- einfo "To do this run the following command 'mysql < /etc/${PN}/table.struct'."
- einfo "This will create a database named 'aim' with all the right tables."
- einfo "After that use: 'GRANT ALL ON aim.* TO username@hostname IDENTIFIED BY 'password';'"
- einfo "and go to http://${HOSTNAME}/was/admin.php to fill in the blanks."
- fi
- if use samba ; then
- einfo "--SMB <-Turn SMB lookups 'on' to get NT domain usernames with AIM logins, Off by default."
- fi
-}
diff --git a/net-analyzer/aimsniff/files/digest-aimsniff-0.8 b/net-analyzer/aimsniff/files/digest-aimsniff-0.8
deleted file mode 100644
index 476b85136140..000000000000
--- a/net-analyzer/aimsniff/files/digest-aimsniff-0.8
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4405ea76468889f42e8caedad5b7f295 aimsniff-0.8.tar.gz 14090
-MD5 3cf59ffb6b0abc4639762471ebc50c40 was_0.1.1b.tar.gz 68073
diff --git a/net-analyzer/angst/angst-0.4b.ebuild b/net-analyzer/angst/angst-0.4b.ebuild
deleted file mode 100644
index 405348ba5a75..000000000000
--- a/net-analyzer/angst/angst-0.4b.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.7 2004/07/08 16:34:46 eldad 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*"
-
-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
deleted file mode 100644
index e2ac8dc7a764..000000000000
--- a/net-analyzer/angst/files/digest-angst-0.4b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d656690fd3a77e6bf75dd2711f933143 angst-0.4b.tar.gz 13909
diff --git a/net-analyzer/iftop/files/digest-iftop-0.11 b/net-analyzer/iftop/files/digest-iftop-0.11
deleted file mode 100644
index 7d8565444fdd..000000000000
--- a/net-analyzer/iftop/files/digest-iftop-0.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d488031104f1788b6db777ea0e8c57f9 iftop-0.11.tar.gz 79913
diff --git a/net-analyzer/iftop/files/digest-iftop-0.12 b/net-analyzer/iftop/files/digest-iftop-0.12
deleted file mode 100644
index 648b2340b21c..000000000000
--- a/net-analyzer/iftop/files/digest-iftop-0.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5bebdc96f775420c314f037182c3a993 iftop-0.12.tar.gz 121745
diff --git a/net-analyzer/iftop/files/digest-iftop-0.13 b/net-analyzer/iftop/files/digest-iftop-0.13
deleted file mode 100644
index d67765e69daf..000000000000
--- a/net-analyzer/iftop/files/digest-iftop-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f8f7f55e4d855bf5ea581a4013226f71 iftop-0.13.tar.gz 143858
diff --git a/net-analyzer/iftop/files/digest-iftop-0.14 b/net-analyzer/iftop/files/digest-iftop-0.14
deleted file mode 100644
index 32d9ff140533..000000000000
--- a/net-analyzer/iftop/files/digest-iftop-0.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6f5197ffbd678565902f4f4d4977512b iftop-0.14.tar.gz 148989
diff --git a/net-analyzer/iftop/files/digest-iftop-0.15 b/net-analyzer/iftop/files/digest-iftop-0.15
deleted file mode 100644
index 265d21f8a2ea..000000000000
--- a/net-analyzer/iftop/files/digest-iftop-0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 87a0a93b023d73429b0bfc5965a66d2e iftop-0.15.tar.gz 153146
diff --git a/net-analyzer/iftop/iftop-0.11.ebuild b/net-analyzer/iftop/iftop-0.11.ebuild
deleted file mode 100644
index eb7864ca2687..000000000000
--- a/net-analyzer/iftop/iftop-0.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.11.ebuild,v 1.5 2004/06/24 22:04:25 agriffis Exp $
-
-IUSE=""
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz"
-HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="sys-libs/ncurses
- net-libs/libpcap"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- dosbin iftop
- doman iftop.8
- dodoc COPYING CHANGES README
-}
diff --git a/net-analyzer/iftop/iftop-0.12.ebuild b/net-analyzer/iftop/iftop-0.12.ebuild
deleted file mode 100644
index 728b67d21acb..000000000000
--- a/net-analyzer/iftop/iftop-0.12.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.12.ebuild,v 1.4 2004/06/24 22:04:25 agriffis Exp $
-
-IUSE=""
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz"
-HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="sys-libs/ncurses
- net-libs/libpcap"
-
-
-src_compile() {
- local myconf
- myconf="--prefix=/usr"
- ./configure ${myconf} || die
- emake
-}
-
-src_install() {
- dosbin iftop
- doman iftop.8
- dodoc COPYING CHANGES README
-}
diff --git a/net-analyzer/iftop/iftop-0.13.ebuild b/net-analyzer/iftop/iftop-0.13.ebuild
deleted file mode 100644
index ccdb888a4279..000000000000
--- a/net-analyzer/iftop/iftop-0.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.13.ebuild,v 1.3 2004/06/24 22:04:25 agriffis Exp $
-
-IUSE=""
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz"
-HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="sys-libs/ncurses
- net-libs/libpcap"
-
-
-src_compile() {
- local myconf
- myconf="--prefix=/usr"
- ./configure ${myconf} || die
- emake
-}
-
-src_install() {
- dosbin iftop
- doman iftop.8
- dodoc COPYING CHANGES README
-}
diff --git a/net-analyzer/iftop/iftop-0.14.ebuild b/net-analyzer/iftop/iftop-0.14.ebuild
deleted file mode 100644
index 1576d87688c5..000000000000
--- a/net-analyzer/iftop/iftop-0.14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.14.ebuild,v 1.5 2004/07/11 10:16:22 eldad Exp $
-
-IUSE=""
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz"
-HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="sys-libs/ncurses
- net-libs/libpcap"
-
-
-src_compile() {
- local myconf
- myconf="--prefix=/usr"
- ./configure ${myconf} || die
- emake
-}
-
-src_install() {
- dosbin iftop
- doman iftop.8
- dodoc COPYING CHANGES README
-}
diff --git a/net-analyzer/iftop/iftop-0.15.ebuild b/net-analyzer/iftop/iftop-0.15.ebuild
deleted file mode 100644
index 73d1a1133e6d..000000000000
--- a/net-analyzer/iftop/iftop-0.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.15.ebuild,v 1.3 2004/07/11 10:16:22 eldad Exp $
-
-IUSE=""
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz"
-HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="sys-libs/ncurses
- net-libs/libpcap"
-
-
-src_compile() {
- local myconf
- myconf="--prefix=/usr"
- econf ${myconf} || die
- emake
-}
-
-src_install() {
- dosbin iftop
- doman iftop.8
-
- insinto /etc
- doins ${FILESDIR}/iftoprc
-
- dodoc COPYING ChangeLog README
-}
-