FreeBSD Bugzilla – Attachment 145222 Details for
Bug 192264
[new port] devel/p5-Callback-Frame - Preserve error handlers and "local" variables across callbacks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p5-Callback-Frame.shar
p5-Callback-Frame.shar (text/plain), 2.82 KB, created by
Bill Brinzer
on 2014-08-01 19:00:46 UTC
(
hide
)
Description:
p5-Callback-Frame.shar
Filename:
MIME Type:
Creator:
Bill Brinzer
Created:
2014-08-01 19:00:46 UTC
Size:
2.82 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-Callback-Frame ># p5-Callback-Frame/pkg-descr ># p5-Callback-Frame/distinfo ># p5-Callback-Frame/Makefile ># p5-Callback-Frame/pkg-plist ># >echo c - p5-Callback-Frame >mkdir -p p5-Callback-Frame > /dev/null 2>&1 >echo x - p5-Callback-Frame/pkg-descr >sed 's/^X//' >p5-Callback-Frame/pkg-descr << '0e24cb78f12a6e0330d37a4fb86cb553' >XWhen programming with callbacks in perl, you create anonymous functions with >Xsub { ... }. These functions are especially useful because when they are called >Xthey will preserve their surrounding lexical environment. Sometimes people >Xcall these anonymous functions that reference variables in their surrounding >Xlexical scope "closures". Whatever you call them, they are essential for >Xconvenient and efficient asynchronous programming. >X >XFor many applications we really like straightforward callback style. The goal >Xof Callback::Frame is to simplify the management of dynamic environments while >Xleaving callback style alone. >X >XWWW: http://search.cpan.org/dist/Callback-Frame/ >0e24cb78f12a6e0330d37a4fb86cb553 >echo x - p5-Callback-Frame/distinfo >sed 's/^X//' >p5-Callback-Frame/distinfo << 'f4a5108180245a4ff7a657cb2aa9689e' >XSHA256 (Callback-Frame-1.100.tar.gz) = d5fd233ecfa944cc9746fd05fea67a3c9780b4c282c727579be69b042353ac76 >XSIZE (Callback-Frame-1.100.tar.gz) = 12094 >f4a5108180245a4ff7a657cb2aa9689e >echo x - p5-Callback-Frame/Makefile >sed 's/^X//' >p5-Callback-Frame/Makefile << 'a7b93c78416c42ef0e33adf162cc8a88' >X# $FreeBSD$ >X >XPORTNAME= Callback-Frame >XPORTVERSION= 1.100 >XCATEGORIES= devel perl5 >XMASTER_SITES= CPAN >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= bill.brinzer@gmail.com >XCOMMENT= Preserve error handlers and "local" variables across callbacks >X >XLICENSE= ART10 GPLv1 >XLICENSE_COMB= dual >X >XRUN_DEPENDS= p5-Guard>=0:${PORTSDIR}/devel/p5-Guard >XBUILD_DEPENDS:= ${RUN_DEPENDS} >X >XNO_ARCH= true >X >XUSES= perl5 >XUSE_PERL5= configure >X >X.include <bsd.port.mk> >a7b93c78416c42ef0e33adf162cc8a88 >echo x - p5-Callback-Frame/pkg-plist >sed 's/^X//' >p5-Callback-Frame/pkg-plist << '6f31d11f7d7bc7c1ebbac5cb1fa05cd0' >X%%PERL5_MAN3%%/Callback::Frame.3.gz >X%%SITE_PERL%%/Callback/Frame.pm >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Callback/Frame/.packlist >X@dirrmtry %%SITE_PERL%%/Callback >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Callback/Frame >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Callback >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% >X@dirrmtry %%SITE_PERL%% >X@dirrmtry %%PERL5_MAN3%% >X@dirrmtry lib/perl5/site_perl >X@dirrmtry lib/perl5/%%PERL_VER%%/man >X@dirrmtry lib/perl5/%%PERL_VER%% >X@dirrmtry lib/perl5 >6f31d11f7d7bc7c1ebbac5cb1fa05cd0 >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 192264
:
145140
|
145222
|
145223
|
145344
|
145361
|
145362