ports/178655: [new port]: devel/busybee High-performance messaging layer

Veniamin Gvozdikov g.veniamin at googlemail.com
Wed May 15 10:10:01 UTC 2013


>Number:         178655
>Category:       ports
>Synopsis:       [new port]: devel/busybee High-performance messaging layer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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.

Depended by: ports/178653

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	busybee
#	busybee/distinfo
#	busybee/Makefile
#	busybee/pkg-descr
#	busybee/pkg-plist
#	busybee/files
#	busybee/files/patch-busybee_utils.cc
#
echo c - busybee
mkdir -p busybee > /dev/null 2>&1
echo x - busybee/distinfo
sed 's/^X//' >busybee/distinfo << '642e5babd17015a976470d66e979ea8e'
XSHA256 (busybee-0.3.0.tar.gz) = 520354d2843dec8cfda306d6e0f006d7160599892c8a390854cb61dd508e1c52
XSIZE (busybee-0.3.0.tar.gz) = 358305
642e5babd17015a976470d66e979ea8e
echo x - busybee/Makefile
sed 's/^X//' >busybee/Makefile << '8672a2207484c0ccb57250c6af870b3b'
X# Created by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
X# $FreeBSD$
X
XPORTNAME=	busybee
XPORTVERSION=	0.3.0
XCATEGORIES=	devel
XMASTER_SITES=	http://hyperdex.org/src/
X
XMAINTAINER=	g.veniamin at googlemail.com
XCOMMENT=	High-performance messaging layer
X
XLICENSE=	BSD
X
XLIB_DEPENDS=	e:${PORTSDIR}/devel/libe
XBUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6
X
XGNU_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
XUSES=		pathfix pkgconfig
X
X.include <bsd.port.mk>
8672a2207484c0ccb57250c6af870b3b
echo x - busybee/pkg-descr
sed 's/^X//' >busybee/pkg-descr << 'e8b16850495bd7e06c66483d11178774'
XBusyBee provides a messaging abstraction on top of TCP sockets.
X
XBusyBee is a refined version of the HyperDex event loop.  It exposes a
X"messaging" abstraction on top of TCP and automatically packs/unpacks messages
Xon the wire.  At the core of BusyBee is a thread-safe event loop that enables
Xmultiple threads to send and receive messages concurrently.
X
XWWW: https://github.com/rescrv/busybee
e8b16850495bd7e06c66483d11178774
echo x - busybee/pkg-plist
sed 's/^X//' >busybee/pkg-plist << '48ba966e9a245fa4525ad8eb39b8617e'
Xinclude/busybee_constants.h
Xinclude/busybee_mapper.h
Xinclude/busybee_mta.h
Xinclude/busybee_returncode.h
Xinclude/busybee_single.h
Xinclude/busybee_st.h
Xinclude/busybee_sta.h
Xinclude/busybee_utils.h
Xlib/libbusybee.a
Xlib/libbusybee.la
Xlib/libbusybee.so
Xlib/libbusybee.so.0
Xlibdata/pkgconfig/busybee.pc
48ba966e9a245fa4525ad8eb39b8617e
echo c - busybee/files
mkdir -p busybee/files > /dev/null 2>&1
echo x - busybee/files/patch-busybee_utils.cc
sed 's/^X//' >busybee/files/patch-busybee_utils.cc << 'db807b248638200952e07280200f22b4'
X--- busybee_utils.cc.orig	2013-05-14 11:01:48.938913816 +0000
X+++ busybee_utils.cc	2013-05-14 11:02:14.734910166 +0000
X@@ -27,6 +27,9 @@
X 
X // POSIX
X #ifndef _MSC_VER
X+#ifdef __FreeBSD__
X+#include <sys/types.h>
X+#endif
X #include <ifaddrs.h>
X #endif
X 
db807b248638200952e07280200f22b4
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list