diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-16 15:38:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-16 15:38:01 +0000 |
commit | ec2f6bf84e07b9667f56901121aa10fe7669aefe (patch) | |
tree | d73f78b78771b1b648a9e77bb1dfedb901d60de4 /devel/libev/DESCR | |
parent | 0f9284895c00371002321089f252224b412408db (diff) | |
download | pkgsrc-ec2f6bf84e07b9667f56901121aa10fe7669aefe.tar.gz |
pkglint fixes. Merge in maintainer from wip.
Diffstat (limited to 'devel/libev/DESCR')
-rw-r--r-- | devel/libev/DESCR | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/devel/libev/DESCR b/devel/libev/DESCR index e717b1c4654..123081de6da 100644 --- a/devel/libev/DESCR +++ b/devel/libev/DESCR @@ -1,8 +1,7 @@ Libev is modelled (very losely) after libevent and the Event perl -module, but is faster, scales better and is more correct, and also more -featureful. And also smaller. Yay. - -Some of the specialties of libev not commonly found elsewhere are: +module, but is faster, scales better and is more correct, more +featureful, and smaller. Some of the specialties of libev not +commonly found elsewhere are: - extensive and detailed, readable documentation (not doxygen garbage). - fully supports fork, can detect fork in various ways and automatically @@ -20,13 +19,6 @@ Some of the specialties of libev not commonly found elsewhere are: - very little memory use (small watchers, small event loop data). - optional C++ interface allowing method and function callbacks at no extra memory or runtime overhead. -- optional Perl interface with similar characteristics (capable - of running Glib/Gtk2 on libev, interfaces with Net::SNMP and - libadns). +- optional Perl interface with similar characteristics - support for other languages (multiple C++ interfaces, D, Ruby, Python) available from third-parties. - -Examples of programs that embed libev: the EV perl module, -rxvt-unicode, gvpe (GNU Virtual Private Ethernet), the Deliantra MMORPG -server (http://www.deliantra.net/), Rubinius (a next-generation Ruby -VM), the Ebb web server, the Rev event toolkit. |