summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-20 15:24:31 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-20 15:24:31 +0000
commit5604db4a0c666cc2bc051024a9549d1eadc18785 (patch)
tree0a0cb65ddeb34b1f5e71386d2f726997b46404c1 /net-analyzer/iptraf
parentAdded entry about startup script for 7.2.1 (diff)
downloadhistorical-5604db4a0c666cc2bc051024a9549d1eadc18785.tar.gz
historical-5604db4a0c666cc2bc051024a9549d1eadc18785.tar.bz2
historical-5604db4a0c666cc2bc051024a9549d1eadc18785.zip
new version
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r--net-analyzer/iptraf/ChangeLog8
-rw-r--r--net-analyzer/iptraf/files/digest-iptraf-2.7.01
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0.ebuild28
3 files changed, 36 insertions, 1 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index 8069ec1cae05..9633c2fff41a 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/iptraf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.2 2002/06/20 15:24:26 bass Exp $
+
+*iptraf-2.7.0 (20 Jun 2002)
+
+ 20 Jun 2002; J.Alberto Suárez L. iptraf-2.7.0.ebuild :
+
+ Version bumped.
*iptraf-2.4.0-r1 (1 Feb 2002)
diff --git a/net-analyzer/iptraf/files/digest-iptraf-2.7.0 b/net-analyzer/iptraf/files/digest-iptraf-2.7.0
new file mode 100644
index 000000000000..be6e59e6aabe
--- /dev/null
+++ b/net-analyzer/iptraf/files/digest-iptraf-2.7.0
@@ -0,0 +1 @@
+MD5 7ff0bc933a0a57a4ca9e2b0443307539 iptraf-2.7.0.tar.gz 363496
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
new file mode 100644
index 000000000000..8ca2e8c3884c
--- /dev/null
+++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2001-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.1 2002/06/20 15:24:31 bass Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"
+SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz"
+HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND=">=sys-libs/ncurses-5.2-r1"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ cd src
+ emake TARGET="/usr/bin" WORKDIR="/var/lib/iptraf" \
+ clean all || die "emake failed"
+}
+src_install() {
+ dobin src/{iptraf,cfconv,rvnamed}
+ dodoc FAQ README* CHANGES RELEASE-NOTES
+ doman Documentation/*.8
+ htmlinto html
+ dohtml Documentation/*.{html}
+ dodir
+ /var/{lib,run,log}/iptraf
+}