mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
The postfix-logwatch(1) utility is a Postfix MTA log parser
that produces summaries, details, and statistics regarding the operation of Postfix. A key feature of postfix-logwatch is its ability to produce a very wide range of reports with data grouped and sorted as much as possible to reduce noise and highlight patterns. Brief summary reports provide a quick overview of general Postfix operations and message delivery, calling out warnings that may require attention. Detailed reports provide easy to scan, hierarchically-arranged and organized information, with as much or little detail as desired. WWW: http://logreporters.sourceforge.net/ PR: ports/159988 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
This commit is contained in:
parent
63309d266b
commit
693a7f2e5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280235
@ -516,6 +516,7 @@
|
||||
SUBDIR += postfix
|
||||
SUBDIR += postfix-current
|
||||
SUBDIR += postfix-gps
|
||||
SUBDIR += postfix-logwatch
|
||||
SUBDIR += postfix-policyd-sf
|
||||
SUBDIR += postfix-policyd-spf
|
||||
SUBDIR += postfix-policyd-spf-perl
|
||||
|
52
mail/postfix-logwatch/Makefile
Normal file
52
mail/postfix-logwatch/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
# New ports collection makefile for: postfix-logwatch
|
||||
# Date created: 2011-08-19
|
||||
# Whom: Alexander Moisseev <moiseev@mezonplus.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postfix-logwatch
|
||||
PORTVERSION= 1.39.05
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/logreporters/${PORTNAME}/release/${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= moiseev@mezonplus.ru
|
||||
COMMENT= Postfix MTA log parser
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PORTDOCS= Bugs Changes README
|
||||
PORTEXAMPLES= ${PORTNAME}.conf ${PORTNAME}.conf-topn
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC} && ${REINPLACE_CMD} -e '\
|
||||
s!/usr/local/etc!${ETCDIR}! \
|
||||
' ${PORTNAME} ${PORTNAME}.1 README
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
|
||||
@${CP} ${WRKSRC}/${PORTNAME}.conf ${WRKSRC}/${PORTNAME}.conf.sample
|
||||
@${MKDIR} ${ETCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${ETCDIR}
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${ETCDIR}/${PORTNAME}.conf ]; then \
|
||||
${CP} -p ${ETCDIR}/${PORTNAME}.conf.sample ${ETCDIR}/${PORTNAME}.conf; \
|
||||
fi
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/postfix-logwatch/distinfo
Normal file
2
mail/postfix-logwatch/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (postfix-logwatch-1.39.05.tgz) = fb545253ce137c32e61c0a5a0c92eacc7785cb2e7973d2bd15562e52b626f96a
|
||||
SIZE (postfix-logwatch-1.39.05.tgz) = 99813
|
14
mail/postfix-logwatch/pkg-descr
Normal file
14
mail/postfix-logwatch/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
The postfix-logwatch(1) utility is a Postfix MTA log parser
|
||||
that produces summaries, details, and statistics regarding
|
||||
the operation of Postfix.
|
||||
|
||||
A key feature of postfix-logwatch is its ability to produce
|
||||
a very wide range of reports with data grouped and sorted as
|
||||
much as possible to reduce noise and highlight patterns. Brief
|
||||
summary reports provide a quick overview of general Postfix
|
||||
operations and message delivery, calling out warnings that
|
||||
may require attention. Detailed reports provide easy to scan,
|
||||
hierarchically-arranged and organized information, with as
|
||||
much or little detail as desired.
|
||||
|
||||
WWW: http://logreporters.sourceforge.net/
|
5
mail/postfix-logwatch/pkg-plist
Normal file
5
mail/postfix-logwatch/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
@unexec if cmp -s %D/%%ETCDIR%%/postfix-logwatch.conf.sample %D/%%ETCDIR%%/postfix-logwatch.conf; then rm -f %D/%%ETCDIR%%/postfix-logwatch.conf; fi
|
||||
%%ETCDIR%%/postfix-logwatch.conf.sample
|
||||
@exec if [ ! -f %B/postfix-logwatch.conf ] ; then cp -p %B/%f %B/postfix-logwatch.conf; fi
|
||||
@dirrmtry %%ETCDIR%%
|
||||
bin/postfix-logwatch
|
Loading…
Reference in New Issue
Block a user