1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
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

9 lines
330 B
Plaintext

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/