Portage is a package management system used by Gentoo Linux
# ChangeLog for net-firewall/fwipsec
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.11 2007/12/25 15:12:32 phreak Exp $
25 Dec 2007; Christian Heim
Removing seemant from metadata.xml as per #202469. Assigning to
maintainer-needed.
06 May 2007; Marius Mauch
Replacing einfo with elog
19 Mar 2007; Bryan Østergaard
Remove pfeifer from metadata.xml due to retirement.
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
15 May 2006; Seemant Kulleen
not, newinitd but doinitd, thanks to Mizipzor in #gentoo
15 Sep 2005; Aron Griffis
Mark 0.4.2-r1 stable on alpha
21 Jul 2005; Seemant Kulleen
use newinitd for the initscript
01 Apr 2005; Aron Griffis
stable on ia64
*fwipsec-0.4.2-r1 (07 Feb 2005)
07 Feb 2005; Marcus D. Hanwell
-fwipsec-0.4.2.ebuild:
Corrected installation location of man page, marked stable on x86 and amd64
for Seemant.
*fwipsec-0.4.2 (04 Jun 2004)
04 Jun 2004; Seemant Kulleen
+fwipsec-0.4.2.ebuild:
New firewall easy configuration script. It also gives you the bonus of turning
on squid and IP/SEC for VPN's. This package was created by Jay Pfeifer and his
associates.
DIST fwipsec-0.4.2.tar.bz2 13114 RMD160 b67ae558e8f100f615ccc7a9ebc587d604902461 SHA1 e3acd1a5753c275b5fec60b53f5d1db1c0f84727 SHA256 8fa4204c968198a3ea40c8b5efa20c77258be4c912d11d16c1a4c51f712d9aa4
EBUILD fwipsec-0.4.2-r1.ebuild 773 RMD160 42825a4764768a0d6d138859e3e77dc6d48f42bf SHA1 a0565e157358e650377b865d64e47867daf4d40e SHA256 a3b0db464d47d825d54c04558e49e14f10550a6a050837ecc9ea8f84575da556
MISC ChangeLog 1661 RMD160 b77fffe43a25c7618a77d93c23cf165cd227c2b9 SHA1 703fc33082ef211659e4eeb198db964276dd9515 SHA256 dc3b0c36f92f1c84d29df3e3a6f30d99bb477209ce0bc5a62935f447b1e3c62d
MISC metadata.xml 236 RMD160 92f49f8275e75caf57b88a3172d5204eaa4e33ae SHA1 dd1a8550a514e55ab0ed6190ab4794bb090994f8 SHA256 56075995f83836ae824c7cb01931b98d6745f6d5a7764299c8262e801486b829
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.6 2007/05/06 09:44:06 genone Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid."
HOMEPAGE="http://www.fwipsec.net/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
DEPEND="virtual/linux-sources
>=net-firewall/iptables-1.2.7
sys-apps/iproute2"
src_install() {
exeinto /etc/fwipsec
doexe fwipsec.*
doinitd fwipsec
dodoc LICENSE DOCS/README*
doman DOCS/*.5
}
pkg_postinst() {
elog "Edit /etc/fwipsec/fwipsec.defs to set your base rules."
}