cvs commit: ports/net Makefile ports/net/p5-AnyEvent-RabbitMQ Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Sun Oct 30 11:04:48 UTC 2011


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)


More information about the cvs-all mailing list