aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2013-05-15 14:11:48 +0000
committerWen Heping <wen@FreeBSD.org>2013-05-15 14:11:48 +0000
commitbdfc948790f83f88ba9e5504384e34cdab690d91 (patch)
tree77ba498d57b1c1097663531bb9c66a0bc72d7cbe /devel/Makefile
parent70024bc7774da7d56c857663b3ed14982083b6e3 (diff)
downloadports-bdfc948790f83f88ba9e5504384e34cdab690d91.tar.gz
ports-bdfc948790f83f88ba9e5504384e34cdab690d91.zip
BusyBee provides a messaging abstraction on top of TCP sockets.
BusyBee is a refined version of the HyperDex event loop. It exposes a "messaging" abstraction on top of TCP and automatically packs/unpacks messages on the wire. At the core of BusyBee is a thread-safe event loop that enables multiple threads to send and receive messages concurrently. WWW: https://github.com/rescrv/busybee PR: 178655 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Notes
Notes: svn path=/head/; revision=318243
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a4ff81e8470f..ab0eed6e30d1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -159,6 +159,7 @@
SUBDIR += buildtool-doc
SUBDIR += bullet
SUBDIR += bunny
+ SUBDIR += busybee
SUBDIR += byaccj
SUBDIR += bzapi
SUBDIR += bzr