pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/eio
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 19 07:30:20 UTC 2026
Modified Files:
pkgsrc/devel/eio: DESCR
Log Message:
eio: fix DESCR
Closes PR 60105 by Robert Whitlock
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/eio/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/eio/DESCR
diff -u pkgsrc/devel/eio/DESCR:1.1 pkgsrc/devel/eio/DESCR:1.2
--- pkgsrc/devel/eio/DESCR:1.1 Sun Jun 16 18:56:06 2013
+++ pkgsrc/devel/eio/DESCR Thu Mar 19 07:30:20 2026
@@ -1,5 +1,4 @@
-Ecore is the core event abstraction layer and X abstraction layer
-that makes doing selections, Xdnd, general X stuff, and event loops,
-timeouts and idle handlers fast, optimized, and convenient.
-It's a separate library so anyone can make use of the work put into Ecore
-to make this job easy for applications.
+This library is intended to provide non blocking IO by using thread
+for all operations that may block. It depends only on eina, eet
+and ecore right now. It should integrate all the features/functions
+of Ecore_File that could block.
Home |
Main Index |
Thread Index |
Old Index