summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-11-16 23:39:27 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-11-16 23:39:27 +0000
commitbe4ce5b92f4c2b2764e26e89fc42d339aaac6b3f (patch)
tree783aa8d2fd2cbe9b75f34f79f0faa4a139d3c597 /net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-be4ce5b92f4c2b2764e26e89fc42d339aaac6b3f.tar.gz
gentoo-2-be4ce5b92f4c2b2764e26e89fc42d339aaac6b3f.tar.bz2
gentoo-2-be4ce5b92f4c2b2764e26e89fc42d339aaac6b3f.zip
Add patch to be able to parse postfix-2.3 logs. Suggested by crywolf at kyndimarion.net in bug #144236.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild')
-rw-r--r--net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild
new file mode 100644
index 000000000000..8f26cfb73b8e
--- /dev/null
+++ b/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild,v 1.1 2006/11/16 23:39:27 ticho Exp $
+
+inherit eutils
+
+DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs"
+HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html"
+SRC_URI="http://jimsun.linxnet.com/downloads/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+
+IUSE=""
+KEYWORDS="x86 amd64"
+DEPEND="dev-lang/perl
+ dev-perl/Date-Calc"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PV}-postfix-2.3-logs.patch
+}
+
+src_install() {
+ dodoc README ToDo ChangeLog pflogsumm-faq.txt
+ doman pflogsumm.1
+ dobin pflogsumm.pl
+}