freebsd-ports/devel/tevent/pkg-descr
Timur I. Bakeyev 56b3221129 On whatever reason configure requires gettext, although it's not used anywhere
in the resulting libs. Explicitly disable this.
2014-03-18 04:12:09 +00:00

8 lines
330 B
Text

tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.
Talloc is used for memory management, both internally and for private
data provided by users of the library.
WWW: http://www.samba.org/