NOTICE: This package has been removed from pkgsrc

./wip/eio, Asynchronous I/O library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.9, Package name: eio-1.7.9, Maintainer: dieter.NetBSD

Eio integrates with EFL (Ecore, Eina) to provide efficient filesystem
Input/Output. 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. It is
also ported to Windows, so multi-platform.

Whenever you need to list a directory, copy, move or delete files,
Eio will do that task better than you'd achieve with naive
implementations, and it is easy to use.


Required to run:
[wip/ecore]

Required to build:
[pkgtools/x11-links] [x11/compositeproto] [x11/scrnsaverproto] [x11/renderproto] [x11/xproto] [x11/recordproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/printproto] [x11/fixesproto4] [pkgtools/cwrappers]

Master sites:

SHA1: 4133d0967addc654036cd0d79a8d75998c539c73
RMD160: 734bbc21d7b5d66812b94c0e7e8707635bcb34d3
Filesize: 353.653 KB

Version history: (Expand)


CVS history: (Expand)


   2013-11-09 15:34:06 by dieter roelants | Files touched by this commit (2)
Log message:
Update eio to version 1.7.9.

Changes since Eio 1.7.8:

No changes, just updating to keep in sync with lastest release.
   2013-09-15 19:22:35 by dieter roelants | Files touched by this commit (25)
Log message:
Update Enlightenment libraries to version 1.7.8.
   2013-09-15 19:03:37 by dieter roelants | Files touched by this commit (1)
Log message:
Add missing patch file.
   2013-02-17 14:11:06 by dieter roelants | Files touched by this commit (2)
Log message:
Update Eio to 1.7.5.

Changes since Eio 1.7.4:

Add:
* Add eio_eet_sync symbol.

Fixes:
* Functions no longer crash when passed NULL and throw errors accordingly