Skip site navigation (1)Skip section navigation (2)
Date:      10 Aug 2005 19:46:23 -0000
From:      Lars Erik Gullerud <lerik@nolink.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84779: New port: net/py-radix - a python radix tree implementation
Message-ID:  <20050810194623.45137.qmail@electra.nolink.net>
Resent-Message-ID: <200508101950.j7AJoIRa065777@freefall.freebsd.org>

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

>Number:         84779
>Category:       ports
>Synopsis:       New port: net/py-radix - a python radix tree implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 19:50:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Lars Erik Gullerud
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD electra.nolink.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 29 18:16:46 CEST 2004 root@electra.nolink.net:/usr/obj/usr/src/sys/ELECTRA i386


	
>Description:
	New port for py-radix, a python equivalent of Net::Patricia
>How-To-Repeat:
	
>Fix:

	

--- py-radix.shar begins here ---
# 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/pkg-descr
#	py-radix/distinfo
#
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$
X#
X
XPORTNAME=	py-radix
XPORTVERSION=	0.4
XCATEGORIES=	net python
XMASTER_SITES=	http://www2.mindrot.org/files/py-radix/
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/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
echo x - py-radix/distinfo
sed 's/^X//' >py-radix/distinfo << 'END-of-py-radix/distinfo'
XMD5 (py-radix-0.4.tar.gz) = a3e7a2cb078c009e39633aa4034ad523
XSIZE (py-radix-0.4.tar.gz) = 15712
END-of-py-radix/distinfo
exit
--- py-radix.shar ends here ---


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



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