From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 22 15:30:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF92910656A8 for ; Sun, 22 Aug 2010 15:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A242D8FC14 for ; Sun, 22 Aug 2010 15:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7MFU3cW094843 for ; Sun, 22 Aug 2010 15:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MFU3RI094839; Sun, 22 Aug 2010 15:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 22 Aug 2010 15:30:03 GMT Resent-Message-Id: <201008221530.o7MFU3RI094839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFA0610656A5 for ; Sun, 22 Aug 2010 15:21:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 947B38FC18 for ; Sun, 22 Aug 2010 15:21:28 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7MFLSrV014432 for ; Sun, 22 Aug 2010 15:21:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o7MFLSYu014431; Sun, 22 Aug 2010 15:21:28 GMT (envelope-from nobody) Message-Id: <201008221521.o7MFLSYu014431@www.freebsd.org> Date: Sun, 22 Aug 2010 15:21:28 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/149879: [new port] security/clamd-stream-client: Standalone clamav client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 15:30:04 -0000 >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 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: