# 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: # # rubygem-bunny # rubygem-bunny/distinfo # rubygem-bunny/Makefile # rubygem-bunny/pkg-descr # echo c - rubygem-bunny mkdir -p rubygem-bunny > /dev/null 2>&1 echo x - rubygem-bunny/distinfo sed 's/^X//' >rubygem-bunny/distinfo << '9cefc84cf49d3991185045a38a213394' XMD5 (rubygem/bunny-0.6.0.gem) = 1697fe4ec6f17826b823ae86adc92098 XSHA256 (rubygem/bunny-0.6.0.gem) = fb8142488e96124f1b880979d1006366f254323f555add01a028ef70db306038 XSIZE (rubygem/bunny-0.6.0.gem) = 32256 9cefc84cf49d3991185045a38a213394 echo x - rubygem-bunny/Makefile sed 's/^X//' >rubygem-bunny/Makefile << '650edf088b1c6af12d7f99c118ac0a5e' X# Ports collection makefile for: rubygem-bunny X# Date created: 19 Mar 2010 X# Whom: renchap@cocoa-x.com X# X# $FreeBSD$ X# X XPORTNAME= bunny XPORTVERSION= 0.6.0 XCATEGORIES= net XMASTER_SITES= http://gemcutter.org/gems/ X XMAINTAINER= renchap@cocoa-x.com XCOMMENT= Another synchronous Ruby AMQP client X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X# we care about not passing -A to allow HTTP redirect XFETCH_ARGS= -pRr X X.include 650edf088b1c6af12d7f99c118ac0a5e echo x - rubygem-bunny/pkg-descr sed 's/^X//' >rubygem-bunny/pkg-descr << 'c5580d141de69fbe76a031296138a64e' XBunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby, Xthat is intended to allow you to interact with AMQP-compliant message Xbrokers/servers such as RabbitMQ in a synchronous fashion. X XIt is based on a great deal of useful code from amqp by Aman Gupta and Carrot Xby Amos Elliston. X XYou can use Bunny to : X* Create and delete exchanges X* Create and delete queues X* Publish and consume messages X XBunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8 Xof the AMQP specification. X XWWW: http://github.com/celldee/bunny c5580d141de69fbe76a031296138a64e exit