pkgsrc/devel/libevent/Makefile
xtraeme 5f009fd358 Update libevent to 0.8
Changes:

0.8:
    * Buffered event abstraction to make writing network applications
      easier; see libio for the predecessor of this idea.
0.7c:
    * Bug fixes in Linux epoll and poll support.

0.7b:
    * 3-clause BSD-license.
    * Experimental support for real-time signals. Likely to be buggy.
    * Experimental support for Windows from Mike Davis.

0.7:
    *  Requires level-triggered epoll patch for Linux epoll support.
2004-04-21 10:37:07 +00:00

15 lines
351 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/04/21 10:37:08 xtraeme Exp $
#
DISTNAME= libevent-0.8
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://monkey.org/~provos/libevent/
COMMENT= Asynchronous event notification library
USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"