aboutsummaryrefslogtreecommitdiff
path: root/security/clamd-stream-client
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-22 16:28:30 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-22 16:28:30 +0000
commite95200bc3920c9f4e2cda25019802130456b7dd2 (patch)
tree914b8a82fba205627b8c494155b10e0f982a8570 /security/clamd-stream-client
parent617d86bf48b894ca480b25478c821dc708fa61d5 (diff)
downloadports-e95200bc3920c9f4e2cda25019802130456b7dd2.tar.gz
ports-e95200bc3920c9f4e2cda25019802130456b7dd2.zip
Add clamd-stream-client , standalone clamav client.
PR: ports/149879 Submitted by: glen.j.barber at gmail.com
Notes
Notes: svn path=/head/; revision=259748
Diffstat (limited to 'security/clamd-stream-client')
-rw-r--r--security/clamd-stream-client/Makefile19
-rw-r--r--security/clamd-stream-client/distinfo3
-rw-r--r--security/clamd-stream-client/pkg-descr7
3 files changed, 29 insertions, 0 deletions
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/