From nobody@FreeBSD.org  Wed May 15 10:02:27 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 0B070FB3
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 May 2013 10:02:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id EFBE2E65
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 May 2013 10:02:26 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4FA2QmR009882
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 May 2013 10:02:26 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4FA2Q62009881;
	Wed, 15 May 2013 10:02:26 GMT
	(envelope-from nobody)
Message-Id: <201305151002.r4FA2Q62009881@oldred.FreeBSD.org>
Date: Wed, 15 May 2013 10:02:26 GMT
From: Veniamin Gvozdikov <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port]: devel/busybee High-performance messaging layer
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178655
>Category:       ports
>Synopsis:       [new port]: devel/busybee High-performance messaging layer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 10:10:00 UTC 2013
>Closed-Date:    Wed May 15 14:13:16 UTC 2013
>Last-Modified:  Wed May 15 14:20:00 UTC 2013
>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@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@googlemail.com>
X# $FreeBSD$
X
XPORTNAME=	busybee
XPORTVERSION=	0.3.0
XCATEGORIES=	devel
XMASTER_SITES=	http://hyperdex.org/src/
X
XMAINTAINER=	g.veniamin@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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Wed May 15 10:10:08 UTC 2013 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178655 
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Wed May 15 13:10:13 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178655 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Wed May 15 14:13:16 UTC 2013 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178655 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178655: commit references a PR
Date: Wed, 15 May 2013 14:11:57 +0000 (UTC)

 Author: wen
 Date: Wed May 15 14:11:48 2013
 New Revision: 318243
 URL: http://svnweb.freebsd.org/changeset/ports/318243
 
 Log:
   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>
 
 Added:
   head/devel/busybee/
   head/devel/busybee/Makefile   (contents, props changed)
   head/devel/busybee/distinfo   (contents, props changed)
   head/devel/busybee/files/
   head/devel/busybee/files/patch-busybee_utils.cc   (contents, props changed)
   head/devel/busybee/pkg-descr   (contents, props changed)
   head/devel/busybee/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Wed May 15 13:58:28 2013	(r318242)
 +++ head/devel/Makefile	Wed May 15 14:11:48 2013	(r318243)
 @@ -159,6 +159,7 @@
      SUBDIR += buildtool-doc
      SUBDIR += bullet
      SUBDIR += bunny
 +    SUBDIR += busybee
      SUBDIR += byaccj
      SUBDIR += bzapi
      SUBDIR += bzr
 
 Added: head/devel/busybee/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/busybee/Makefile	Wed May 15 14:11:48 2013	(r318243)
 @@ -0,0 +1,23 @@
 +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 +# $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 <bsd.port.mk>
 
 Added: head/devel/busybee/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/busybee/distinfo	Wed May 15 14:11:48 2013	(r318243)
 @@ -0,0 +1,2 @@
 +SHA256 (busybee-0.3.0.tar.gz) = 520354d2843dec8cfda306d6e0f006d7160599892c8a390854cb61dd508e1c52
 +SIZE (busybee-0.3.0.tar.gz) = 358305
 
 Added: head/devel/busybee/files/patch-busybee_utils.cc
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/busybee/files/patch-busybee_utils.cc	Wed May 15 14:11:48 2013	(r318243)
 @@ -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 <sys/types.h>
 ++#endif
 + #include <ifaddrs.h>
 + #endif
 + 
 
 Added: head/devel/busybee/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/busybee/pkg-descr	Wed May 15 14:11:48 2013	(r318243)
 @@ -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
 
 Added: head/devel/busybee/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/busybee/pkg-plist	Wed May 15 14:11:48 2013	(r318243)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
