From owner-svn-ports-all@freebsd.org Mon Aug 1 05:58:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48E63BAC437; Mon, 1 Aug 2016 05:58:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 006F51857; Mon, 1 Aug 2016 05:58:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u715wWUb044561; Mon, 1 Aug 2016 05:58:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u715wVvN044558; Mon, 1 Aug 2016 05:58:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608010558.u715wVvN044558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 1 Aug 2016 05:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419425 - in head/security/py-pyclamd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 05:58:33 -0000 Author: pi Date: Mon Aug 1 05:58:31 2016 New Revision: 419425 URL: https://svnweb.freebsd.org/changeset/ports/419425 Log: security/py-pyclamd: 0.2.2 -> 0.3.17 - now compatible with python 3 - API now object oriented. Useful classes are ClamdNetworkSocket and ClamdUnixSocket. - patches makepatch compliant - added WWW PR: 211125 Approved by: bsd@dino.sk (maintainer timeout) Deleted: head/security/py-pyclamd/files/ Modified: head/security/py-pyclamd/Makefile head/security/py-pyclamd/distinfo head/security/py-pyclamd/pkg-descr Modified: head/security/py-pyclamd/Makefile ============================================================================== --- head/security/py-pyclamd/Makefile Mon Aug 1 05:12:48 2016 (r419424) +++ head/security/py-pyclamd/Makefile Mon Aug 1 05:58:31 2016 (r419425) @@ -1,27 +1,19 @@ # Created by: Milan Obuch # $FreeBSD$ -PORTNAME= pyclamd -PORTVERSION= 0.2.2 +PORTNAME= pyClamd +PORTVERSION= 0.3.17 CATEGORIES= security python -MASTER_SITES= http://xael.org/norman/python/pyclamd/ -DISTFILES= pyclamd.py +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bsd@dino.sk COMMENT= Python ClamD interface module -USES= python -USE_PYTHON= distutils autoplist - -.include +LICENSE= LGPL3+ -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${MKDIR} ${WRKDIR}/${PKGNAME} - if ! (cd ${WRKDIR} && ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PKGNAME}/); \ - then \ - exit 1; \ - fi; \ +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist -.include +.include Modified: head/security/py-pyclamd/distinfo ============================================================================== --- head/security/py-pyclamd/distinfo Mon Aug 1 05:12:48 2016 (r419424) +++ head/security/py-pyclamd/distinfo Mon Aug 1 05:58:31 2016 (r419425) @@ -1,2 +1,3 @@ -SHA256 (pyclamd.py) = 209673f947ce16d53bab43c19bfb8200f8b40cc70b26d4dbc9a0e203c561d16e -SIZE (pyclamd.py) = 13101 +TIMESTAMP = 1468687659 +SHA256 (pyClamd-0.3.17.tar.gz) = 9921a582c45baa34dabb357c548c5ed331b9a39334881b3a784b593680b07ba0 +SIZE (pyClamd-0.3.17.tar.gz) = 10737 Modified: head/security/py-pyclamd/pkg-descr ============================================================================== --- head/security/py-pyclamd/pkg-descr Mon Aug 1 05:12:48 2016 (r419424) +++ head/security/py-pyclamd/pkg-descr Mon Aug 1 05:58:31 2016 (r419425) @@ -1,3 +1,5 @@ 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. + +WWW: http://xael.org/pages/pyclamd-en.html