Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2006 07:49:23 GMT
From:      Milan Obuch <bsd@dino.sk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91740: [new port] ClamCour - ClamAV Courier filter
Message-ID:  <200601130749.k0D7nN6v082646@www.freebsd.org>
Resent-Message-ID: <200601130750.k0D7o7Ba062819@freefall.freebsd.org>

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

>Number:         91740
>Category:       ports
>Synopsis:       [new port] ClamCour - ClamAV Courier filter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 13 07:50:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Milan Obuch
>Release:        various (4.10 - 6.0 and CURRENT)
>Organization:
>Environment:
>Description:
ClamCour is a filter for courier MTA using ClamAV for scanning mails for viruses. While it is easy to install and use, this port eases and  automates installation process for me.
>How-To-Repeat:

>Fix:
# 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:
#
#       Makefile
#       distinfo
#       pkg-descr
#       shar
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for clamcour
X#
X
XPORTNAME=      clamcour
XPORTVERSION=   0.2.3
XCATEGORIES=    security mail
XMASTER_SITES=  http://www.becrux.com/pages/projects/clamcour/
X
XMAINTAINER=    bsd@dino.sk
XCOMMENT=       ClamAV courier filter
X
XLIB_DEPENDS=   clamav.1:${PORTSDIR}/security/clamav
X
XUSE_REINPLACE= yes
XGNU_CONFIGURE= yes
XCONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XUSE_LIBTOOL_VER=15
X
XCONFIGURE_ARGS=        --with-clamav-config=/usr/local/bin \
X               --with-courier-config=/usr/local/bin
XCPPFLAGS+=     -I${LOCALBASE}/include
XCFLAGS+=       ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
XLDFLAGS+=      ${PTHREAD_LIBS} -L${LOCALBASE}/lib
XCONFIGURE_ENV+=        CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
X
XMAN1=          clamcour.1
X
XPLIST_FILES=   libexec/filters/clamcour
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (clamcour-0.2.3.tar.gz) = 6ff822e2255d151b15a572a23f2ab0fc
XSIZE (clamcour-0.2.3.tar.gz) = 308569
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XClamCour is Courier filter using Clam Antivirus to check mail for viruses.
X
XWWW: http://www.clamav.net/
Xhttp://www.becrux.com/index.php?page=projects&name=clamcour
END-of-pkg-descr
exit

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



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