aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-04-20 07:46:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-04-20 07:46:15 +0000
commit9dbabd6d350cf3edb07a7ab40729d1be7e87c066 (patch)
tree4945de81978fd9c480aad80f9462e9e00894f0d3 /devel/Makefile
parent75f0d328259a9bb4838db860241dab841a42ae34 (diff)
downloadports-9dbabd6d350cf3edb07a7ab40729d1be7e87c066.tar.gz
ports-9dbabd6d350cf3edb07a7ab40729d1be7e87c066.zip
- Add p5-IO-Event 0.812
IO::Event provides an object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing without the user needing to think about it much. All APIs are kept as simple as possible yet at the same time, all functionality is accesible if needed. Simple things are easy. Hard things are possible. Most of the time file handling syntax will work fine: <$filehandle> and print $filehandle 'stuff'. IO::Event provides automatic buffering of output (with a callback to throttle). It provides automatic line-at-a-time input. After initial setup, call IO::Event::loop(). IO::Event was originally written to use Event. IO::Event still defaults to using Event but it can now use AnyEvent or its own event loop. WWW: http://search.cpan.org/dist/IO-Event/ Feature safe: yes
Notes
Notes: svn path=/head/; revision=316128
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 94ef63f53f02..333dc13c354c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2086,6 +2086,7 @@
SUBDIR += p5-IO-CaptureOutput
SUBDIR += p5-IO-Detect
SUBDIR += p5-IO-Digest
+ SUBDIR += p5-IO-Event
SUBDIR += p5-IO-HTML
SUBDIR += p5-IO-Handle-Util
SUBDIR += p5-IO-Interactive