From root@havanna.treibsand.com  Fri Apr 30 11:04:35 2010
Return-Path: <root@havanna.treibsand.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B5F76106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Apr 2010 11:04:35 +0000 (UTC)
	(envelope-from root@havanna.treibsand.com)
Received: from havanna.treibsand.com (havanna.treibsand.com [194.97.149.209])
	by mx1.freebsd.org (Postfix) with ESMTP id 46DCB8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Apr 2010 11:04:34 +0000 (UTC)
Received: from havanna.treibsand.com (localhost [127.0.0.1])
	by havanna.treibsand.com (8.14.3/8.14.3) with ESMTP id o3UB6kk4038541
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Apr 2010 13:06:46 +0200 (CEST)
	(envelope-from root@havanna.treibsand.com)
Received: (from root@localhost)
	by havanna.treibsand.com (8.14.4/8.14.4/Submit) id o3UB6iQp038540;
	Fri, 30 Apr 2010 13:06:44 +0200 (CEST)
	(envelope-from root)
Message-Id: <201004301106.o3UB6iQp038540@havanna.treibsand.com>
Date: Fri, 30 Apr 2010 13:06:44 +0200 (CEST)
From: Axel Steiner <ast@treibsand.com>
Reply-To: Axel Steiner <ast@treibsand.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/spmfilter-clamav: ClamAV plugin for spmfilter	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146182
>Category:       ports
>Synopsis:       [NEW PORT] mail/spmfilter-clamav: ClamAV plugin for spmfilter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 11:10:01 UTC 2010
>Closed-Date:    Tue May 18 02:28:41 UTC 2010
>Last-Modified:  Tue May 18 02:28:41 UTC 2010
>Originator:     Axel Steiner
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD havanna.treibsand.com 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sun Mar 21 06:15:01 UTC 2010 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
spmfilter-clamav is a plugin for spmfilter that enables spmfilter to check mails 
with the Clam AntiVirus open source toolkit for viruses. The major goal of this 
plugin is to provide an easy way for virus-scanning emails. If ClamAV detects 
malicious software like viruses the affected email is discarded by the plugin. 
Optionally notifications can be enabled to inform the recipients and sender 
(configurable) about the discarded message. 
	
>How-To-Repeat:
	
>Fix:

	

--- spmfilter-clamav-0.1.1.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:
#
#	/usr/ports/mail/spmfilter-clamav/
#	/usr/ports/mail/spmfilter-clamav/Makefile
#	/usr/ports/mail/spmfilter-clamav/distinfo
#	/usr/ports/mail/spmfilter-clamav/pkg-descr
#	/usr/ports/mail/spmfilter-clamav/pkg-plist
#
echo c - /usr/ports/mail/spmfilter-clamav/
mkdir -p /usr/ports/mail/spmfilter-clamav/ > /dev/null 2>&1
echo x - /usr/ports/mail/spmfilter-clamav/Makefile
sed 's/^X//' >/usr/ports/mail/spmfilter-clamav/Makefile << '1c258324b96c9608722c8fbd57266046'
X# New ports collection makefile for:	spmfilter-clamav
X# Date created:				30 April 2010
X# Whom:					Axel Steiner <ast@treibsand.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	spmfilter-clamav
XPORTVERSION=	0.1.1
XCATEGORIES=	mail
XMASTER_SITES=	http://www.spmfilter.org/attachments/download/59/
X
XMAINTAINER=	ast@treibsand.com
XCOMMENT=	ClamAV plugin for spmfilter
X
XBUILD_DEPENDS=	spmfilter>=0.4:${PORTSDIR}/mail/spmfilter \
X		glib>=2.04:${PORTSDIR}/devel/glib20
X
XRUN_DEPENDS=	spmfilter>=0.4:${PORTSDIR}/mail/spmfilter \
X		glib>=2.04:${PORTSDIR}/devel/glib20
X
XUSE_CMAKE=	yes
XCMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
X		-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
X
XUSE_LDCONFIG=	${PREFIX}/lib/spmfilter
X
XOPTIONS=	DEBUG	"Enable Debugging"	off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_DEBUG)
XCMAKE_ARGS+=    -DENABLE_DEBUG=TRUE
X.endif
X
XMAN1=           ${PORTNAME}.1
XMANCOMPRESSED=  yes
X
XDOCS=		contrib/virus-notify.txt README
XPORTDOCS=	*
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|share/man|man|' \
X		${WRKSRC}/cmake/Modules/SMFMacros.cmake
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
X.endif
X.include <bsd.port.post.mk>
1c258324b96c9608722c8fbd57266046
echo x - /usr/ports/mail/spmfilter-clamav/distinfo
sed 's/^X//' >/usr/ports/mail/spmfilter-clamav/distinfo << '115a9d5172dd0622af1753c509a7d2f7'
XMD5 (spmfilter-clamav-0.1.1.tar.gz) = 10e4151465ae7df00e7fc1dceb82d32b
XSHA256 (spmfilter-clamav-0.1.1.tar.gz) = 7b68b9b7347bf5787fe63da77e733c7a67c40c82d6c87760f8f5d658573dc8a9
XSIZE (spmfilter-clamav-0.1.1.tar.gz) = 9065
115a9d5172dd0622af1753c509a7d2f7
echo x - /usr/ports/mail/spmfilter-clamav/pkg-descr
sed 's/^X//' >/usr/ports/mail/spmfilter-clamav/pkg-descr << '9396550fca738a435677f464c4ea64e0'
Xspmfilter-clamav is a plugin for spmfilter that enables spmfilter 
Xto check mails with the Clam AntiVirus open source toolkit for 
Xviruses. The major goal of this plugin is to provide an easy way 
Xfor virus-scanning emails. If ClamAV detects malicious software 
Xlike viruses the affected email is discarded by the plugin. 
XOptionally notifications can be enabled to inform the recipients
Xand sender (configurable) about the discarded message. 
X
XWWW: http://www.spmfilter.org/
9396550fca738a435677f464c4ea64e0
echo x - /usr/ports/mail/spmfilter-clamav/pkg-plist
sed 's/^X//' >/usr/ports/mail/spmfilter-clamav/pkg-plist << '2cf132e44edcd6311d97ebf1fc462c1f'
Xlib/spmfilter/libclamav.so
Xlib/spmfilter/libclamav.so.0.1.1
2cf132e44edcd6311d97ebf1fc462c1f
exit
--- spmfilter-clamav-0.1.1.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Sun May 2 19:35:12 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146182 
State-Changed-From-To: open->feedback 
State-Changed-By: sahil 
State-Changed-When: Sun May 16 22:52:53 UTC 2010 
State-Changed-Why:  
Ask for submitter approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146182 

From: Sahil Tandon <sahil@FreeBSD.org>
To: bug-followup@FreeBSD.org, Axel Steiner <ast@treibsand.com>
Cc:  
Subject: Re: ports/146182: [NEW PORT] mail/spmfilter-clamav: ClamAV plugin
 for spmfilter
Date: Sun, 16 May 2010 18:51:33 -0400

 --b5gNqxB1S1yM7hjW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi Axel,
 
 As with your mail/spmfilter-spamassassin submission, I've made some
 changes to this one.  Please let me know your thoughts.
 
 Thanks,
 -- 
 Sahil Tandon <sahil@FreeBSD.org>
 
 --b5gNqxB1S1yM7hjW
 Content-Type: application/x-shar
 Content-Disposition: attachment; filename="spmfilter-clamav.shar"
 Content-Transfer-Encoding: quoted-printable
 
 # This is a shell archive.  Save it in a file, remove anything before=0A# t=
 his line, and then unpack it by entering "sh file".  Note, it may=0A# creat=
 e directories; files and directories will be owned by you and=0A# have defa=
 ult permissions.=0A#=0A# This archive contains:=0A#=0A#	spmfilter-clamav=0A=
 #	spmfilter-clamav/Makefile=0A#	spmfilter-clamav/distinfo=0A#	spmfilter-cla=
 mav/pkg-descr=0A#=0Aecho c - spmfilter-clamav=0Amkdir -p spmfilter-clamav >=
  /dev/null 2>&1=0Aecho x - spmfilter-clamav/Makefile=0Ased 's/^X//' >spmfil=
 ter-clamav/Makefile << '95707923d48d5ee2716f5628d49fca9a'=0AX# New ports co=
 llection makefile for:	spmfilter-clamav=0AX# Date created:				2010-04-30=0A=
 X# Whom:					Axel Steiner <ast@treibsand.com>=0AX#=0AX# $FreeBSD$=0AX#=0AX=
 =0AXPORTNAME=3D	spmfilter-clamav=0AXPORTVERSION=3D	0.1.1=0AXCATEGORIES=3D	m=
 ail=0AXMASTER_SITES=3D	http://www.spmfilter.org/attachments/download/59/=0A=
 X=0AXMAINTAINER=3D	ast@treibsand.com=0AXCOMMENT=3D	ClamAV plugin for spmfil=
 ter=0AX=0AXBUILD_DEPENDS=3D	spmfilter>=3D0.4:${PORTSDIR}/mail/spmfilter=0AX=
 =0AXRUN_DEPENDS=3D	spmfilter>=3D0.4:${PORTSDIR}/mail/spmfilter=0AX=0AXUSE_C=
 MAKE=3D	yes=0AXCMAKE_ARGS+=3D	-DCMAKE_INCLUDE_PATH=3D"${LOCALBASE}/include"=
  \=0AX		-DCMAKE_LIBRARY_PATH=3D"${LOCALBASE}/lib"=0AX=0AXUSE_LDCONFIG=3D	${=
 PREFIX}/lib/spmfilter=0AX=0AXPLIST_FILES=3D	lib/spmfilter/libclamav.so \=0A=
 X		lib/spmfilter/libclamav.so.0.1.1=0AX=0AXOPTIONS=3D	DEBUG	"Enable Debuggi=
 ng"	off=0AX=0AX.include <bsd.port.pre.mk>=0AX=0AX.if defined(WITH_DEBUG)=0A=
 XCMAKE_ARGS+=3D    -DENABLE_DEBUG=3DTRUE=0AX.endif=0AX=0AXMAN1=3D          =
  ${PORTNAME}.1=0AXMANCOMPRESSED=3D  yes=0AX=0AXPORTDOCS=3D	*=0AX=0AXpost-pa=
 tch:=0AX	@${REINPLACE_CMD} -e 's|share/man|man|' \=0AX		${WRKSRC}/cmake/Mod=
 ules/SMFMacros.cmake=0AX=0AXpost-install:=0AX.if !defined(NOPORTDOCS)=0AX	@=
 ${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR}/contrib=0AX	@${IN=
 STALL_DATA} ${WRKSRC}/README ${DOCSDIR}=0AX	@${INSTALL_DATA} ${WRKSRC}/cont=
 rib/virus-notify.txt ${DOCSDIR}/contrib=0AX.endif=0AX.include <bsd.port.pos=
 t.mk>=0A95707923d48d5ee2716f5628d49fca9a=0Aecho x - spmfilter-clamav/distin=
 fo=0Ased 's/^X//' >spmfilter-clamav/distinfo << '7da1e646f0c423fae1ea15b562=
 ed718f'=0AXMD5 (spmfilter-clamav-0.1.1.tar.gz) =3D 10e4151465ae7df00e7fc1dc=
 eb82d32b=0AXSHA256 (spmfilter-clamav-0.1.1.tar.gz) =3D 7b68b9b7347bf5787fe6=
 3da77e733c7a67c40c82d6c87760f8f5d658573dc8a9=0AXSIZE (spmfilter-clamav-0.1.=
 1.tar.gz) =3D 9065=0A7da1e646f0c423fae1ea15b562ed718f=0Aecho x - spmfilter-=
 clamav/pkg-descr=0Ased 's/^X//' >spmfilter-clamav/pkg-descr << 'b337b20e390=
 ea69da910f282da801903'=0AXspmfilter-clamav is a plugin for spmfilter that e=
 nables spmfilter =0AXto check mails with the Clam AntiVirus open source too=
 lkit for =0AXviruses. The major goal of this plugin is to provide an easy w=
 ay =0AXfor virus-scanning emails. If ClamAV detects malicious software =0AX=
 like viruses the affected email is discarded by the plugin. =0AXOptionally =
 notifications can be enabled to inform the recipients=0AXand sender (config=
 urable) about the discarded message. =0AX=0AXWWW: http://www.spmfilter.org/=
 =0Ab337b20e390ea69da910f282da801903=0Aexit=0A=0A
 --b5gNqxB1S1yM7hjW--

From: Axel Steiner <ast@treibsand.com>
To: Sahil Tandon <sahil@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/146182: [NEW PORT] mail/spmfilter-clamav: ClamAV plugin for spmfilter
Date: Mon, 17 May 2010 20:36:35 +0200

 --Apple-Mail-10--538547264
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 Sahil,
 
 > As with your mail/spmfilter-spamassassin submission, I've made some
 > changes to this one.  Please let me know your thoughts.
 
 this one is also ok.
 
 Thanks,
 Axel
 --Apple-Mail-10--538547264
 Content-Disposition: attachment;
 	filename=smime.p7s
 Content-Type: application/pkcs7-signature;
 	name=smime.p7s
 Content-Transfer-Encoding: base64
 
 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGLDCCBigw
 ggUQoAMCAQICEDQhtB5SdhAa9/6Dm5zQVmUwDQYJKoZIhvcNAQEFBQAwga4xCzAJBgNVBAYTAlVT
 MQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNVBAoTFVRoZSBVU0VS
 VFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1c3QuY29tMTYwNAYDVQQD
 Ey1VVE4tVVNFUkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQgRW1haWwwHhcNMDkxMDE0
 MDAwMDAwWhcNMTAxMDE0MjM1OTU5WjCB2TE1MDMGA1UECxMsQ29tb2RvIFRydXN0IE5ldHdvcmsg
 LSBQRVJTT05BIE5PVCBWQUxJREFURUQxRjBEBgNVBAsTPVRlcm1zIGFuZCBDb25kaXRpb25zIG9m
 IHVzZTogaHR0cDovL3d3dy5jb21vZG8ubmV0L3JlcG9zaXRvcnkxHzAdBgNVBAsTFihjKTIwMDMg
 Q29tb2RvIExpbWl0ZWQxFTATBgNVBAMTDEF4ZWwgU3RlaW5lcjEgMB4GCSqGSIb3DQEJARYRYXN0
 QHRyZWlic2FuZC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYj9h/34ohZt2M
 EYoj8XrNe4GHG8U/1icKhdETEwT2EUq/RZolj3rR0WhMOB5yib8RsPEVJwL+DCHIQvNm9ojjpvLY
 k2U66BfFweGOzM5Gc2pODUGcPaRAEqj57H/DK5dcK51nIBGb+b6pZdUu5xtZVFbdxZgPELujwAEQ
 f3iV/6uhBUWyBlJ+5fIGTkGJDeF6oQw4cnIVJfdNR+I7HlgxY9daJ/TzZZP7+35wMFixxe0K2c9S
 myPu1UEdiMsWiP2WviPpStwfOP7TQbWaYeCPol2wKONsIEmRttvHjkXRB+x+sDZ/Z8NxU+UpWQmk
 HeHtjCgfyIO3hMVXGL8TIu0dAgMBAAGjggITMIICDzAfBgNVHSMEGDAWgBSJgmd9xJ0mcABLtFBI
 fN49rgRufTAdBgNVHQ4EFgQUIiG1iCmU9RfDCg7pdhMbesoAMY4wDgYDVR0PAQH/BAQDAgWgMAwG
 A1UdEwEB/wQCMAAwIAYDVR0lBBkwFwYIKwYBBQUHAwQGCysGAQQBsjEBAwUCMBEGCWCGSAGG+EIB
 AQQEAwIFIDBGBgNVHSAEPzA9MDsGDCsGAQQBsjEBAgEBATArMCkGCCsGAQUFBwIBFh1odHRwczov
 L3NlY3VyZS5jb21vZG8ubmV0L0NQUzCBpQYDVR0fBIGdMIGaMEygSqBIhkZodHRwOi8vY3JsLmNv
 bW9kb2NhLmNvbS9VVE4tVVNFUkZpcnN0LUNsaWVudEF1dGhlbnRpY2F0aW9uYW5kRW1haWwuY3Js
 MEqgSKBGhkRodHRwOi8vY3JsLmNvbW9kby5uZXQvVVROLVVTRVJGaXJzdC1DbGllbnRBdXRoZW50
 aWNhdGlvbmFuZEVtYWlsLmNybDBsBggrBgEFBQcBAQRgMF4wNgYIKwYBBQUHMAKGKmh0dHA6Ly9j
 cnQuY29tb2RvY2EuY29tL1VUTkFBQUNsaWVudENBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29j
 c3AuY29tb2RvY2EuY29tMBwGA1UdEQQVMBOBEWFzdEB0cmVpYnNhbmQuY29tMA0GCSqGSIb3DQEB
 BQUAA4IBAQCPJ1GnNhqxkvu+agegp/E+/+dCLxfr4f+A/ZXygOVkQNVaV4mQiiGaU9sHNjwFwFWF
 dFHXSiaeteMLOn1990uxfo0C2fY38zWKiMqtyJ8X3nj1U0vyC2ZQEeBb5HhcFr/IjRLrBgCFyunN
 yA/Vj9EkSrGJhfb/eziWMxxQjMs8rhyJ1JvU8T20+W9Mq8Hk9+yxR0crCBQ35DfYC3jGA9LIXN2m
 Kvzk2TB4PkVm+9xMnzRM/FoyklamKeMPipmJGn9ZqOKWxnm9S9Y4SR9QszLnyO3JVvLHGn0Xizlv
 +Jb+zsLkNXKdUE2rqo52oVDpqsptprHGtikA+4thNZmBnp9WMYID/DCCA/gCAQEwgcMwga4xCzAJ
 BgNVBAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNVBAoT
 FVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1c3QuY29t
 MTYwNAYDVQQDEy1VVE4tVVNFUkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQgRW1haWwC
 EDQhtB5SdhAa9/6Dm5zQVmUwCQYFKw4DAhoFAKCCAg0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEH
 ATAcBgkqhkiG9w0BCQUxDxcNMTAwNTE3MTgzNjM2WjAjBgkqhkiG9w0BCQQxFgQUSXLmEh4w9qXH
 TSAkxf67QYIkl2wwgdQGCSsGAQQBgjcQBDGBxjCBwzCBrjELMAkGA1UEBhMCVVMxCzAJBgNVBAgT
 AlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3
 b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xNjA0BgNVBAMTLVVUTi1VU0VS
 Rmlyc3QtQ2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBFbWFpbAIQNCG0HlJ2EBr3/oObnNBWZTCB
 1gYLKoZIhvcNAQkQAgsxgcaggcMwga4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UE
 BxMOU2FsdCBMYWtlIENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UE
 CxMYaHR0cDovL3d3dy51c2VydHJ1c3QuY29tMTYwNAYDVQQDEy1VVE4tVVNFUkZpcnN0LUNsaWVu
 dCBBdXRoZW50aWNhdGlvbiBhbmQgRW1haWwCEDQhtB5SdhAa9/6Dm5zQVmUwDQYJKoZIhvcNAQEB
 BQAEggEAGY1ceP2g3IuyTsTgwD0fNCSqvqEPinmLdjr25zGVd/hCsu5gdC9XbiZfk1arEpj+2RpN
 Oesx8C6DloaX15yyZnqf96JDTH76DaKq0/qXKuO0X5FAzBtI+1r7DPlr2DMrxGOvNE6U90Yq7l52
 M5ycXp7CMLWZI4JeWdvpWj8FYm1TEd6NiPq/TGRYHhFZCqn8bjtEwksrHGjeTEw1hbVu+kB8dRy5
 LjdfYiYC7/CH9+z4n0kvD20CgL+yzGlshMem0XFYYSs0WpGIrEcD1o8/DQJVLwVU46vTzkF+8prd
 TvlYbS/S+kUoSoqUR75F8CniddAZp9SKiI1N+VxexEANSQAAAAAAAA==
 
 --Apple-Mail-10--538547264--
State-Changed-From-To: feedback->open 
State-Changed-By: sahil 
State-Changed-When: Mon May 17 22:17:55 UTC 2010 
State-Changed-Why:  
Submitter has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146182 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146182: commit references a PR
Date: Mon, 17 May 2010 23:53:27 +0000 (UTC)

 sahil       2010-05-17 23:53:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail                 Makefile 
   Added files:
     mail/spmfilter-clamav Makefile distinfo pkg-descr pkg-plist 
   Log:
   spmfilter-clamav is a plugin for spmfilter that enables spmfilter
   to check mails with the Clam AntiVirus open source toolkit for
   viruses. The major goal of this plugin is to provide an easy way
   for virus-scanning emails. If ClamAV detects malicious software
   like viruses the affected email is discarded by the plugin.
   Optionally notifications can be enabled to inform the recipients
   and sender (configurable) about the discarded message.
   
   WWW: http://www.spmfilter.org/
   
   PR:             ports/146182
   Submitted by:   Axel Steiner <ast at treibsand.com>
   Approved by:    wxs@ (mentor)
   
   Revision  Changes    Path
   1.1022    +1 -0      ports/mail/Makefile
   1.1       +49 -0     ports/mail/spmfilter-clamav/Makefile (new)
   1.1       +3 -0      ports/mail/spmfilter-clamav/distinfo (new)
   1.1       +9 -0      ports/mail/spmfilter-clamav/pkg-descr (new)
   1.1       +3 -0      ports/mail/spmfilter-clamav/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sahil 
State-Changed-When: Tue May 18 02:28:40 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146182 
>Unformatted:
