From bdfc948790f83f88ba9e5504384e34cdab690d91 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Wed, 15 May 2013 14:11:48 +0000 Subject: 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 --- devel/Makefile | 1 + devel/busybee/Makefile | 23 +++++++++++++++++++++++ devel/busybee/distinfo | 2 ++ devel/busybee/files/patch-busybee_utils.cc | 12 ++++++++++++ devel/busybee/pkg-descr | 8 ++++++++ devel/busybee/pkg-plist | 13 +++++++++++++ 6 files changed, 59 insertions(+) create mode 100644 devel/busybee/Makefile create mode 100644 devel/busybee/distinfo create mode 100644 devel/busybee/files/patch-busybee_utils.cc create mode 100644 devel/busybee/pkg-descr create mode 100644 devel/busybee/pkg-plist (limited to 'devel') 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 diff --git a/devel/busybee/Makefile b/devel/busybee/Makefile new file mode 100644 index 000000000000..51d604e8c97e --- /dev/null +++ b/devel/busybee/Makefile @@ -0,0 +1,23 @@ +# Created by: Gvozdikov Veniamin +# $FreeBSD$ + +PORTNAME= busybee +PORTVERSION= 0.3.0 +CATEGORIES= devel +MASTER_SITES= http://hyperdex.org/src/ + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= High-performance messaging layer + +LICENSE= BSD + +LIB_DEPENDS= e:${PORTSDIR}/devel/libe +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6 + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USES= pathfix pkgconfig + +ONLY_FOR_ARCHS= amd64 + +.include diff --git a/devel/busybee/distinfo b/devel/busybee/distinfo new file mode 100644 index 000000000000..00330f11519e --- /dev/null +++ b/devel/busybee/distinfo @@ -0,0 +1,2 @@ +SHA256 (busybee-0.3.0.tar.gz) = 520354d2843dec8cfda306d6e0f006d7160599892c8a390854cb61dd508e1c52 +SIZE (busybee-0.3.0.tar.gz) = 358305 diff --git a/devel/busybee/files/patch-busybee_utils.cc b/devel/busybee/files/patch-busybee_utils.cc new file mode 100644 index 000000000000..43d33c90c986 --- /dev/null +++ b/devel/busybee/files/patch-busybee_utils.cc @@ -0,0 +1,12 @@ +--- busybee_utils.cc.orig 2013-05-14 11:01:48.938913816 +0000 ++++ busybee_utils.cc 2013-05-14 11:02:14.734910166 +0000 +@@ -27,6 +27,9 @@ + + // POSIX + #ifndef _MSC_VER ++#ifdef __FreeBSD__ ++#include ++#endif + #include + #endif + diff --git a/devel/busybee/pkg-descr b/devel/busybee/pkg-descr new file mode 100644 index 000000000000..7eddd4bf29b6 --- /dev/null +++ b/devel/busybee/pkg-descr @@ -0,0 +1,8 @@ +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 diff --git a/devel/busybee/pkg-plist b/devel/busybee/pkg-plist new file mode 100644 index 000000000000..077fab4eb44a --- /dev/null +++ b/devel/busybee/pkg-plist @@ -0,0 +1,13 @@ +include/busybee_constants.h +include/busybee_mapper.h +include/busybee_mta.h +include/busybee_returncode.h +include/busybee_single.h +include/busybee_st.h +include/busybee_sta.h +include/busybee_utils.h +lib/libbusybee.a +lib/libbusybee.la +lib/libbusybee.so +lib/libbusybee.so.0 +libdata/pkgconfig/busybee.pc -- cgit v1.2.3