net/py-pcap: Update to 0.6.5. Switch from abandoned SF project to
new github fork. Add python 3 support. PR: 236674 Submitted by: bofh Approved by: matthew (mentor, implicit)
This commit is contained in:
parent
6b2783700c
commit
6458a34845
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497445
@ -2,21 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pcap
|
||||
PORTVERSION= 0.6.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.5
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pylib${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= leres@FreeBSD.org
|
||||
COMMENT= Python interface to LBL Packet Capture library (libpcap)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
BUILD_DEPENDS= swig3.0:devel/swig30
|
||||
|
||||
USES= python
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= 5u623l20
|
||||
GH_PROJECT= pylibpcap
|
||||
GH_TAGNAME= d0bbd5c
|
||||
USE_PYTHON= autoplist distutils allflavors
|
||||
|
||||
OPTIONS_DEFINE= LIBPCAP
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (pylibpcap-0.6.4.tar.gz) = cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
||||
SIZE (pylibpcap-0.6.4.tar.gz) = 49517
|
||||
TIMESTAMP = 1553110068
|
||||
SHA256 (5u623l20-pylibpcap-0.6.5-d0bbd5c_GH0.tar.gz) = f83e5da05a1de3c3595f18a8828531b28878baeb1d390a6cb3689a49014c2d9b
|
||||
SIZE (5u623l20-pylibpcap-0.6.5-d0bbd5c_GH0.tar.gz) = 29225
|
||||
|
@ -1,4 +1,4 @@
|
||||
Python module for the libpcap packet capture library,
|
||||
based on the original python libpcap module by Aaron Rhodes.
|
||||
|
||||
WWW: https://sourceforge.net/projects/pylibpcap/
|
||||
WWW: https://github.com/5u623l20/pylibpcap
|
||||
|
Loading…
Reference in New Issue
Block a user