Index: head/security/py-pyclamd/files/patch-setup.py =================================================================== --- head/security/py-pyclamd/files/patch-setup.py (revision 419424) +++ head/security/py-pyclamd/files/patch-setup.py (nonexistent) @@ -1,19 +0,0 @@ ---- setup.py.orig 2009-01-07 13:42:10.000000000 +0100 -+++ setup.py 2009-01-07 13:42:27.000000000 +0100 -@@ -0,0 +1,16 @@ -+#!/usr/bin/python -+ -+import glob -+import os -+import sys -+from distutils.core import setup -+ -+setup(name="pyclamd", -+ version="0.2.2", -+ description="Python ClamD module.", -+ author="Alexandre Norman", -+ author_email="norman@xael.org", -+ url="http://xael.org/norman/python/pyclamd/", -+ license="GPL", -+ packages=[''] -+ ) Property changes on: head/security/py-pyclamd/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/py-pyclamd/files/patch-pyclamd.py =================================================================== --- head/security/py-pyclamd/files/patch-pyclamd.py (revision 419424) +++ head/security/py-pyclamd/files/patch-pyclamd.py (nonexistent) @@ -1,38 +0,0 @@ ---- pyclamd.py.orig 2011-01-26 20:08:38.000000000 +0100 -+++ pyclamd.py 2011-01-26 20:14:58.000000000 +0100 -@@ -51,7 +51,7 @@ - # Network - pyclamd.init_network_socket('localhost', 3310) - # Unix local socket -- #pyclamd.init_unix_socket('/var/run/clamd') -+ #pyclamd.init_unix_socket('/var/run/clamav/clamd.sock') - - # Get Clamscan version - print pyclamd.version() -@@ -66,7 +66,7 @@ - Test strings : - ^^^^^^^^^^^^ - >>> try: --... init_unix_socket('/var/run/clamav/clamd.ctl') -+... init_unix_socket('/var/run/clamav/clamd.sock') - ... except ScanError: - ... init_network_socket('localhost', 3310) - ... -@@ -110,7 +110,7 @@ - - # Default values for globals - use_socket = None --clamd_SOCKET = "/var/run/clamav/clamd.ctl" -+clamd_SOCKET = "/var/run/clamav/clamd.sock" - clamd_HOST = '127.0.0.1' - clamd_PORT = 3310 - clamd_timeout = None #[PL] default timeout for sockets: None = blocking operations -@@ -121,7 +121,7 @@ - - ############################################################################ - --def init_unix_socket(filename="/var/run/clamav/clamd.ctl"): -+def init_unix_socket(filename="/var/run/clamav/clamd.sock"): - """ - Init pyclamd to use clamd unix local socket - Property changes on: head/security/py-pyclamd/files/patch-pyclamd.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/py-pyclamd/Makefile =================================================================== --- head/security/py-pyclamd/Makefile (revision 419424) +++ head/security/py-pyclamd/Makefile (revision 419425) @@ -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 +LICENSE= LGPL3+ + +NO_ARCH= yes +USES= python USE_PYTHON= distutils autoplist -.include - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${MKDIR} ${WRKDIR}/${PKGNAME} - if ! (cd ${WRKDIR} && ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PKGNAME}/); \ - then \ - exit 1; \ - fi; \ - -.include +.include Index: head/security/py-pyclamd/distinfo =================================================================== --- head/security/py-pyclamd/distinfo (revision 419424) +++ head/security/py-pyclamd/distinfo (revision 419425) @@ -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 Index: head/security/py-pyclamd/pkg-descr =================================================================== --- head/security/py-pyclamd/pkg-descr (revision 419424) +++ head/security/py-pyclamd/pkg-descr (revision 419425) @@ -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