From owner-svn-ports-all@freebsd.org Wed Jul 1 08:51:11 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E45C367AF6; Wed, 1 Jul 2020 08:51:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xZhH0WVlz488H; Wed, 1 Jul 2020 08:51:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D113226837; Wed, 1 Jul 2020 08:51:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0618pAn8042573; Wed, 1 Jul 2020 08:51:10 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0618p9nX042568; Wed, 1 Jul 2020 08:51:09 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202007010851.0618p9nX042568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 1 Jul 2020 08:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540935 - in head/mail: . courier-analog X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/mail: . courier-analog X-SVN-Commit-Revision: 540935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 08:51:11 -0000 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 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 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