diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 16:28:30 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 16:28:30 +0000 |
commit | e95200bc3920c9f4e2cda25019802130456b7dd2 (patch) | |
tree | 914b8a82fba205627b8c494155b10e0f982a8570 | |
parent | 617d86bf48b894ca480b25478c821dc708fa61d5 (diff) |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/clamd-stream-client/Makefile | 19 | ||||
-rw-r--r-- | security/clamd-stream-client/distinfo | 3 | ||||
-rw-r--r-- | security/clamd-stream-client/pkg-descr | 7 |
4 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 454d02dbdad3..bcc987b74a3c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -73,6 +73,7 @@ SUBDIR += clamav-devel SUBDIR += clamav-unofficial-sigs SUBDIR += clamcour + SUBDIR += clamd-stream-client SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += clusterssh diff --git a/security/clamd-stream-client/Makefile b/security/clamd-stream-client/Makefile new file mode 100644 index 000000000000..a2d20f3ac601 --- /dev/null +++ b/security/clamd-stream-client/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: clamd-stream-client +# Date created: 22 August 2010 +# Whom: glen.j.barber@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= clamd-stream-client +DISTVERSION= 1.3 +CATEGORIES= security +MASTER_SITES= SF/clamd-stream-cl/${PORTNAME}/${DISTVERSION} + +MAINTAINER= glen.j.barber@gmail.com +COMMENT= Standalone clamav client + +HAS_CONFIGURE= yes +PLIST_FILES= bin/clamd-stream-client + +.include <bsd.port.mk> diff --git a/security/clamd-stream-client/distinfo b/security/clamd-stream-client/distinfo new file mode 100644 index 000000000000..be01ed07c2a9 --- /dev/null +++ b/security/clamd-stream-client/distinfo @@ -0,0 +1,3 @@ +MD5 (clamd-stream-client-1.3.tar.gz) = 1254805fbc98f8f9c9c5ecfad6ec9421 +SHA256 (clamd-stream-client-1.3.tar.gz) = 3ca4125eb69544efa77d6976b57ed4a22d3ca23eee1f91805bc0fa2319f8b753 +SIZE (clamd-stream-client-1.3.tar.gz) = 39013 diff --git a/security/clamd-stream-client/pkg-descr b/security/clamd-stream-client/pkg-descr new file mode 100644 index 000000000000..c8425f1435ef --- /dev/null +++ b/security/clamd-stream-client/pkg-descr @@ -0,0 +1,7 @@ +Small client to ask a clamav antivirus server +if a file containt a virus. May be used with +procmail or maildrop rules. Clamav library +is not required to be installed on the running +host. + +WWW: http://clamd-stream-cl.sourceforge.net/ |