Date: Sun, 30 Oct 2011 11:04:48 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-AnyEvent-RabbitMQ Makefile distinfo pkg-descr pkg-plist Message-ID: <201110301104.p9UB4m3Y044500@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2011-10-30 11:04:48 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-AnyEvent-RabbitMQ Makefile distinfo pkg-descr pkg-plist Log: AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion. You can use AnyEvent::RabbitMQ to - * Declare and delete exchanges * Declare, delete, bind and unbind queues * Set QoS * Publish, consume, get, ack, recover and reject messages * Select, commit and rollback transactions AnyEvnet::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and version 0-8 of the AMQP specification. WWW: http://search.cpan.org/dist/AnyEvent-RabbitMQ/ Revision Changes Path 1.2399 +1 -0 ports/net/Makefile 1.1 +39 -0 ports/net/p5-AnyEvent-RabbitMQ/Makefile (new) 1.1 +2 -0 ports/net/p5-AnyEvent-RabbitMQ/distinfo (new) 1.1 +16 -0 ports/net/p5-AnyEvent-RabbitMQ/pkg-descr (new) 1.1 +13 -0 ports/net/p5-AnyEvent-RabbitMQ/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110301104.p9UB4m3Y044500>