From owner-cvs-ports@FreeBSD.ORG Fri Jan 9 23:24:07 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F372106564A; Fri, 9 Jan 2009 23:24:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8688FC17; Fri, 9 Jan 2009 23:24:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n09NO7rh034526; Fri, 9 Jan 2009 23:24:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n09NO71Y034525; Fri, 9 Jan 2009 23:24:07 GMT (envelope-from miwi) Message-Id: <200901092324.n09NO71Y034525@repoman.freebsd.org> From: Martin Wilke Date: Fri, 9 Jan 2009 23:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/py-pyclamd Makefile distinfo pkg-descr pkg-plist ports/mail/py-pyclamd/files patch-pyclamd.py patch-setup.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 23:24:07 -0000 miwi 2009-01-09 23:24:07 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/py-pyclamd Makefile distinfo pkg-descr pkg-plist mail/py-pyclamd/files patch-pyclamd.py patch-setup.py Log: pyClamd is a python interface to Clamd (Clamav daemon). By using pyClamd, you can add virus detection capabilities to your python software in an efficient and easy way. PR: ports/130312 Submitted by: Milan Obuch Revision Changes Path 1.940 +1 -0 ports/mail/Makefile 1.1 +31 -0 ports/mail/py-pyclamd/Makefile (new) 1.1 +3 -0 ports/mail/py-pyclamd/distinfo (new) 1.1 +38 -0 ports/mail/py-pyclamd/files/patch-pyclamd.py (new) 1.1 +19 -0 ports/mail/py-pyclamd/files/patch-setup.py (new) 1.1 +3 -0 ports/mail/py-pyclamd/pkg-descr (new) 1.1 +3 -0 ports/mail/py-pyclamd/pkg-plist (new)