[Lunar-commits] <moonbase-other> libev: Second attempt... libev is needed for i3 window manager.

v4hn me at v4hn.de
Mon Jan 20 00:31:17 CET 2014


commit 8e703cf4771c2fa71bff68b2f1ab9c6c66c84b6d
Author: Jason Johnston <jjfam1 at gmail.com>
Date: Sun, 19 Jan 2014 15:22:13 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8e703cf4771c2fa71bff68b2f1ab9c6c66c84b6d

libev: Second attempt... libev is needed for i3 window manager.
---
  zbeta/libev/DETAILS | +27/-0    
  1 file changed, 27 insertions(+)

--- /dev/null
+++ b/zbeta/libev/DETAILS
@@ -0,0 +1,27 @@
+
+          MODULE=libev
+         VERSION=4.15
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://dist.schmorp.de/libev/
+      SOURCE_VFY=sha1:88655b1e2c0b328c9f90a6df7e72361a97fa8dc3
+        WEB_SITE="http://libev.schmorp.de/"
+         ENTERED=20131223
+         UPDATED=20131223
+           SHORT="high-performance event loop."
+cat <<EOF
+High-performance (see benchmark) event loop that is loosely modelled
+after libevent, but without its limitations and bugs. It is used in
+GNU Virtual Private Ethernet, rxvt-unicode, auditd, the Deliantra
+MORPG Server and Client, and many other programs.
+ Features include child/pid watchers, periodic timers
+ based on wallclock (absolute) time (in addition to timers
+ using relative timeouts), as well as epoll/kqueue/event
+ ports/inotify/eventfd/signalfd support, fast timer management,
+ time jump detection and correction, and ease-of-use.
+
+It can be used as a libevent replacement using its emulation API or
+directly embedded into your programs without the need for complex
+configuration support. A full-featured and well-documented perl
+interface is also available.
+
+EOF




More information about the Lunar-commits mailing list