summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r--net-analyzer/iptstate/ChangeLog10
-rw-r--r--net-analyzer/iptstate/files/digest-iptstate-1.0.11
-rw-r--r--net-analyzer/iptstate/iptstate-1.0.1.ebuild25
3 files changed, 36 insertions, 0 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog
new file mode 100644
index 000000000000..62c582962148
--- /dev/null
+++ b/net-analyzer/iptstate/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-analyzer/iptstate
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.1 2002/03/02 06:05:20 blocke Exp $
+
+*iptstate-1.0.1 (2 Mar 2002)
+
+ 2 Feb 2002; Bruce A. Locke <blocke@shivan.org> iptstate-1.0.1.ebuild :
+
+ New Ebuild
+
diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.0.1 b/net-analyzer/iptstate/files/digest-iptstate-1.0.1
new file mode 100644
index 000000000000..2a8045eb1b7c
--- /dev/null
+++ b/net-analyzer/iptstate/files/digest-iptstate-1.0.1
@@ -0,0 +1 @@
+MD5 885786dd254a4b732349b0869f087d4b iptstate-1.0.1.tar.gz 7089
diff --git a/net-analyzer/iptstate/iptstate-1.0.1.ebuild b/net-analyzer/iptstate/iptstate-1.0.1.ebuild
new file mode 100644
index 000000000000..212f8310102c
--- /dev/null
+++ b/net-analyzer/iptstate/iptstate-1.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Bruce A. Locke <blocke@shivan.org>
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.0.1.ebuild,v 1.1 2002/03/02 06:05:20 blocke Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format"
+SRC_URI="http://home.earthlink.net/~jaymzh666/iptstate/iptstate-${PV}.tar.gz"
+HOMEPAGE="http://home.earthlink.net/~jaymzh666/iptstate/"
+
+DEPEND="virtual/glibc sys-libs/ncurses"
+
+src_compile() {
+
+ make CXXFLAGS="${CXXFLAGS} -g -Wall" all
+
+}
+
+src_install() {
+
+ make PREFIX=${D}/usr install
+ dodoc README Changelog
+
+}
+