Port for the RabbitMQ C AMQP Client Library, see http://hg.rabbitmq.com/rabbitmq-c for original source. Tested with `port test` and all seems to be OK. This is slightly different from the net/rabbitmq-c port I've submitted in that this one builds librabbitmq to support AMQP protocol version 0.9.1 rather than 0.8 which net/rabbitmq-c supports. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jacula Over to Jacula.
jacula 2010-06-09 18:21:20 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/rabbitmq-c-devel Makefile distinfo pkg-descr pkg-plist net/rabbitmq-c-devel/files patch-configure.ac patch-tools_common.c Log: This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-9-1 protocol version, for 0-8 use net/rabbitmq-c. - <http://www.rabbitmq.com/> - <http://www.amqp.org/> - <http://hg.rabbitmq.com/rabbitmq-c> WWW: http://hg.rabbitmq.com/rabbitmq-c PR: ports/145260 Submitted by: Geoff Garside <rabbitmq@geoffgarside.co.uk> Approved by: pgj (mentor) Revision Changes Path 1.2218 +1 -0 ports/net/Makefile 1.1 +74 -0 ports/net/rabbitmq-c-devel/Makefile (new) 1.1 +6 -0 ports/net/rabbitmq-c-devel/distinfo (new) 1.1 +11 -0 ports/net/rabbitmq-c-devel/files/patch-configure.ac (new) 1.1 +57 -0 ports/net/rabbitmq-c-devel/files/patch-tools_common.c (new) 1.1 +9 -0 ports/net/rabbitmq-c-devel/pkg-descr (new) 1.1 +17 -0 ports/net/rabbitmq-c-devel/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The patch has been committed with some modifications. Thanks!