summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-03 09:50:57 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-03 09:50:57 +0000
commitbaaaf4c899ed210276718d072ecdc2f2026d9d09 (patch)
treec19337a9b1650dd42c2ffcc7e1546c0b5b9e3784 /net-mail
parentRemoving 1.1.4 because of bug #69743. (Manifest recommit) (diff)
downloadgentoo-2-baaaf4c899ed210276718d072ecdc2f2026d9d09.tar.gz
gentoo-2-baaaf4c899ed210276718d072ecdc2f2026d9d09.tar.bz2
gentoo-2-baaaf4c899ed210276718d072ecdc2f2026d9d09.zip
Initial import. Closes #32445.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/pflogsumm/ChangeLog11
-rw-r--r--net-mail/pflogsumm/Manifest2
-rw-r--r--net-mail/pflogsumm/files/digest-pflogsumm-1.0.111
-rw-r--r--net-mail/pflogsumm/metadata.xml9
-rw-r--r--net-mail/pflogsumm/pflogsumm-1.0.11.ebuild21
5 files changed, 44 insertions, 0 deletions
diff --git a/net-mail/pflogsumm/ChangeLog b/net-mail/pflogsumm/ChangeLog
new file mode 100644
index 000000000000..498b122eae0b
--- /dev/null
+++ b/net-mail/pflogsumm/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-mail/pflogsumm
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.1 2004/11/03 09:50:57 ticho Exp $
+
+*pflogsumm-1.0.11 (03 Nov 2004)
+
+ 03 Nov 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +pflogsumm-1.0.11.ebuild:
+ Initial import. Closes bug #32445, ebuild submitted by eric sammer
+ <eric@ineoconcepts.com>.
+
diff --git a/net-mail/pflogsumm/Manifest b/net-mail/pflogsumm/Manifest
new file mode 100644
index 000000000000..f15c7f49f777
--- /dev/null
+++ b/net-mail/pflogsumm/Manifest
@@ -0,0 +1,2 @@
+MD5 444772a0b565c17534ddc978f72eeac6 pflogsumm-1.0.11.ebuild 487
+MD5 4466d44df635623be63823678a976df7 files/digest-pflogsumm-1.0.11 67
diff --git a/net-mail/pflogsumm/files/digest-pflogsumm-1.0.11 b/net-mail/pflogsumm/files/digest-pflogsumm-1.0.11
new file mode 100644
index 000000000000..9a0ab5a3756c
--- /dev/null
+++ b/net-mail/pflogsumm/files/digest-pflogsumm-1.0.11
@@ -0,0 +1 @@
+MD5 41e77528a99e22514c56e1a9bdf67bce pflogsumm-1.0.11.tar.gz 40228
diff --git a/net-mail/pflogsumm/metadata.xml b/net-mail/pflogsumm/metadata.xml
new file mode 100644
index 000000000000..fed54c02866d
--- /dev/null
+++ b/net-mail/pflogsumm/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+ <maintainer>
+ <email>ticho@gentoo.org</email>
+ <name>Andrej Kacian</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-mail/pflogsumm/pflogsumm-1.0.11.ebuild b/net-mail/pflogsumm/pflogsumm-1.0.11.ebuild
new file mode 100644
index 000000000000..07defc0ba921
--- /dev/null
+++ b/net-mail/pflogsumm/pflogsumm-1.0.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.0.11.ebuild,v 1.1 2004/11/03 09:50:57 ticho Exp $
+
+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"
+DEPEND="dev-lang/perl
+ dev-perl/Date-Calc"
+
+src_install() {
+ dodoc README ToDo ChangeLog pflogsumm-faq.txt
+ doman pflogsumm.1
+ dobin pflogsumm.pl
+}