summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/fwlogwatch')
-rw-r--r--net-analyzer/fwlogwatch/ChangeLog39
-rw-r--r--net-analyzer/fwlogwatch/Manifest8
-rw-r--r--net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild25
-rw-r--r--net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild6
4 files changed, 64 insertions, 14 deletions
diff --git a/net-analyzer/fwlogwatch/ChangeLog b/net-analyzer/fwlogwatch/ChangeLog
index c3c6c4c75954..aa97974b84e9 100644
--- a/net-analyzer/fwlogwatch/ChangeLog
+++ b/net-analyzer/fwlogwatch/ChangeLog
@@ -1,6 +1,41 @@
# ChangeLog for net-analyzer/fwlogwatch
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.1 2003/06/12 03:06:09 brad Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.1.1.1 2005/11/30 10:12:30 chriswhite Exp $
+
+ 21 May 2005; Simon Stelling <blubb@gentoo.org> fwlogwatch-1.0.ebuild:
+ added ~amd64 keyword
+
+ 02 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -fwlogwatch-0.9.2.ebuild:
+ Removing old version.
+
+ 16 Aug 2004; Eldad Zack <eldad@gentoo.org> fwlogwatch-1.0.ebuild:
+ x86 stable
+
+ 16 Jul 2004; David Holm <dholm@gentoo.org> fwlogwatch-1.0.ebuild:
+ Added to ~ppc.
+
+*fwlogwatch-1.0 (11 Jul 2004)
+
+ 11 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml,
+ +fwlogwatch-1.0.ebuild:
+ Version bump. Closes #56320. Thanks to Dinini <dinini@ljones.com>
+
+ 21 Aug 2003; Michael Sterrett <msterret@gentoo.org> fwlogwatch-0.9.3.ebuild:
+ sed in src_unpack; add error messages
+
+ 06 Jul 2003; Stewart Honsberger <blkdeath@gentoo.org>
+ fwlogwatch-0.9.3.ebuild:
+ Marked stable on x86
+
+*fwlogwatch-0.9.3 (23 Jun 2003)
+
+ 23 Jun 2003; Brad Laue <brad@gentoo.org> fwlogwatch-0.9.3.ebuild:
+ Update fwlogwatch to 0.9.3 - submitted by Stewart <bugsubmit@snerk.org>
+
+*fwlogwatch-0.9.2 (23 Jun 2003)
+
+ 23 Jun 2003; Brad Laue <brad@gentoo.org> fwlogwatch-0.9.2.ebuild:
+ Marking stable on x86
*fwlogwatch-0.92 (11 Jun 2003)
diff --git a/net-analyzer/fwlogwatch/Manifest b/net-analyzer/fwlogwatch/Manifest
index 427a0f8c5fdd..37c0e39ece79 100644
--- a/net-analyzer/fwlogwatch/Manifest
+++ b/net-analyzer/fwlogwatch/Manifest
@@ -1,2 +1,6 @@
-MD5 8adbb76b1db440b7437894066f1708f2 fwlogwatch-0.92.ebuild 832
-MD5 514cb90a87fcdbe523292b401251faa4 files/digest-fwlogwatch-0.92 65
+MD5 5207cd3e962a512b7010f52bbfe3e4cc ChangeLog 1575
+MD5 ba656ddb7a2a209d7641980798b435f6 fwlogwatch-0.9.3.ebuild 1105
+MD5 c9b1d2c8076a013e89544d1d9826a953 fwlogwatch-1.0.ebuild 1089
+MD5 2576985377d59cb57f807964ac756ecf metadata.xml 236
+MD5 d6bcf04d65c71ea5420636851372769a files/digest-fwlogwatch-0.9.3 67
+MD5 4504bcd063b5859ce62a570512bfa357 files/digest-fwlogwatch-1.0 66
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild
index 18e94cfa98c8..bb1f36a563a9 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild
@@ -1,19 +1,30 @@
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild,v 1.1 2003/06/23 22:39:17 brad Exp $
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild,v 1.1.1.1 2005/11/30 10:12:30 chriswhite Exp $
DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://cert.uni-stuttgart.de/projects/fwlogwatch/"
SRC_URI="http://www.kyb.uni-stuttgart.de/boris/sw/${P}.tar.gz"
+
+KEYWORDS="x86 ~sparc"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~x86 ~sparc"
IUSE=""
-DEPEND=""
+
+DEPEND=">=sys-apps/sed-4"
RDEPEND=""
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ sed -i \
+ -e "s/^CFLAGS = /CFLAGS = ${CFLAGS} /g" Makefile || \
+ die "sed Makefile failed"
+}
+
src_compile() {
- sed -e "s/^CFLAGS = /CFLAGS = ${CFLAGS} /g" Makefile > ${T}/Makefile.fwlogwatch
- mv -f ${T}/Makefile.fwlogwatch Makefile
- emake || die
+ emake || die "emake failed"
}
src_install() {
@@ -27,7 +38,7 @@ src_install() {
doins contrib/fwlogwatch.php
doins contrib
insinto /etc
- doins fwlogwatch.config fwlogwatch.template
+ doins fwlogwatch.config fwlogwatch.template
dodoc AUTHORS ChangeLog CREDITS COPYING README
doman fwlogwatch.8
}
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild
index 0d23dfde3d0c..e30fab53d70b 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild,v 1.1 2004/07/11 11:56:17 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild,v 1.1.1.1 2005/11/30 10:12:30 chriswhite Exp $
DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://fwlogwatch.inside-security.de/"
SRC_URI="http://www.kybs.de/boris/sw/${P}.tar.bz2"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="x86 ~sparc ~ppc ~amd64"
LICENSE="GPL-1"
SLOT="0"
IUSE=""