Subject: CVS commit: pkgsrc/devel/p5-Heap
From: Stoned Elipot
Date: 2002-08-28 21:23:58
Message id: 20020828192358.C71EFB42C@cvs.netbsd.org

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


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-Heap/Makefile
1.1importpkgsrc/devel/p5-Heap/DESCR
1.1importpkgsrc/devel/p5-Heap/distinfo
1.1importpkgsrc/devel/p5-Heap/PLIST