diff options
author | adrianp <adrianp> | 2007-01-03 12:56:13 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-01-03 12:56:13 +0000 |
commit | fbf496ab0c7fecdadeaecd109716e671c1d9ab52 (patch) | |
tree | e83e3a2ebbe9684c467671a4e4c474c1ef3b8cb3 /mail | |
parent | 6105f574d610651cc356bb9acbaff7755414e4c7 (diff) | |
download | pkgsrc-fbf496ab0c7fecdadeaecd109716e671c1d9ab52.tar.gz |
This is an optional package, the Courier log analyzer. Courier-analog generates
log summaries for incoming and outgoing SMTP connections, and IMAP and POP3
activity. courier-analog can generate output in text or HTML format.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-analog/DESCR | 3 | ||||
-rw-r--r-- | mail/courier-analog/Makefile | 18 | ||||
-rw-r--r-- | mail/courier-analog/PLIST | 3 | ||||
-rw-r--r-- | mail/courier-analog/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/mail/courier-analog/DESCR b/mail/courier-analog/DESCR new file mode 100644 index 00000000000..f4df328db99 --- /dev/null +++ b/mail/courier-analog/DESCR @@ -0,0 +1,3 @@ +This is an optional package, the Courier log analyzer. Courier-analog generates +log summaries for incoming and outgoing SMTP connections, and IMAP and POP3 +activity. courier-analog can generate output in text or HTML format. diff --git a/mail/courier-analog/Makefile b/mail/courier-analog/Makefile new file mode 100644 index 00000000000..c71638b2cce --- /dev/null +++ b/mail/courier-analog/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 12:56:13 adrianp Exp $ +# + +DISTNAME= courier-analog-0.13 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://courier.sourceforge.net/ +COMMENT= Courier log analyzer + +USE_TOOLS+= perl:run + +GNU_CONFIGURE= yes +USE_LANGUAGES= # none + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/courier-analog/PLIST b/mail/courier-analog/PLIST new file mode 100644 index 00000000000..a11ea1909c6 --- /dev/null +++ b/mail/courier-analog/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/03 12:56:13 adrianp Exp $ +bin/courier-analog +man/man8/courier-analog.8 diff --git a/mail/courier-analog/distinfo b/mail/courier-analog/distinfo new file mode 100644 index 00000000000..08e08c7e128 --- /dev/null +++ b/mail/courier-analog/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/03 12:56:13 adrianp Exp $ + +SHA1 (courier-analog-0.13.tar.bz2) = 6fb4e0899ac00816ed54d8a80d9701790e112f62 +RMD160 (courier-analog-0.13.tar.bz2) = 85facdf5f8b7b1e91e729808cd984b33d66ec45a +Size (courier-analog-0.13.tar.bz2) = 60485 bytes |