diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-11 11:56:17 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-11 11:56:17 +0000 |
commit | aac50a863bb94d581a18079dbe5b2a32f0df1a2b (patch) | |
tree | 271e205fc38c51584247a651c6883139711be77a /net-analyzer | |
parent | Stable on ppc and x86. (Manifest recommit) (diff) | |
download | gentoo-2-aac50a863bb94d581a18079dbe5b2a32f0df1a2b.tar.gz gentoo-2-aac50a863bb94d581a18079dbe5b2a32f0df1a2b.tar.bz2 gentoo-2-aac50a863bb94d581a18079dbe5b2a32f0df1a2b.zip |
Version bump. Closes #56320. Thanks to Dinini <dinini@ljones.com>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fwlogwatch/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/fwlogwatch/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/fwlogwatch/files/digest-fwlogwatch-1.0 | 1 | ||||
-rw-r--r-- | net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild | 47 | ||||
-rw-r--r-- | net-analyzer/fwlogwatch/metadata.xml | 6 |
5 files changed, 64 insertions, 1 deletions
diff --git a/net-analyzer/fwlogwatch/ChangeLog b/net-analyzer/fwlogwatch/ChangeLog index 8bad07fbd7c8..5fd542f26e3d 100644 --- a/net-analyzer/fwlogwatch/ChangeLog +++ b/net-analyzer/fwlogwatch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/fwlogwatch # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.7 2004/06/24 22:02:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.8 2004/07/11 11:56:17 eldad Exp $ + +*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 diff --git a/net-analyzer/fwlogwatch/Manifest b/net-analyzer/fwlogwatch/Manifest index b613467a0112..c0238149b37a 100644 --- a/net-analyzer/fwlogwatch/Manifest +++ b/net-analyzer/fwlogwatch/Manifest @@ -1,5 +1,8 @@ MD5 f4972638d01019af6e5fe48ef2e84921 fwlogwatch-0.9.2.ebuild 1056 MD5 7e0984152b7aa8a868b1ea520b83ed75 ChangeLog 1024 MD5 cb1db85b90db207a6539fcaf8c63b23c fwlogwatch-0.9.3.ebuild 1103 +MD5 1d1e73fd4ae254b2642bade8461f266b fwlogwatch-1.0.ebuild 1082 +MD5 2576985377d59cb57f807964ac756ecf metadata.xml 236 MD5 eb2d303a0740438e209fee7e65724267 files/digest-fwlogwatch-0.9.2 67 MD5 d6bcf04d65c71ea5420636851372769a files/digest-fwlogwatch-0.9.3 67 +MD5 4504bcd063b5859ce62a570512bfa357 files/digest-fwlogwatch-1.0 66 diff --git a/net-analyzer/fwlogwatch/files/digest-fwlogwatch-1.0 b/net-analyzer/fwlogwatch/files/digest-fwlogwatch-1.0 new file mode 100644 index 000000000000..ea194daf0c39 --- /dev/null +++ b/net-analyzer/fwlogwatch/files/digest-fwlogwatch-1.0 @@ -0,0 +1 @@ +MD5 a0aa323568862e23fdbc6473ce6a01b5 fwlogwatch-1.0.tar.bz2 87823 diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild new file mode 100644 index 000000000000..0d23dfde3d0c --- /dev/null +++ b/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2004 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 $ + +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" +LICENSE="GPL-1" +SLOT="0" +IUSE="" + +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() { + emake || die "emake failed" +} + +src_install() { + dosbin fwlogwatch + dosbin contrib/fwlw_notify + dosbin contrib/fwlw_respond + dodir /usr/share/fwlogwatch/contrib + insinto /usr/share/fwlogwatch/contrib + + doins contrib/fwlogsummary.cgi + doins contrib/fwlogsummary_small.cgi + doins contrib/fwlogwatch.php + doins contrib + insinto /etc + + doins fwlogwatch.config fwlogwatch.template + + dodoc AUTHORS ChangeLog CREDITS COPYING README + doman fwlogwatch.8 +} diff --git a/net-analyzer/fwlogwatch/metadata.xml b/net-analyzer/fwlogwatch/metadata.xml new file mode 100644 index 000000000000..250db415f2bb --- /dev/null +++ b/net-analyzer/fwlogwatch/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>A packet filter and firewall log analyzer</longdescription> +</pkgmetadata> |