Date: Sun, 22 Aug 2010 15:21:28 GMT From: Glen Barber <glen.j.barber@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149879: [new port] security/clamd-stream-client: Standalone clamav client Message-ID: <201008221521.o7MFLSYu014431@www.freebsd.org> Resent-Message-ID: <201008221530.o7MFU3RI094839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149879 >Category: ports >Synopsis: [new port] security/clamd-stream-client: Standalone clamav client >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: Sun Aug 22 15:30:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 8.1-PRERELEASE >Organization: >Environment: FreeBSD orion 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #3 r210428: Sat Jul 24 13:37:37 EDT 2010 root@orion:/usr/obj/usr/src/sys/ORION amd64 >Description: 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/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /nonexistent/Makefile /usr/ports/security/clamd-stream-client/Makefile --- /nonexistent/Makefile 1969-12-31 19:00:00.000000000 -0500 +++ /usr/ports/security/clamd-stream-client/Makefile 2010-08-22 11:16:43.000000000 -0400 @@ -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 -ruN /nonexistent/distinfo /usr/ports/security/clamd-stream-client/distinfo --- /nonexistent/distinfo 1969-12-31 19:00:00.000000000 -0500 +++ /usr/ports/security/clamd-stream-client/distinfo 2010-08-22 10:41:56.000000000 -0400 @@ -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 -ruN /nonexistent/pkg-descr /usr/ports/security/clamd-stream-client/pkg-descr --- /nonexistent/pkg-descr 1969-12-31 19:00:00.000000000 -0500 +++ /usr/ports/security/clamd-stream-client/pkg-descr 2010-08-22 11:04:25.000000000 -0400 @@ -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/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008221521.o7MFLSYu014431>