Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2001 03:37:18 -0700 (PDT)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31470: New port: devel/py-pqueue
Message-ID:  <200110241037.f9OAbI759510@freefall.freebsd.org>

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

>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 <perky@fallin.lv>
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 <bsd.port.mk>
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




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