View | Details | Raw Unified | Return to bug 149879
Collapse All | Expand All

(-)/usr/ports/security/clamd-stream-client/Makefile (+19 lines)
Line 0 Link Here
1
# New ports collection makefile for:	clamd-stream-client
2
# Date created:		22 August 2010
3
# Whom:			glen.j.barber@gmail.com
4
#
5
# $FreeBSD$
6
#
7
8
PORTNAME=	clamd-stream-client
9
DISTVERSION=	1.3
10
CATEGORIES=	security
11
MASTER_SITES=	SF/clamd-stream-cl/${PORTNAME}/${DISTVERSION}
12
13
MAINTAINER=	glen.j.barber@gmail.com
14
COMMENT=	Standalone clamav client
15
16
HAS_CONFIGURE=	yes
17
PLIST_FILES=	bin/clamd-stream-client
18
19
.include <bsd.port.mk>
(-)/usr/ports/security/clamd-stream-client/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (clamd-stream-client-1.3.tar.gz) = 1254805fbc98f8f9c9c5ecfad6ec9421
2
SHA256 (clamd-stream-client-1.3.tar.gz) = 3ca4125eb69544efa77d6976b57ed4a22d3ca23eee1f91805bc0fa2319f8b753
3
SIZE (clamd-stream-client-1.3.tar.gz) = 39013
(-)/usr/ports/security/clamd-stream-client/pkg-descr (+7 lines)
Line 0 Link Here
1
Small client to ask a clamav antivirus server
2
if a file containt a virus. May be used with 
3
procmail or maildrop rules. Clamav library 
4
is not required to be installed on the running
5
host.
6
7
WWW: http://clamd-stream-cl.sourceforge.net/

Return to bug 149879