add p5-Heap
Perl extensions for keeping data partially sorted PR: 26389 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
This commit is contained in:
parent
b14142afec
commit
d2cbc2a92c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42730
@ -300,6 +300,7 @@
|
||||
SUBDIR += p5-File-Tools
|
||||
SUBDIR += p5-Filter
|
||||
SUBDIR += p5-FreezeThaw
|
||||
SUBDIR += p5-Heap
|
||||
SUBDIR += p5-IO
|
||||
SUBDIR += p5-IO-String
|
||||
SUBDIR += p5-IO-Stty
|
||||
|
25
devel/p5-Heap/Makefile
Normal file
25
devel/p5-Heap/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Heap
|
||||
# Date created: 6 April 2001
|
||||
# Whom: Anatoliy Dmytriyev
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Heap
|
||||
PORTVERSION= 0.50
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Heap
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tolid@plab.ku.dk
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Heap.3 Heap::Binary.3 Heap::Binomial.3 Heap::Elem::Num.3 \
|
||||
Heap::Elem::NumRev.3 Heap::Elem::Ref.3 Heap::Elem::RefRev.3 \
|
||||
Heap::Elem::Str.3 Heap::Elem::StrRev.3 Heap::Elem.3 \
|
||||
Heap::Fibonacci.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Heap/distinfo
Normal file
1
devel/p5-Heap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Heap-0.50.tar.gz) = f23fc81b84101719e88c66a872611e78
|
1
devel/p5-Heap/pkg-comment
Normal file
1
devel/p5-Heap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extensions for keeping data partially sorted
|
4
devel/p5-Heap/pkg-descr
Normal file
4
devel/p5-Heap/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Heap collection of modules provide routines that manage a heap of elements.
|
||||
A heap is a partially sorted structure that is always able to easily extract
|
||||
the smallest of the elements in the structure (or the largest if a reversed
|
||||
compare routine is provided).
|
36
devel/p5-Heap/pkg-plist
Normal file
36
devel/p5-Heap/pkg-plist
Normal file
@ -0,0 +1,36 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Binary.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Binomial.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/Num.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/NumRev.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/Ref.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/RefRev.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/Str.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/StrRev.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Heap/Fibonacci.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Heap/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binary/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binomial/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Num/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/NumRev/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Ref/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/RefRev/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Str/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/StrRev/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Fibonacci/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Heap
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binary
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binomial
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Fibonacci
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Num
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/NumRev
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Ref
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/RefRev
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Str
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/StrRev
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap
|
Loading…
Reference in New Issue
Block a user