From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 10 19:50:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E61D16A41F for ; Wed, 10 Aug 2005 19:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8396443D49 for ; Wed, 10 Aug 2005 19:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7AJoIOd065778 for ; Wed, 10 Aug 2005 19:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7AJoIRa065777; Wed, 10 Aug 2005 19:50:18 GMT (envelope-from gnats) Resent-Date: Wed, 10 Aug 2005 19:50:18 GMT Resent-Message-Id: <200508101950.j7AJoIRa065777@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Erik Gullerud Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CB516A41F for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84779: New port: net/py-radix - a python radix tree implementation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lars Erik Gullerud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 19:50:19 -0000 >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 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 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: