Date: Wed, 1 Jul 2020 08:51:09 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540935 - in head/mail: . courier-analog Message-ID: <202007010851.0618p9nX042568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Jul 1 08:51:09 2020 New Revision: 540935 URL: https://svnweb.freebsd.org/changeset/ports/540935 Log: Add mail/courier-analog, Courier log analyzer PR: 246282 Submitted by: Radim Kolar <hsn@sendmail.cz> Added: head/mail/courier-analog/ head/mail/courier-analog/Makefile (contents, props changed) head/mail/courier-analog/distinfo (contents, props changed) head/mail/courier-analog/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Jul 1 08:50:56 2020 (r540934) +++ head/mail/Makefile Wed Jul 1 08:51:09 2020 (r540935) @@ -73,6 +73,7 @@ SUBDIR += cone SUBDIR += coolmail SUBDIR += courier + SUBDIR += courier-analog SUBDIR += courier-authlib-vchkpw SUBDIR += courier-imap SUBDIR += courier-pythonfilter Added: head/mail/courier-analog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/courier-analog/Makefile Wed Jul 1 08:51:09 2020 (r540935) @@ -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> Added: head/mail/courier-analog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/courier-analog/distinfo Wed Jul 1 08:51:09 2020 (r540935) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588838777 +SHA256 (courier-analog-0.17.tar.bz2) = 973963f748018a577de4e3fb90ee56e65cd9a397cfd0f01596688971c62c8060 +SIZE (courier-analog-0.17.tar.bz2) = 77368 Added: head/mail/courier-analog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/courier-analog/pkg-descr Wed Jul 1 08:51:09 2020 (r540935) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007010851.0618p9nX042568>