summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-07 07:43:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-07 07:43:54 +0000
commit09eedc8588226570cdb03f597beec8aba81611d2 (patch)
treea0b0af1b8edb4469e14e1b30684d1bebc20df898 /net-analyzer/xnetload
parenteconf + CXXFLAGS fix (diff)
downloadhistorical-09eedc8588226570cdb03f597beec8aba81611d2.tar.gz
historical-09eedc8588226570cdb03f597beec8aba81611d2.tar.bz2
historical-09eedc8588226570cdb03f597beec8aba81611d2.zip
new package
Diffstat (limited to 'net-analyzer/xnetload')
-rw-r--r--net-analyzer/xnetload/ChangeLog12
-rw-r--r--net-analyzer/xnetload/files/digest-xnetload-1.11.31
-rw-r--r--net-analyzer/xnetload/xnetload-1.11.3.ebuild26
3 files changed, 39 insertions, 0 deletions
diff --git a/net-analyzer/xnetload/ChangeLog b/net-analyzer/xnetload/ChangeLog
new file mode 100644
index 000000000000..6f87afa82894
--- /dev/null
+++ b/net-analyzer/xnetload/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for net-analyzer/xnetload
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xnetload/ChangeLog,v 1.1 2002/11/07 07:43:54 seemant Exp $
+
+*xnetload-1.11.3 (06 Nov 2002)
+
+ 06 Nov 2002; Seemant Kulleen <seemant@gentoo.org> xnetload-1.11.3.ebuild
+ ChangeLog files/digest-xnetload-1.11.3 :
+
+ New package which graphically shows the network load on a specified
+ network connection. Ebuild (kinda) submitted by: sh@sourcecode.de (Stephan
+ Hermann) in bug #9015.
diff --git a/net-analyzer/xnetload/files/digest-xnetload-1.11.3 b/net-analyzer/xnetload/files/digest-xnetload-1.11.3
new file mode 100644
index 000000000000..e6f5cf15633a
--- /dev/null
+++ b/net-analyzer/xnetload/files/digest-xnetload-1.11.3
@@ -0,0 +1 @@
+MD5 02903105de631ba1ac7c5eff9508869f xnetload-1.11.3.tar.gz 24551
diff --git a/net-analyzer/xnetload/xnetload-1.11.3.ebuild b/net-analyzer/xnetload/xnetload-1.11.3.ebuild
new file mode 100644
index 000000000000..2f5a032b062a
--- /dev/null
+++ b/net-analyzer/xnetload/xnetload-1.11.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xnetload/xnetload-1.11.3.ebuild,v 1.1 2002/11/07 07:43:54 seemant Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="This little tool displays a count and a graph of the traffic over a specified network connection."
+HOMEPAGE="http://www.xs4all.nl/~rsmith/software/"
+SRC_URI="http://www.xs4all.nl/~rsmith/software/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ dobin xnetload
+ doman xnetload.1
+ dodoc README COPYING
+}