From owner-freebsd-ports Wed Oct 24 3:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A290037B407 for ; Wed, 24 Oct 2001 03:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9OAe5k59890; Wed, 24 Oct 2001 03:40:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0DB37B401 for ; Wed, 24 Oct 2001 03:37:19 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9OAbI759510; Wed, 24 Oct 2001 03:37:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200110241037.f9OAbI759510@freefall.freebsd.org> Date: Wed, 24 Oct 2001 03:37:18 -0700 (PDT) From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31470: New port: devel/py-pqueue Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31470 >Category: ports >Synopsis: New port: devel/py-pqueue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Oct 24 03:40:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.4 >Organization: Yonsei University >Environment: FreeBSD perky.dnip.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Sep 19 13:12:31 KST 2001 root@perky.dnip.net:/usr/src/sys/compile/PERKY i386 >Description: This module implements efficient priority-queues using fibonnaci heaps. While for many purpose this is not as efficient as the more-common binomial heaps, it is very efficient in some aspects that make it very useful for traversal of very large graph structures. WWW: http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ >How-To-Repeat: >Fix: # 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-pqueue # py-pqueue/distinfo # py-pqueue/pkg-descr # py-pqueue/pkg-plist # py-pqueue/pkg-comment # py-pqueue/Makefile # echo c - py-pqueue mkdir -p py-pqueue > /dev/null 2>&1 echo x - py-pqueue/distinfo sed 's/^X//' >py-pqueue/distinfo << 'END-of-py-pqueue/distinfo' XMD5 (PQueue-0.2.tar.bz2) = 003f62398197a43bd68bd7043298e321 END-of-py-pqueue/distinfo echo x - py-pqueue/pkg-descr sed 's/^X//' >py-pqueue/pkg-descr << 'END-of-py-pqueue/pkg-descr' XThis module implements efficient priority-queues using fibonnaci heaps. XWhile for many purpose this is not as efficient as the more-common Xbinomial heaps, it is very efficient in some aspects that make it very Xuseful for traversal of very large graph structures. X XWWW: http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ END-of-py-pqueue/pkg-descr echo x - py-pqueue/pkg-plist sed 's/^X//' >py-pqueue/pkg-plist << 'END-of-py-pqueue/pkg-plist' X@cwd %%LOCALBASE%% X%%PYTHON_SITELIBDIR%%/pqueuemodule.so END-of-py-pqueue/pkg-plist echo x - py-pqueue/pkg-comment sed 's/^X//' >py-pqueue/pkg-comment << 'END-of-py-pqueue/pkg-comment' XFibonacci-Heap based Priority-Queue Extension for Python END-of-py-pqueue/pkg-comment echo x - py-pqueue/Makefile sed 's/^X//' >py-pqueue/Makefile << 'END-of-py-pqueue/Makefile' X# Ports collection Makefile for: py-pqueue X# Date created: 24 October 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= pqueue XPORTVERSION= 0.2 XCATEGORIES= devel python XMASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ XPKGNAMEPREFIX= py- XDISTNAME= PQueue-${PORTVERSION} X XMAINTAINER= perky@fallin.lv X XUSE_PYTHON= YES XUSE_BZIP2= YES XGNU_CONFIGURE= YES XALL_TARGET= default X XPLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} XWRKSRC= ${WRKDIR}/PQueue X X.include END-of-py-pqueue/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message