FreeBSD Bugzilla – Attachment 149984 Details for
Bug 195496
New port: devel/p5-Array-Heap a fast heap implementation for perl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
port as shar
p5-Array-Heap.shar (text/plain), 2.12 KB, created by
eserte12
on 2014-11-29 10:26:17 UTC
(
hide
)
Description:
port as shar
Filename:
MIME Type:
Creator:
eserte12
Created:
2014-11-29 10:26:17 UTC
Size:
2.12 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: ># ># p5-Array-Heap ># p5-Array-Heap/distinfo ># p5-Array-Heap/Makefile ># p5-Array-Heap/pkg-descr ># p5-Array-Heap/pkg-plist ># >echo c - p5-Array-Heap >mkdir -p p5-Array-Heap > /dev/null 2>&1 >echo x - p5-Array-Heap/distinfo >sed 's/^X//' >p5-Array-Heap/distinfo << '4649875316816ef608bd1818dfd76467' >XSHA256 (Array-Heap-3.1.tar.gz) = 23be55000c5869fb5580bcff85c50c64fff0f6877ad2db73c6d850de3d2176de >XSIZE (Array-Heap-3.1.tar.gz) = 9457 >4649875316816ef608bd1818dfd76467 >echo x - p5-Array-Heap/Makefile >sed 's/^X//' >p5-Array-Heap/Makefile << 'cae5f3d166bd7cc4255cdf95152033b2' >X# $FreeBSD$ >X >XPORTNAME= Array-Heap >XPORTVERSION= 3.1 >XCATEGORIES= devel perl5 >XMASTER_SITES= CPAN >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= slaven@rezic.de >XCOMMENT= Perl module implementing fast binary heaps/priority queues >X >XLICENSE= ART10 GPLv1 >XLICENSE_COMB= dual >X >XUSES= perl5 >XUSE_PERL5= configure >X >Xpost-install: >X for so in ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/Array/Heap/Heap.so; do \ >X ${CHMOD} u+w $$so; \ >X ${STRIP_CMD} $$so; \ >X ${CHMOD} u-w $$so; \ >X done >X >X.include <bsd.port.mk> >cae5f3d166bd7cc4255cdf95152033b2 >echo x - p5-Array-Heap/pkg-descr >sed 's/^X//' >p5-Array-Heap/pkg-descr << '711cda9a05cddf2fec768ec9ddfd19f2' >XA Heap implementation for Perl using functions that are loosely >Xmodeled after the C++ STL's binary heap functions. They all take an >Xarray as argument, just like perl's built-in functions "push", "pop" >Xetc. The implementation itself is in C for maximum speed. >X >XWWW: http://search.cpan.org/dist/Array-Heap/ >711cda9a05cddf2fec768ec9ddfd19f2 >echo x - p5-Array-Heap/pkg-plist >sed 's/^X//' >p5-Array-Heap/pkg-plist << 'd40ecaa98284eb2bee63555297ce8cb8' >X%%PERL5_MAN3%%/Array::Heap.3.gz >X%%SITE_PERL%%/%%PERL_ARCH%%/Array/Heap.pm >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Heap/.packlist >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Heap/Heap.so >d40ecaa98284eb2bee63555297ce8cb8 >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 195496
: 149984 |
150203