async event library
This commit is contained in:
parent
db75923b33
commit
d6d6b5696b
20
devel/libevent/Makefile
Normal file
20
devel/libevent/Makefile
Normal 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
3
devel/libevent/files/md5
Normal 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
|
1
devel/libevent/pkg/COMMENT
Normal file
1
devel/libevent/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
asynchronous event library
|
8
devel/libevent/pkg/DESCR
Normal file
8
devel/libevent/pkg/DESCR
Normal 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
4
devel/libevent/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user