From nobody@FreeBSD.org  Sun Aug 22 15:21:28 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BFA0610656A5
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <glen.j.barber@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port] security/clamd-stream-client: Standalone clamav client
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 22 15:30:03 UTC 2010
>Closed-Date:    Sun Aug 22 16:33:31 UTC 2010
>Last-Modified:  Sun Aug 22 16:33:31 UTC 2010
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: lwhsu 
State-Changed-When: Sun Aug 22 16:08:04 UTC 2010 
State-Changed-Why:  
Thanks for Tinderbox build logs!  Could you provide a shar format file? 
That makes adding new port easier. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149879 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149879: commit references a PR
Date: Sun, 22 Aug 2010 16:28:43 +0000 (UTC)

 lwhsu       2010-08-22 16:28:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/clamd-stream-client Makefile distinfo pkg-descr 
   Log:
   Add clamd-stream-client , standalone clamav client.
   
   PR:             ports/149879
   Submitted by:   glen.j.barber at gmail.com
   
   Revision  Changes    Path
   1.1122    +1 -0      ports/security/Makefile
   1.1       +19 -0     ports/security/clamd-stream-client/Makefile (new)
   1.1       +3 -0      ports/security/clamd-stream-client/distinfo (new)
   1.1       +7 -0      ports/security/clamd-stream-client/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Sun Aug 22 16:33:31 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149879 
>Unformatted:
