# $Id: Portfile,v 1.24 2005/06/23 15:26:31 toby Exp $ PortSystem 1.0 name libevent version 1.1a categories devel maintainers toby@opendarwin.org description asynchronous event library long_description \ The libevent API provides a mechanism to execute a callback function \ when a specific event occurs on a file descriptor or after a timeout \ has been reached.libevent is meant to replace the asynchronous event \ loop found in event driven network servers. An application just \ needs to call event_dispatch() and can then add or remove events \ dynamically without having to change the event loop. homepage http://monkey.org/~provos/libevent/ platforms darwin master_sites http://monkey.org/~provos/ checksums md5 6cc776458ecaf9247550863702a44d7c configure.args --mandir=${prefix}/share/man test.run yes test.target verify