Amavis log reporting utility.
This commit is contained in:
parent
2af88e8934
commit
3ad466db54
5 changed files with 46 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5355 2013/07/01 11:43:24 noud4 Exp $
|
||||
# $Id: Makefile,v 1.5356 2013/07/01 11:45:56 noud4 Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -94,6 +94,7 @@ SUBDIR+= alsa-plugins
|
|||
SUBDIR+= alsa-utils
|
||||
SUBDIR+= alt-ergo
|
||||
SUBDIR+= am-utils
|
||||
SUBDIR+= amavis-logwatch
|
||||
SUBDIR+= amaya
|
||||
SUBDIR+= analizo
|
||||
SUBDIR+= and
|
||||
|
|
5
amavis-logwatch/DESCR
Normal file
5
amavis-logwatch/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The amavis-logwatch log analyzer produces summaries, reports and statistics
|
||||
regarding the operation of amavis.
|
||||
Use standalone, or as a filter module for the open source logwatch utility.
|
||||
|
||||
(This is the standalone install)
|
20
amavis-logwatch/Makefile
Normal file
20
amavis-logwatch/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/07/01 11:44:42 noud4 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${FILTER_NAME}-1.51.02
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=logreporters/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= noud4@home.nl
|
||||
HOMEPAGE= http://logreporters.sourceforge.net/
|
||||
COMMENT= Amavis log reporting utility
|
||||
LICENSE= mit
|
||||
|
||||
FILTER_NAME= amavis-logwatch
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../wip/postfix-logwatch/Makefile.common"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
amavis-logwatch/distinfo
Normal file
5
amavis-logwatch/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/07/01 11:44:42 noud4 Exp $
|
||||
|
||||
SHA1 (amavis-logwatch-1.51.02.tgz) = 77eb360dabb501087edb82fa3737e2ce9317d6a5
|
||||
RMD160 (amavis-logwatch-1.51.02.tgz) = 8f2e4e6d180e186895cd5d63787cdd1dc7fa0d4b
|
||||
Size (amavis-logwatch-1.51.02.tgz) = 86314 bytes
|
14
amavis-logwatch/options.mk
Normal file
14
amavis-logwatch/options.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: options.mk,v 1.1 2013/07/01 11:44:42 noud4 Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.amavis-logwatch
|
||||
PKG_SUPPORTED_OPTIONS+= logwatch
|
||||
|
||||
PKG_SUGGESTED_OPTIONS+= logwatch
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mlogwatch)
|
||||
.include "../../wip/postfix-logwatch/Makefile.logwatch"
|
||||
.else
|
||||
.include "../../wip/postfix-logwatch/Makefile.standalone"
|
||||
.endif
|
Loading…
Reference in a new issue