diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-24 20:31:14 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-24 20:31:14 +0000 |
commit | fa98cc351e7ea1cf2e9587319379477dfc27cd3b (patch) | |
tree | 2c133c3fb78a96f4857085114f3cc1d6529b9aec /net-firewall | |
parent | bump to 3.2, removed all the RC's (diff) | |
download | gentoo-2-fa98cc351e7ea1cf2e9587319379477dfc27cd3b.tar.gz gentoo-2-fa98cc351e7ea1cf2e9587319379477dfc27cd3b.tar.bz2 gentoo-2-fa98cc351e7ea1cf2e9587319379477dfc27cd3b.zip |
moved from net-misc/dynfw to net-firewall/dynfw
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/dynfw/ChangeLog | 17 | ||||
-rw-r--r-- | net-firewall/dynfw/dynfw-1.0.1.ebuild | 30 | ||||
-rw-r--r-- | net-firewall/dynfw/files/digest-dynfw-1.0.1 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/net-firewall/dynfw/ChangeLog b/net-firewall/dynfw/ChangeLog new file mode 100644 index 000000000000..7f51a60ce1b8 --- /dev/null +++ b/net-firewall/dynfw/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for net-misc/dynfw +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/dynfw/ChangeLog,v 1.1 2003/02/24 20:31:14 mholzer Exp $ + + 24 Feb 2003; Martin Holzer <mholzer@gentoo.org> : + Moved from net-misc/dynfw to net-firewall/dynfw. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*dynfw-1.0.1 (29 Apr 2002) + + 06 Jul 2002; phoen][x <phoenix@gentoo.org> dynfw-1.0.1.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 29 Apr 2002; William McArthur <sandymac@gentoo.org> dynfw-1.0.1.ebuild : + The install.sh didn't support installing to a image directory so I copied most + of the install.sh file into src_install and manually tweaked what was needed. diff --git a/net-firewall/dynfw/dynfw-1.0.1.ebuild b/net-firewall/dynfw/dynfw-1.0.1.ebuild new file mode 100644 index 000000000000..adf399e05960 --- /dev/null +++ b/net-firewall/dynfw/dynfw-1.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/dynfw/dynfw-1.0.1.ebuild,v 1.1 2003/02/24 20:31:14 mholzer Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="Dynamic Firewall Tools for netfilter-based firewalls" +SRC_URI="http://gentoo.org/projects/${P}.tar.gz" +HOMEPAGE="http://gentoo.org/projects/dynfw" +DEPEND="sys-apps/bash" +KEYWORDS="x86 sparc " +SLOT="0" +LICENSE="GPL" + +src_install () { + dodir /usr/sbin + dodir /usr/share + + local PREFIX + PREFIX="/usr" + + for x in ipblock ipdrop tcplimit host-tcplimit user-outblock + do + einfo Setting PREFIX in: ${x} + sed -e "s:##PREFIX##:${PREFIX}:g" < ${x} > ${D}/usr/sbin/${x} + chown 0.0 ${D}/usr/sbin/${x} + chmod 0755 ${D}/usr/sbin/${x} + done + install -m0755 dynfw.sh ${D}/usr/share +} diff --git a/net-firewall/dynfw/files/digest-dynfw-1.0.1 b/net-firewall/dynfw/files/digest-dynfw-1.0.1 new file mode 100644 index 000000000000..0a165efd1513 --- /dev/null +++ b/net-firewall/dynfw/files/digest-dynfw-1.0.1 @@ -0,0 +1 @@ +MD5 a75928a2400f48d2b9ad0336e90ebc6a dynfw-1.0.1.tar.gz 2115 |