- Update to 0.9.6

- Add LICENSE
- Update WWW

PR:		209524
Submitted by:	john@saltant.com
Approved by:	maintainer(timeout, >40 days)
This commit is contained in:
Wen Heping 2016-06-28 23:56:49 +00:00
parent fd0d2dc71f
commit e76aa94fee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417751
3 changed files with 9 additions and 6 deletions

View File

@ -2,16 +2,18 @@
# $FreeBSD$
PORTNAME= radix
PORTVERSION= 0.5
PORTREVISION= 1
PORTVERSION= 0.9.6
CATEGORIES= net python
MASTER_SITES= http://www2.mindrot.org/files/py-radix/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= lerik@nolink.net
COMMENT= Python radix-tree implementation
LICENSE= ISCL BSD4CLAUSE
LICENSE_COMB= dual
USES= python
USE_PYTHON= distutils autoplist

View File

@ -1,2 +1,3 @@
SHA256 (py-radix-0.5.tar.gz) = 3c9ffe6742009cca121c2c8f76e658af7fab25eb14cf671b5e40b7ccf91e1550
SIZE (py-radix-0.5.tar.gz) = 20419
TIMESTAMP = 1467157974
SHA256 (py-radix-0.9.6.tar.gz) = 863b039265e860ab88e5e3a7ae8a25c57ed784ae6d150c30142ac6ed221b6db8
SIZE (py-radix-0.9.6.tar.gz) = 21924

View File

@ -4,4 +4,4 @@ The radix tree is the data structure most commonly used for
routing table lookups. It efficiently stores network prefixes of
varying lengths and allows fast lookups of containing networks.
WWW: http://www.mindrot.org/py-radix.html
WWW: https://github.com/mjschultz/py-radix