comes with OpenBSD as of 3.2
This commit is contained in:
parent
3f749a51f5
commit
19d8d0bf8e
@ -1,32 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2002/06/16 09:51:06 naddy Exp $
|
||||
|
||||
COMES_WITH= 3.2
|
||||
|
||||
COMMENT= "asynchronous event library"
|
||||
|
||||
DISTNAME= libevent-0.5
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.528
|
||||
MASTER_SITES= http://www.monkey.org/~provos/
|
||||
|
||||
HOMEPAGE= http://www.monkey.org/~provos/libevent/
|
||||
|
||||
MAINTAINER= Dug Song <dugsong@monkey.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= automake
|
||||
|
||||
WRKDIST= ${WRKDIR}/libevent
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && automake
|
||||
|
||||
do-regress:
|
||||
cd ${WRKBUILD}/test && ${MAKE_PROGRAM}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (libevent-0.5.tar.gz) = f41b09d67a84d5a2f7f6504e184c45ba
|
||||
RMD160 (libevent-0.5.tar.gz) = c1b60667de7fd89e87025037ca18fef835ce1e1d
|
||||
SHA1 (libevent-0.5.tar.gz) = b08681fbd24d11ab7623345c4678b990e1b54c20
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_am,v 1.1 2002/04/17 15:17:54 brad Exp $
|
||||
--- Makefile.am.orig Wed Apr 17 10:05:34 2002
|
||||
+++ Makefile.am Wed Apr 17 10:05:52 2002
|
||||
@@ -11,7 +11,7 @@ libevent_a_LIBADD = @LIBOBJS@
|
||||
|
||||
include_HEADERS = event.h
|
||||
|
||||
-INCLUDES = -I/usr/include -Icompat
|
||||
+INCLUDES = -Icompat
|
||||
|
||||
man_MANS = event.3
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-sample_Makefile_am,v 1.2 2002/06/13 03:58:11 brad Exp $
|
||||
--- sample/Makefile.am.orig Tue Apr 9 20:31:31 2002
|
||||
+++ sample/Makefile.am Wed Jun 12 23:55:20 2002
|
||||
@@ -1,7 +1,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
|
||||
LDADD = -L.. -levent
|
||||
-CPPFPLAGS = -I..
|
||||
+CPPFLAGS = -I$(top_srcdir)
|
||||
|
||||
noinst_PROGRAMS = event-test time-test signal-test
|
||||
|
@ -1,10 +0,0 @@
|
||||
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.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/04/17 15:17:54 brad Exp $
|
||||
include/event.h
|
||||
lib/libevent.a
|
||||
man/man3/event.3
|
Loading…
x
Reference in New Issue
Block a user