FreeBSD Bugzilla – Attachment 145220 Details for
Bug 192263
[new port] devel/p5-Log-Defer - Deferred logs and timers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p5-Log-Defer.shar
p5-Log-Defer.shar (text/plain), 3.03 KB, created by
Bill Brinzer
on 2014-08-01 18:56:59 UTC
(
hide
)
Description:
p5-Log-Defer.shar
Filename:
MIME Type:
Creator:
Bill Brinzer
Created:
2014-08-01 18:56:59 UTC
Size:
3.03 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-Log-Defer ># p5-Log-Defer/Makefile ># p5-Log-Defer/distinfo ># p5-Log-Defer/pkg-descr ># p5-Log-Defer/pkg-plist ># >echo c - p5-Log-Defer >mkdir -p p5-Log-Defer > /dev/null 2>&1 >echo x - p5-Log-Defer/Makefile >sed 's/^X//' >p5-Log-Defer/Makefile << 'edcdadf6a1413bfed720218b24d8fc11' >X# $FreeBSD$ >X >XPORTNAME= Log-Defer >XPORTVERSION= 0.311 >XCATEGORIES= devel perl5 >XMASTER_SITES= CPAN >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= bill.brinzer@gmail.com >XCOMMENT= Deferred logs and timers >X >XLICENSE= ART10 GPLv1 >XLICENSE_COMB= dual >X >XRUN_DEPENDS= p5-Guard>=0:${PORTSDIR}/devel/p5-Guard >XBUILD_DEPENDS:= ${RUN_DEPENDS} >X >XNO_ARCH= yes >X >XUSES= perl5 >XUSE_PERL5= configure >X >X.include <bsd.port.mk> >edcdadf6a1413bfed720218b24d8fc11 >echo x - p5-Log-Defer/distinfo >sed 's/^X//' >p5-Log-Defer/distinfo << '757c6ce645f88b0616e545b11abcf6ae' >XSHA256 (Log-Defer-0.311.tar.gz) = 9f2f6a7b413b9ce514cfb3b5929b94f9569bc80f4eccadeef8cb9dbbec3f9319 >XSIZE (Log-Defer-0.311.tar.gz) = 10044 >757c6ce645f88b0616e545b11abcf6ae >echo x - p5-Log-Defer/pkg-descr >sed 's/^X//' >p5-Log-Defer/pkg-descr << 'b05132ef31e604378e3e8bacc09a242e' >XI believe a lot of log processing is done too early. >X >XThis module lets you defer log processing in two ways: >X >X* Defer recording of log messages until some "transaction" has completed >X >X Typically this transaction is something like an HTTP request or a cron job. >X Generally log messages are easier to read if they are recorded atomically and >X are not intermingled with log messages created by other transactions. >X >X* Defer rendering of log messages >X >X Sometimes you don't know how logs should be rendered until long after the >X message has been written. If you aren't sure what information you'll want to >X display, or you expect to display the same logs in multiple formats, it makes >X sense to store your logs in a highly structured format so they can be >X reliably parsed and processed later. >X >XThis module doesn't actually write out logs! To use this module for normal >Xlogging purposes you also need a logging library. >X >XWWW: http://search.cpan.org/dist/Log-Defer/ >b05132ef31e604378e3e8bacc09a242e >echo x - p5-Log-Defer/pkg-plist >sed 's/^X//' >p5-Log-Defer/pkg-plist << '62f1398323f1dedc6c909b662937c643' >X%%PERL5_MAN3%%/Log::Defer.3.gz >X%%PERL5_MAN3%%/Log::README.3.gz >X%%SITE_PERL%%/Log/Defer.pm >X%%SITE_PERL%%/Log/README.pod >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Defer/.packlist >X@dirrmtry %%SITE_PERL%%/Log >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Defer >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log >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 >62f1398323f1dedc6c909b662937c643 >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 192263
:
145139
|
145220
|
145221
|
145343
|
145359
|
145360