async event library

This commit is contained in:
dugsong 2000-11-23 15:17:55 +00:00
parent db75923b33
commit d6d6b5696b
5 changed files with 36 additions and 0 deletions

20
devel/libevent/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/11/23 15:17:55 dugsong Exp $
DISTNAME= libevent-0.2b
CATEGORIES= devel
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= Dug Song <dugsong@monkey.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu dest
WRKDIST= ${WRKDIR}/libevent
.include <bsd.port.mk>

3
devel/libevent/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (libevent-0.2b.tar.gz) = aa116f44358f3b8654a82211ba9b15ee
RMD160 (libevent-0.2b.tar.gz) = 229b8a5e1485d5d0f09715a8b17a0e1bb4831267
SHA1 (libevent-0.2b.tar.gz) = 8a02feaeeafa1ff92d93754ccbaf5e5f592d3527

View File

@ -0,0 +1 @@
asynchronous event library

8
devel/libevent/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
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.

4
devel/libevent/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/11/23 15:17:55 dugsong Exp $
man/man3/event.3
include/event.h
lib/libevent.a