Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 891B663BDF9 for ; Sat, 8 Aug 2009 19:40:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D2A6F63B128; Sat, 8 Aug 2009 19:40:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6AF5D63B108 for ; Sat, 8 Aug 2009 19:40:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 46DA2175D0; Sat, 8 Aug 2009 19:40:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 8 Aug 2009 19:40:37 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/libev To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090808194037.46DA2175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Sat Aug 8 19:40:37 UTC 2009 Update of /cvsroot/pkgsrc/devel/libev In directory ivanova.netbsd.org:/tmp/cvs-serv29254 Log Message: Importing package for libev-3.7 (recommended dependency for p5 module AnyEvent). 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: - extensive and detailed, readable documentation (not doxygen garbage). - fully supports fork, can detect fork in various ways and automatically re-arms kernel mechanisms that do not support fork. - highly optimised select, poll, epoll, kqueue and event ports backends. - filesystem object (path) watching (with optional linux inotify support). - wallclock-based times (using absolute time, cron-like). - relative timers/timeouts (handle time jumps). - fast intra-thread communication between multiple event loops (with optional fast linux eventfd backend). - extremely easy to embed. - very small codebase, no bloated library. - fully extensible by being able to plug into the event loop, integrate other event loops, integrate other event loop users. - 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). - 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. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/libev/buildlink3.mk N pkgsrc/devel/libev/distinfo N pkgsrc/devel/libev/Makefile N pkgsrc/devel/libev/PLIST N pkgsrc/devel/libev/DESCR No conflicts created by this import