devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / liboop / DESCR
1 Liboop is a low-level event loop management library for POSIX-based
2 operating systems. It supports the development of modular, multiplexed
3 applications which may respond to events from several sources. It
4 replaces the "select() loop" and allows the registration of event
5 handlers for file and network I/O, timers and signals. Since processes
6 use these mechanisms for almost all external communication, liboop can
7 be used as the basis for almost any application.