summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-06-04 08:24:57 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-06-04 08:24:57 +0000
commit6953088c4053293e3659448c45c17cdbf4ad861b (patch)
treeb52290943eae1188985661f1f46f0b097fd70214 /net-misc
parentfixing my own SCHEMAS brain damage (diff)
downloadgentoo-2-6953088c4053293e3659448c45c17cdbf4ad861b.tar.gz
gentoo-2-6953088c4053293e3659448c45c17cdbf4ad861b.tar.bz2
gentoo-2-6953088c4053293e3659448c45c17cdbf4ad861b.zip
added kmyfirewall ebuild: GUI interface to iptables
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/kmyfirewall/ChangeLog22
-rw-r--r--net-misc/kmyfirewall/files/digest-kmyfirewall-0.4.41
-rw-r--r--net-misc/kmyfirewall/kmyfirewall-0.4.4.ebuild14
3 files changed, 37 insertions, 0 deletions
diff --git a/net-misc/kmyfirewall/ChangeLog b/net-misc/kmyfirewall/ChangeLog
new file mode 100644
index 000000000000..e498a10b5d2e
--- /dev/null
+++ b/net-misc/kmyfirewall/ChangeLog
@@ -0,0 +1,22 @@
+# ChangeLog for net-misc/kmyfirewall
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kmyfirewall/ChangeLog,v 1.1 2002/06/04 08:24:57 george Exp $
+
+*kmyfirewall-0.4.4.ebuild (03 Jun 2002)
+
+ 03 Jun 2002; George Shapovalov <george@gentoo.org> kmyfirewall-0.4.4.ebuild, files/digest-kmyfirewall-0.4.4 :
+
+ First submission
+ From the ebuild author:
+
+ KMyFirewall is a GUI interface to the "iptables" netfilter administration
+ tool written for KDE which now has support for thg Gentoo Linux init system.
+ It provides an XML - like file format for import/export rulesets to ease the
+ setup of large networks.
+ There is also a Wizard which enables you to set up a simple "Personal
+ Firewall" within a few clicks.
+ At the moment most filtering options (provided by iptables) are implemented.
+ The support for Target Ectentions will be added soon.
+
+ Ebuild submitted by Christian Hubinger <Christian Hubinger>.
+
diff --git a/net-misc/kmyfirewall/files/digest-kmyfirewall-0.4.4 b/net-misc/kmyfirewall/files/digest-kmyfirewall-0.4.4
new file mode 100644
index 000000000000..27820243bb43
--- /dev/null
+++ b/net-misc/kmyfirewall/files/digest-kmyfirewall-0.4.4
@@ -0,0 +1 @@
+MD5 a8232c57c02cf32e47585c60747e9c54 kmyfirewall-0.4.4.tar.gz 564231
diff --git a/net-misc/kmyfirewall/kmyfirewall-0.4.4.ebuild b/net-misc/kmyfirewall/kmyfirewall-0.4.4.ebuild
new file mode 100644
index 000000000000..57fb6edcf52c
--- /dev/null
+++ b/net-misc/kmyfirewall/kmyfirewall-0.4.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Christian Hubinger <a9806056@unet.univie.ac.at>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kmyfirewall/kmyfirewall-0.4.4.ebuild,v 1.1 2002/06/04 08:24:57 george Exp $
+. /usr/portage/eclass/inherit.eclass || die
+inherit kde-base || die
+
+need-kde 3
+DESCRIPTION="Graphical KDE iptables configuration tool"
+SRC_URI="ftp://ftp.sourceforge.net/pub/sourceforge/kmyfirewall/kmyfirewall-0.4.4.tar.gz"
+HOMEPAGE="http://kmyfirewall.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"