Add mail/courier-analog, Courier log analyzer

PR:		246282
Submitted by:	Radim Kolar <hsn@sendmail.cz>
This commit is contained in:
Li-Wen Hsu 2020-07-01 08:51:09 +00:00
parent d9efe26e63
commit e6d99a420e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540935
4 changed files with 32 additions and 0 deletions

View File

@ -73,6 +73,7 @@
SUBDIR += cone
SUBDIR += coolmail
SUBDIR += courier
SUBDIR += courier-analog
SUBDIR += courier-authlib-vchkpw
SUBDIR += courier-imap
SUBDIR += courier-pythonfilter

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1588838777
SHA256 (courier-analog-0.17.tar.bz2) = 973963f748018a577de4e3fb90ee56e65cd9a397cfd0f01596688971c62c8060
SIZE (courier-analog-0.17.tar.bz2) = 77368

View File

@ -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