From owner-svn-ports-all@freebsd.org Sat Aug 1 18:53:17 2015 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 384109B0841; Sat, 1 Aug 2015 18:53:17 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2892DE3A; Sat, 1 Aug 2015 18:53:17 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t71IrHJo086531; Sat, 1 Aug 2015 18:53:17 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t71IrGn9086528; Sat, 1 Aug 2015 18:53:16 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201508011853.t71IrGn9086528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 1 Aug 2015 18:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393398 - head/net/py-pcapy 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.20 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: Sat, 01 Aug 2015 18:53:17 -0000 Author: rm Date: Sat Aug 1 18:53:15 2015 New Revision: 393398 URL: https://svnweb.freebsd.org/changeset/ports/393398 Log: net/py-pcapy: update to 0.10.9 - switch to PyPi - convert to autoplist and limit python version to 2.x - update WWW urls and package description Changelog: 2015-05-19 Andres Blanco * Added sendpacket support by default Modified: head/net/py-pcapy/Makefile head/net/py-pcapy/distinfo head/net/py-pcapy/pkg-descr Modified: head/net/py-pcapy/Makefile ============================================================================== --- head/net/py-pcapy/Makefile Sat Aug 1 18:21:39 2015 (r393397) +++ head/net/py-pcapy/Makefile Sat Aug 1 18:53:15 2015 (r393398) @@ -2,30 +2,23 @@ # $FreeBSD$ PORTNAME= pcapy -PORTVERSION= 0.10.8 -PORTREVISION= 1 +PORTVERSION= 0.10.9 CATEGORIES= net python -MASTER_SITES= http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=Pcapy&file= +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= Python extension module to capture packets on the network +COMMENT= Python pcap extension -LICENSE= AL11 -LICENSE_NAME= Apache License version 1.1 +LICENSE= APACHE11 LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -FETCH_BEFORE_ARGS=-o ${DISTFILES} -USES= dos2unix python -USE_PYTHON= distutils +USES= python:2 +USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcapy.so PORTDOCS= README pcapy.html - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pcapy.so @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net/py-pcapy/distinfo ============================================================================== --- head/net/py-pcapy/distinfo Sat Aug 1 18:21:39 2015 (r393397) +++ head/net/py-pcapy/distinfo Sat Aug 1 18:53:15 2015 (r393398) @@ -1,2 +1,2 @@ -SHA256 (pcapy-0.10.8.tar.gz) = 67c8a8410eb7e319c3afadaf290a81d48209c88a5020f11a8570265f5971975c -SIZE (pcapy-0.10.8.tar.gz) = 23303 +SHA256 (pcapy-0.10.9.tar.gz) = 4c2294361327d0d95ba8212dac067682f7703f1a7543730c44853cb10b76dbb6 +SIZE (pcapy-0.10.9.tar.gz) = 26148 Modified: head/net/py-pcapy/pkg-descr ============================================================================== --- head/net/py-pcapy/pkg-descr Sat Aug 1 18:21:39 2015 (r393397) +++ head/net/py-pcapy/pkg-descr Sat Aug 1 18:53:15 2015 (r393398) @@ -1,10 +1,9 @@ -Pcapy is a Python extension module that interfaces with -the libpcap packet capture library. Pcapy enables Python -scripts to capture packets on the network. +Pcapy is a Python extension module that interfaces with the libpcap packet +capture library. Pcapy enables Python scripts to capture packets on the network. -Pcapy is highly effective when used in conjunction with -a packet-handling package such as Impacket, which is a -collection of Python classes for constructing and dissecting -network packets. +Pcapy is highly effective when used in conjunction with a packet-handling +package such as Impacket, which is a collection of Python classes for +constructing and dissecting network packets. -WWW: http://oss.coresecurity.com/projects/pcapy.html +WWW: https://github.com/CoreSecurity/pcapy + http://www.coresecurity.com/corelabs-research/open-source-tools/pcapy