Date: Fri, 6 Apr 2001 23:25:09 +0200 (CEST) From: tolid@plab.ku.dk To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26389: New port: Perl extensions for keeping data partially sorted Message-ID: <200104062125.f36LP9f60604@plab.ku.dk>
next in thread | raw e-mail | index | archive | help
>Number: 26389 >Category: ports >Synopsis: New port: Perl extensions for keeping data partially sorted >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 06 14:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anatoliy Dmytriyev >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD eagle.plab.ku.dk 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 15:14:16 CET 2001 root@eagle.plab.ku.dk:/1/obj/1/src/sys/eagle i386 >Description: 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). >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: # # 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 >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?200104062125.f36LP9f60604>