View | Details | Raw Unified | Return to bug 236674
Collapse All | Expand All

(-)Makefile (-7 / +11 lines)
Lines 2-23 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pcap
4
PORTNAME=	pcap
5
PORTVERSION=	0.6.4
5
PORTVERSION=	0.6.5
6
PORTREVISION=	1
7
CATEGORIES=	net python
6
CATEGORIES=	net python
8
MASTER_SITES=	SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
DISTNAME=	pylib${PORTNAME}-${PORTVERSION}
11
8
12
MAINTAINER=	leres@FreeBSD.org
9
MAINTAINER=	leres@FreeBSD.org
13
COMMENT=	Python interface to LBL Packet Capture library (libpcap)
10
COMMENT=	Python interface to LBL Packet Capture library (libpcap)
14
11
15
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
16
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/LICENSE
17
14
18
USES=		python:2.7
15
BUILD_DEPENDS=	swig3.0:devel/swig30
19
USE_PYTHON=	distutils autoplist
20
16
17
USES=		python
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	5u623l20
21
GH_PROJECT=	pylibpcap
22
GH_TAGNAME=	d0bbd5c
23
USE_PYTHON=	autoplist distutils allflavors
24
21
OPTIONS_DEFINE=	LIBPCAP
25
OPTIONS_DEFINE=	LIBPCAP
22
26
23
LIBPCAP_DESC=		Use the ports version of libpcap
27
LIBPCAP_DESC=		Use the ports version of libpcap
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pylibpcap-0.6.4.tar.gz) = cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
1
TIMESTAMP = 1553110068
2
SIZE (pylibpcap-0.6.4.tar.gz) = 49517
2
SHA256 (5u623l20-pylibpcap-0.6.5-d0bbd5c_GH0.tar.gz) = f83e5da05a1de3c3595f18a8828531b28878baeb1d390a6cb3689a49014c2d9b
3
SIZE (5u623l20-pylibpcap-0.6.5-d0bbd5c_GH0.tar.gz) = 29225
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Python module for the libpcap packet capture library,
1
Python module for the libpcap packet capture library,
2
based on the original python libpcap module by Aaron Rhodes.
2
based on the original python libpcap module by Aaron Rhodes.
3
3
4
WWW: https://sourceforge.net/projects/pylibpcap/
4
WWW: https://github.com/5u623l20/pylibpcap

Return to bug 236674