FreeBSD Bugzilla – Attachment 13985 Details for
Bug 26389
New port: Perl extensions for keeping data partially sorted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.97 KB, created by
Anatoliy Dmytriyev
on 2001-04-06 22:30:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Anatoliy Dmytriyev
Created:
2001-04-06 22:30:01 UTC
Size:
3.97 KB
patch
obsolete
># 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: ># ># Heap-0.50/Makefile ># Heap-0.50/distinfo ># Heap-0.50/pkg-comment ># Heap-0.50/pkg-plist ># Heap-0.50/pkg-descr ># >echo x - Heap-0.50/Makefile >sed 's/^X//' >Heap-0.50/Makefile << 'END-of-Heap-0.50/Makefile' >X# New ports collection makefile for: p5-Heap >X# Date created: 6 April 2001 >X# Whom: Anatoliy Dmytriyev >X# >X# $FreeBSD$ >X# >X >XPORTNAME= Heap >XPORTVERSION= 0.50 >XCATEGORIES= devel perl5 >XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} >XMASTER_SITE_SUBDIR= Heap >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= tolid@plab.ku.dk >X >XPERL_CONFIGURE= yes >X >XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} >XMAN3= 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 >X >X.include <bsd.port.mk> >END-of-Heap-0.50/Makefile >echo x - Heap-0.50/distinfo >sed 's/^X//' >Heap-0.50/distinfo << 'END-of-Heap-0.50/distinfo' >XMD5 (Heap-0.50.tar.gz) = f23fc81b84101719e88c66a872611e78 >END-of-Heap-0.50/distinfo >echo x - Heap-0.50/pkg-comment >sed 's/^X//' >Heap-0.50/pkg-comment << 'END-of-Heap-0.50/pkg-comment' >XPerl extensions for keeping data partially sorted >END-of-Heap-0.50/pkg-comment >echo x - Heap-0.50/pkg-plist >sed 's/^X//' >Heap-0.50/pkg-plist << 'END-of-Heap-0.50/pkg-plist' >Xlib/perl5/site_perl/%%PERL_VER%%/Heap.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Binary.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Binomial.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/Num.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/NumRev.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/Ref.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/RefRev.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/Str.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Elem/StrRev.pm >Xlib/perl5/site_perl/%%PERL_VER%%/Heap/Fibonacci.pm >Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Heap/.packlist >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binary/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binomial/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Num/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/NumRev/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Ref/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/RefRev/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Str/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/StrRev/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Fibonacci/autosplit.ix >Xlib/perl5/site_perl/%%PERL_VER%%/auto/Heap/autosplit.ix >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Heap/Elem >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Heap >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binary >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Binomial >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Fibonacci >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Num >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/NumRev >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Ref >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/RefRev >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/Str >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem/StrRev >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap/Elem >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Heap >END-of-Heap-0.50/pkg-plist >echo x - Heap-0.50/pkg-descr >sed 's/^X//' >Heap-0.50/pkg-descr << 'END-of-Heap-0.50/pkg-descr' >XThe Heap collection of modules provide routines that manage a heap of elements. >XA heap is a partially sorted structure that is always able to easily extract >Xthe smallest of the elements in the structure (or the largest if a reversed >Xcompare routine is provided). >END-of-Heap-0.50/pkg-descr >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26389
: 13985