Date: Sat, 1 Aug 2015 18:53:16 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393398 - head/net/py-pcapy Message-ID: <201508011853.t71IrGn9086528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ablanco@coresecurity.com> * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508011853.t71IrGn9086528>