[Lunar-commits] <moonbase> eio: fix description
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Thu May 10 22:50:28 CEST 2012
commit a2f1b989fe49cf880896e977026830e87036a846
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Thu May 10 11:43:20 2012 +0200
eio: fix description
---
efl/eio/DETAILS | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/efl/eio/DETAILS b/efl/eio/DETAILS
index 91af8a0..1459ca5 100644
--- a/efl/eio/DETAILS
+++ b/efl/eio/DETAILS
@@ -7,9 +7,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
WEB_SITE="http://www.enlightenment.org/"
ENTERED=20120430
UPDATED=20120430
- SHORT="an implementation of freedesktop.org specifications"
+ SHORT="efficient filesystem input/output for EFL"
cat <<EOF
-An implementation of several specifications from freedesktop.org
-intended for use in Enlightenment DR17 (e17) and other applications
-using the Enlightenment Foundation Libraries (EFL).
+Eio integrates with EFL (Ecore, Eina) to provide efficient filesystem
+Input/Output? (I/O). It use the best techniques to achieve such purpose,
+like using at-variants, splice, properly handling errors and doing it
+in an asynchronous fashion by means of worker threads.
EOF
More information about the Lunar-commits
mailing list