cvs commit: ports/devel Makefile ports/devel/p5-POE-Quickie
Makefile distinfo pkg-descr pkg-plist
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 26 19:49:12 UTC 2011
sunpoet 2011-05-26 19:49:12 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-POE-Quickie Makefile distinfo pkg-descr pkg-plist
Log:
- Add p5-POE-Quickie 0.14
If you need nonblocking access to an external program, or want to execute some
blocking code in a separate process, but you don't want to write a wrapper
module or some POE::Wheel::Run boilerplate code, then POE::Quickie can help.
You just specify what you're interested in (stdout, stderr, and/or exit code),
and POE::Quickie will handle the rest in a sensible way.
It has some convenience features, such as killing processes after a timeout,
and storing process-specific context information which will be delivered with
every event.
There is also an even lazier API which suspends the execution of your event
handler and gives control back to POE while your task is running, the same
way LWP::UserAgent::POE does.
This is provided by the quickie_* functions which are exported by default.
WWW: http://search.cpan.org/dist/POE-Quickie/
PR: ports/156971
Submitted by: Takefu <takefu at airport.fm>
Revision Changes Path
1.4343 +1 -0 ports/devel/Makefile
1.1 +39 -0 ports/devel/p5-POE-Quickie/Makefile (new)
1.1 +2 -0 ports/devel/p5-POE-Quickie/distinfo (new)
1.1 +18 -0 ports/devel/p5-POE-Quickie/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-POE-Quickie/pkg-plist (new)
More information about the cvs-all
mailing list