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. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jacula Over to Jacula.
jacula 2010-06-09 18:03:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/rabbitmq-c Makefile distinfo pkg-descr pkg-plist net/rabbitmq-c/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-8 protocol version, for 0-9-1 use net/rabbitmq-c-devel. - <http://www.rabbitmq.com/> - <http://www.amqp.org/> - <http://hg.rabbitmq.com/rabbitmq-c> WWW: http://hg.rabbitmq.com/rabbitmq-c PR: ports/145242 Submitted by: Geoff Garside <rabbitmq@geoffgarside.co.uk> Approved by: pgj (mentor) Revision Changes Path 1.2217 +1 -0 ports/net/Makefile 1.1 +73 -0 ports/net/rabbitmq-c/Makefile (new) 1.1 +6 -0 ports/net/rabbitmq-c/distinfo (new) 1.1 +11 -0 ports/net/rabbitmq-c/files/patch-configure.ac (new) 1.1 +57 -0 ports/net/rabbitmq-c/files/patch-tools_common.c (new) 1.1 +9 -0 ports/net/rabbitmq-c/pkg-descr (new) 1.1 +17 -0 ports/net/rabbitmq-c/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!