[Lunar-commits] <moonbase> libevent: ver 2.0.10-stable
Paul Bredbury
brebs at lunar-linux.org
Wed Feb 16 07:45:36 CET 2011
commit 9d8407f8b6d3ea2e98e00fdfa1af2c501880c844
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Feb 16 13:45:36 2011 +0700
libevent: ver 2.0.10-stable
Needed by transmission.
memcached 1.4.5 and tor 0.2.1.29 compile OK.
firefox4 is using its internal libevent for now.
---
libs/libevent/BUILD | 7 +++++++
libs/libevent/DEPENDS | 1 +
libs/libevent/DETAILS | 10 +++++-----
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/libs/libevent/BUILD b/libs/libevent/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/libs/libevent/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libevent/DEPENDS b/libs/libevent/DEPENDS
new file mode 100644
index 0000000..3cbda32
--- /dev/null
+++ b/libs/libevent/DEPENDS
@@ -0,0 +1 @@
+optional_depends openssl "" "--disable-openssl" "for OpenSSL encryption"
diff --git a/libs/libevent/DETAILS b/libs/libevent/DETAILS
index ba37591..4003b72 100644
--- a/libs/libevent/DETAILS
+++ b/libs/libevent/DETAILS
@@ -1,16 +1,16 @@
MODULE=libevent
- VERSION=1.4.14b-stable
+ VERSION=2.0.10-stable
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.monkey.org/~provos
- SOURCE_VFY=sha1:4a834364c28ad652ddeb00b5f83872506eede7d4
- WEB_SITE=http://www.monkey.org/~provos/$MODULE
+ SOURCE_VFY=sha1:21e26de201d55f47f9b340b014bd3b7a7d8b1f69
+ WEB_SITE=http://www.monkey.org/~provos/libevent/
ENTERED=20060904
- UPDATED=20100629
+ UPDATED=20110207
SHORT="An event notification library"
cat << EOF
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. Furthermore, libevent also support callbacks due
+has been reached. Furthermore, libevent also support callbacks due
to signals or regular timeouts.
EOF
More information about the Lunar-commits
mailing list