Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2012 13:36:39 +0900 (JST)
From:      Masaki TAGAWA <masaki@club.kyutech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        masaki@club.kyutech.ac.jp
Subject:   ports/164040: [maintainer update] mail/amavis-logwatch: update to 1.51.00
Message-ID:  <201201120436.q0C4adUb060597@rose.club.kyutech.ac.jp>
Resent-Message-ID: <201201120520.q0C5K8bx092575@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164040
>Category:       ports
>Synopsis:       [maintainer update] mail/amavis-logwatch: update to 1.51.00
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 05:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Masaki TAGAWA
>Release:        FreeBSD 8.2-RELEASE-p5 amd64
>Organization:
Kyushu Institute of Technology
>Environment:
System: FreeBSD rose.club.kyutech.ac.jp 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #2: Wed Dec 28 15:02:43 JST 2011 root@rose.club.kyutech.ac.jp:/usr/obj/usr/src/sys/MASAKIKERNEL amd64


	
>Description:
	Update mail/amavis-logwatch to 1.51.00.

	License is now the MIT/X-Consortium License:
	   http://www.opensource.org/licenses/mit-license.php
	
>How-To-Repeat:
	
>Fix:

	

--- amavis-logwatch.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	amavis-logwatch
#	amavis-logwatch/pkg-descr
#	amavis-logwatch/pkg-plist
#	amavis-logwatch/distinfo
#	amavis-logwatch/Makefile
#
echo c - amavis-logwatch
mkdir -p amavis-logwatch > /dev/null 2>&1
echo x - amavis-logwatch/pkg-descr
sed 's/^X//' >amavis-logwatch/pkg-descr << '550f0126b35a41b5dd756703b8aacba6'
XThe amavis-logwatch(1) utility is an Amavisd-new log parser
Xthat produces summaries, details, and statistics regarding
Xthe operation of Amavisd-new (henceforth, simply called Amavis).
X
XA key feature of amavis-logwatch is its ability to produce
Xa very wide range of reports with data grouped and sorted as
Xmuch as possible to reduce noise and highlight patterns. Brief
Xsummary reports provide a quick overview of general Amavis
Xoperations and message delivery, calling out warnings that
Xmay require attention. Detailed reports provide easy to scan,
Xhierarchically-arranged and organized information, with as
Xmuch or little detail as desired.
X
XWWW: http://logreporters.sourceforge.net/
550f0126b35a41b5dd756703b8aacba6
echo x - amavis-logwatch/pkg-plist
sed 's/^X//' >amavis-logwatch/pkg-plist << '168a3a84ddbf68d923ce7fd801ef69ac'
X@unexec if cmp -s %D/%%ETCDIR%%/amavis-logwatch.conf.sample %D/%%ETCDIR%%/amavis-logwatch.conf; then rm -f %D/%%ETCDIR%%/amavis-logwatch.conf; fi
X%%ETCDIR%%/amavis-logwatch.conf.sample
X@exec if [ ! -f %B/amavis-logwatch.conf ] ; then cp -p %B/%f %B/amavis-logwatch.conf; fi
X@dirrmtry %%ETCDIR%%
Xbin/amavis-logwatch
168a3a84ddbf68d923ce7fd801ef69ac
echo x - amavis-logwatch/distinfo
sed 's/^X//' >amavis-logwatch/distinfo << '26374532b8bdba236ec3a0861b0f82db'
XSHA256 (amavis-logwatch-1.51.00.tgz) = 96c20cd71ee2ab9f9fd8c4ad1ee2d72d80992920e1135e0f982f4e4f39db4cf4
XSIZE (amavis-logwatch-1.51.00.tgz) = 86482
26374532b8bdba236ec3a0861b0f82db
echo x - amavis-logwatch/Makefile
sed 's/^X//' >amavis-logwatch/Makefile << '0c08faea0fc08c028cd7abe53cb78d8f'
X# New ports collection makefile for:	amavis-logwatch
X# Date created:				2012-01-12
X# Whom:					Masaki TAGAWA <masaki@club.kyutech.ac.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	amavis-logwatch
XPORTVERSION=	1.51.00
XCATEGORIES=	mail
XMASTER_SITES=	SF/logreporters/${PORTNAME}/release/${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	masaki@club.kyutech.ac.jp
XCOMMENT=	Amavisd-new log parser
X
XLICENSE=	MIT
X
XPORTDOCS=	Bugs Changes README
XPORTEXAMPLES=	${PORTNAME}.conf
X
XMAN1=		${PORTNAME}.1
X
XUSE_PERL5_RUN=	yes
XNO_BUILD=	yes
X
Xpost-patch:
X	@cd ${WRKSRC} && ${REINPLACE_CMD} -e '\
X		s!/usr/local/etc!${ETCDIR}! \
X		' ${PORTNAME} ${PORTNAME}.1 README
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X	@${CP} ${WRKSRC}/${PORTNAME}.conf ${WRKSRC}/${PORTNAME}.conf.sample
X	@${MKDIR} ${ETCDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${ETCDIR}
X
Xpost-install:
X	@if [ ! -f ${ETCDIR}/${PORTNAME}.conf ]; then \
X		${CP} -p ${ETCDIR}/${PORTNAME}.conf.sample ${ETCDIR}/${PORTNAME}.conf; \
X	fi
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}
X.endif
X.if !defined(NOPORTEXAMPLES)
X	@${MKDIR} ${EXAMPLESDIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
0c08faea0fc08c028cd7abe53cb78d8f
exit
--- amavis-logwatch.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201120436.q0C4adUb060597>