./wip/libeio, Full-featured asynchronous I/O library for C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0pre4.18, Package name: libeio-1.0pre4.18, Maintainer: pkgsrc-users

Libeio is a full-featured asynchronous I/O library for C,
modelled in similar style and spirit as libev. Features
include: asynchronous read, write, open, close, stat,
unlink, fdatasync, mknod, readdir etc. (basically the full
POSIX API). sendfile (native on solaris, linux, hp-ux,
freebsd, emulated everywehere else), readahead (emulated
where not available).


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d4457de7f5660b5561eefdb59017b8c0e42ca04f
Filesize: 92.551 KB

Version history: (Expand)


CVS history: (Expand)


   2013-09-05 12:42:33 by Filip Hajny | Files touched by this commit (2)
Log message:
Change PKGVERSION to 1.0pre4.18. Fix buildlink3 typo.

Everything suggests that 1.0 was not released yet (just the CVS tags look
otherwise).
   2013-08-28 15:00:52 by Filip Hajny | Files touched by this commit (3)
Log message:
Remove conflict by installing into a subdir (same as devel/libev).
Add bl3.
   2013-08-28 11:02:29 by Filip Hajny | Files touched by this commit (5)
Log message:
Import libeio-4.18 as wip/libeio.

Libeio is a full-featured asynchronous I/O library for C,
modelled in similar style and spirit as libev. Features
include: asynchronous read, write, open, close, stat,
unlink, fdatasync, mknod, readdir etc. (basically the full
POSIX API). sendfile (native on solaris, linux, hp-ux,
freebsd, emulated everywehere else), readahead (emulated
where not available).