mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add mail/courier-analog, Courier log analyzer
PR: 246282 Submitted by: Radim Kolar <hsn@sendmail.cz>
This commit is contained in:
parent
d9efe26e63
commit
e6d99a420e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540935
@ -73,6 +73,7 @@
|
||||
SUBDIR += cone
|
||||
SUBDIR += coolmail
|
||||
SUBDIR += courier
|
||||
SUBDIR += courier-analog
|
||||
SUBDIR += courier-authlib-vchkpw
|
||||
SUBDIR += courier-imap
|
||||
SUBDIR += courier-pythonfilter
|
||||
|
22
mail/courier-analog/Makefile
Normal file
22
mail/courier-analog/Makefile
Normal 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>
|
3
mail/courier-analog/distinfo
Normal file
3
mail/courier-analog/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1588838777
|
||||
SHA256 (courier-analog-0.17.tar.bz2) = 973963f748018a577de4e3fb90ee56e65cd9a397cfd0f01596688971c62c8060
|
||||
SIZE (courier-analog-0.17.tar.bz2) = 77368
|
6
mail/courier-analog/pkg-descr
Normal file
6
mail/courier-analog/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user