Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2007 13:50:10 GMT
From:      Oleg Ukraincev <oleg@ht-systems.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/119132: Update port net/py-radix - update to 0.5
Message-ID:  <200712291350.lBTDoAeZ080031@www.freebsd.org>
Resent-Message-ID: <200712291400.lBTE031w032346@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119132
>Category:       ports
>Synopsis:       Update port net/py-radix - update to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 14:00:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Ukraincev
>Release:        6.3-PRERELEASE
>Organization:
Hosting Telesystems
>Environment:
FreeBSD pattonbear.ht-systems.ru 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Wed Dec 12 01:17:53 MSK 2007     root@pattonbear.ht-systems.ru:/usr/obj/usr/src/sys/PATT1  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-radix
#	py-radix/Makefile
#	py-radix/distinfo
#	py-radix/pkg-descr
#
echo c - py-radix
mkdir -p py-radix > /dev/null 2>&1
echo x - py-radix/Makefile
sed 's/^X//' >py-radix/Makefile << 'END-of-py-radix/Makefile'
X# Ports collection makefile for:	py-radix
X# Date created:			10. August, 2005
X# Whom:				Lars Erik Gullerud <lerik@nolink.net>
X#
X# $FreeBSD: ports/net/py-radix/Makefile,v 1.1 2005/08/29 13:53:14 vsevolod Exp $
X#
X
XPORTNAME=	radix
XPORTVERSION=	0.5
XCATEGORIES=	net python
XMASTER_SITES=	http://www2.mindrot.org/files/py-radix/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	py-${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	lerik@nolink.net
XCOMMENT=	A Python radix-tree implementation
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/radix.so
X
X.include <bsd.port.mk>
END-of-py-radix/Makefile
echo x - py-radix/distinfo
sed 's/^X//' >py-radix/distinfo << 'END-of-py-radix/distinfo'
XMD5 (py-radix-0.5.tar.gz) = 8c853ce312b769de627d958a1cd6e5a0
XSHA256 (py-radix-0.5.tar.gz) = 3c9ffe6742009cca121c2c8f76e658af7fab25eb14cf671b5e40b7ccf91e1550
XSIZE (py-radix-0.5.tar.gz) = 20419
END-of-py-radix/distinfo
echo x - py-radix/pkg-descr
sed 's/^X//' >py-radix/pkg-descr << 'END-of-py-radix/pkg-descr'
Xpy-radix is an implementation of a radix tree data structure 
Xfor the storage and retrieval of IPv4 and IPv6 network prefixes.
XThe radix tree is the data structure most commonly used for
Xrouting table lookups. It efficiently stores network prefixes of
Xvarying lengths and allows fast lookups of containing networks.
X
XWWW: http://www.mindrot.org/py-radix.html
END-of-py-radix/pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712291350.lBTDoAeZ080031>