From lerik@nolink.net  Wed Aug 10 19:46:26 2005
Return-Path: <lerik@nolink.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 41CB516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Aug 2005 19:46:26 +0000 (GMT)
	(envelope-from lerik@nolink.net)
Received: from electra.nolink.net (electra.nolink.net [195.139.204.207])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9703B43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Aug 2005 19:46:25 +0000 (GMT)
	(envelope-from lerik@nolink.net)
Received: (qmail 45138 invoked by uid 1000); 10 Aug 2005 19:46:23 -0000
Message-Id: <20050810194623.45137.qmail@electra.nolink.net>
Date: 10 Aug 2005 19:46:23 -0000
From: Lars Erik Gullerud <lerik@nolink.net>
Reply-To: Lars Erik Gullerud <lerik@nolink.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net/py-radix - a python radix tree implementation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84779
>Category:       ports
>Synopsis:       New port: net/py-radix - a python radix tree implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vsevolod
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 19:50:18 GMT 2005
>Closed-Date:    Mon Aug 29 14:14:30 GMT 2005
>Last-Modified:  Mon Aug 29 14:14:30 GMT 2005
>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:

From: Vsevolod Stakhov <vsevolod@freebsd.org>
To: bug-followup@freebsd.org, lerik@nolink.net
Cc:  
Subject: Re: ports/84779: New port: net/py-radix - a python radix tree implementation
Date: Thu, 11 Aug 2005 00:59:39 +0400

 Distfile seems to be unfetchable. Same is with WWW line.
 

From: Lars Erik Gullerud <lerik@nolink.net>
To: Vsevolod Stakhov <vsevolod@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/84779: New port: net/py-radix - a python radix tree
 implementation
Date: Thu, 11 Aug 2005 00:07:30 +0200 (CEST)

 On Thu, 11 Aug 2005, Vsevolod Stakhov wrote:
 
 > Distfile seems to be unfetchable. Same is with WWW line.
 
 Hm, works fine from here:
 
 # make fetch
 ===>  Vulnerability check disabled, database not found
 => py-radix-0.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 => Attempting to fetch from http://www2.mindrot.org/files/py-radix/.
 py-radix-0.4.tar.gz                 100% of   15 kB 1268  Bps 00m00s
 
 ...allthough I do observe that the main website (in the WWW: line) is 
 rather slow at times, it is apparently hosted in Australia. The www2 
 server hosting the distfiles does seem to respond every time I try though.
 
 /leg
Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod  
Responsible-Changed-By: vsevolod 
Responsible-Changed-When: Wed Aug 10 23:37:51 GMT 2005 
Responsible-Changed-Why:  
Take it. But note that now ports tree is frozen. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84779 
State-Changed-From-To: open->closed  
State-Changed-By: vsevolod 
State-Changed-When: Mon Aug 29 14:13:59 GMT 2005 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84779 
>Unformatted:
