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

(-)net/py-radix/Makefile (-3 / +5 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	radix
4
PORTNAME=	radix
5
PORTVERSION=	0.5
5
PORTVERSION=	0.9.6
6
PORTREVISION=	1
7
CATEGORIES=	net python
6
CATEGORIES=	net python
8
MASTER_SITES=	http://www2.mindrot.org/files/py-radix/
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
DISTNAME=	py-${PORTNAME}-${PORTVERSION}
9
DISTNAME=	py-${PORTNAME}-${PORTVERSION}
11
10
Lines 12-17 Link Here
12
MAINTAINER=	lerik@nolink.net
11
MAINTAINER=	lerik@nolink.net
13
COMMENT=	Python radix-tree implementation
12
COMMENT=	Python radix-tree implementation
14
13
14
LICENSE=	ISCL BSD4CLAUSE
15
LICENSE_COMB=	dual
16
15
USES=		python
17
USES=		python
16
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
17
19
(-)net/py-radix/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (py-radix-0.5.tar.gz) = 3c9ffe6742009cca121c2c8f76e658af7fab25eb14cf671b5e40b7ccf91e1550
1
TIMESTAMP = 1463328301
2
SIZE (py-radix-0.5.tar.gz) = 20419
2
SHA256 (py-radix-0.9.6.tar.gz) = 863b039265e860ab88e5e3a7ae8a25c57ed784ae6d150c30142ac6ed221b6db8
3
SIZE (py-radix-0.9.6.tar.gz) = 21924
(-)net/py-radix/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
routing table lookups. It efficiently stores network prefixes of
4
routing table lookups. It efficiently stores network prefixes of
5
varying lengths and allows fast lookups of containing networks.
5
varying lengths and allows fast lookups of containing networks.
6
6
7
WWW: http://www.mindrot.org/py-radix.html
7
WWW: https://github.com/mjschultz/py-radix

Return to bug 209524