Subject: CVS commit: pkgsrc/devel/p5-Heap
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 08/28/2002 22:23:58
Module Name:	pkgsrc
Committed By:	seb
Date:		Wed Aug 28 19:23:58 UTC 2002

Update of /cvsroot/pkgsrc/devel/p5-Heap
In directory minbar.netbsd.org:/tmp/cvs-serv17684

Log Message:
Initial import of p5-Heap-0.50 version 0.50 into the Packages Collection.  
 
This is a collection of perl routines for managing a heap data structure.
There are two major components: a heap component, and an element
component.
 
A heap package basically keeps a collection of elements and is
able to return the smallest one.
 
The heap component interface is defined in Heap(3) and must be
supported by all heap packages.  Currently there are three heap
components provided:
 
    Heap::Fibonacci  (the preferred one)
    Heap::Binomial
    Heap::Binary


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/p5-Heap/Makefile
N pkgsrc/devel/p5-Heap/DESCR
N pkgsrc/devel/p5-Heap/distinfo
N pkgsrc/devel/p5-Heap/PLIST

No conflicts created by this import