aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-01 08:51:09 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-01 08:51:09 +0000
commite6d99a420ed8a1c75fd5f2d6f6d8ea29424e408b (patch)
treefc332ad4a5a279da3a2024ec3b79d74e3f367380 /mail
parentd9efe26e63446b7d24f23abc93eaa4a32d55a460 (diff)
downloadports-e6d99a420ed8a1c75fd5f2d6f6d8ea29424e408b.tar.gz
ports-e6d99a420ed8a1c75fd5f2d6f6d8ea29424e408b.zip
Add mail/courier-analog, Courier log analyzer
PR: 246282 Submitted by: Radim Kolar <hsn@sendmail.cz>
Notes
Notes: svn path=/head/; revision=540935
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/courier-analog/Makefile22
-rw-r--r--mail/courier-analog/distinfo3
-rw-r--r--mail/courier-analog/pkg-descr6
4 files changed, 32 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index cda30f959da7..4e33e0a1c372 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -73,6 +73,7 @@
SUBDIR += cone
SUBDIR += coolmail
SUBDIR += courier
+ SUBDIR += courier-analog
SUBDIR += courier-authlib-vchkpw
SUBDIR += courier-imap
SUBDIR += courier-pythonfilter
diff --git a/mail/courier-analog/Makefile b/mail/courier-analog/Makefile
new file mode 100644
index 000000000000..c8b52a4f13f4
--- /dev/null
+++ b/mail/courier-analog/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= courier-analog
+PORTVERSION= 0.17
+CATEGORIES= mail
+MASTER_SITES= SF/courier/analog/${PORTVERSION}
+
+MAINTAINER= hsn@sendmail.cz
+COMMENT= Courier log analyzer
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING.GPL
+
+RUN_DEPENDS= p5-Getopt-Long>0:devel/p5-Getopt-Long
+
+USES= tar:bz2 autoreconf perl5
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/courier-analog \
+ man/man8/courier-analog.8.gz
+
+.include <bsd.port.mk>
diff --git a/mail/courier-analog/distinfo b/mail/courier-analog/distinfo
new file mode 100644
index 000000000000..c367d4a0bc6b
--- /dev/null
+++ b/mail/courier-analog/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588838777
+SHA256 (courier-analog-0.17.tar.bz2) = 973963f748018a577de4e3fb90ee56e65cd9a397cfd0f01596688971c62c8060
+SIZE (courier-analog-0.17.tar.bz2) = 77368
diff --git a/mail/courier-analog/pkg-descr b/mail/courier-analog/pkg-descr
new file mode 100644
index 000000000000..cc11be8de857
--- /dev/null
+++ b/mail/courier-analog/pkg-descr
@@ -0,0 +1,6 @@
+The courier log analyzer. courier-analog generates log summaries
+for incomming and outgoing SMTP connections, and IMAP and POP3
+ activity. courier-analog can generate output in text or
+ HTML format.
+
+WWW: http://www.courier-mta.org/download.html