diff options
author | taca <taca@pkgsrc.org> | 2011-12-15 14:52:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-15 14:52:01 +0000 |
commit | 1216322984b502097483ac7106ab7656c550bd1f (patch) | |
tree | d8971fcdca03119ca537ebd256707c025d60fe8e /net/ruby-amqp | |
parent | f6cafdfef77c224ee72b0ea3b84e0cf9cdd383b3 (diff) | |
download | pkgsrc-1216322984b502097483ac7106ab7656c550bd1f.tar.gz |
Update ruby-amqp pacakge to 0.8.4.
* Some parts are splited to another package (ruby-amq-client and
ruby-amq-protocol).
* Update DESCR.
Diffstat (limited to 'net/ruby-amqp')
-rw-r--r-- | net/ruby-amqp/DESCR | 10 | ||||
-rw-r--r-- | net/ruby-amqp/Makefile | 8 | ||||
-rw-r--r-- | net/ruby-amqp/distinfo | 8 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net/ruby-amqp/DESCR b/net/ruby-amqp/DESCR index de9f94215b3..b76a6af2d87 100644 --- a/net/ruby-amqp/DESCR +++ b/net/ruby-amqp/DESCR @@ -1,3 +1,7 @@ -AMQP client implementation in Ruby/EventMachine. -This library was tested primarily with RabbitMQ, although it should -be compatible with any server implementing the AMQP 0-8 spec. +Ruby amqp gem is a widely used, feature-rich, well-maintained asynchronous +AMQP 0.9.1 client with batteries included. + +This library works with Ruby 1.8.7 (*except for p249*, see the FAQ), Ruby +1.9.2, Ruby 1.9.3, [JRuby](http://jruby.org), [Rubinius](http://rubini.us) as +well as [REE](http://www.rubyenterpriseedition.com), and is licensed under the +[Ruby License](http://www.ruby-lang.org/en/LICENSE.txt) diff --git a/net/ruby-amqp/Makefile b/net/ruby-amqp/Makefile index 0ad69712ae6..4d55fa23fff 100644 --- a/net/ruby-amqp/Makefile +++ b/net/ruby-amqp/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2011/09/12 13:29:22 taca Exp $ +# $NetBSD: Makefile,v 1.7 2011/12/15 14:52:01 taca Exp $ -DISTNAME= amqp-0.8.0 +DISTNAME= amqp-0.8.4 CATEGORIES= net MAINTAINER= filip@joyent.com -HOMEPAGE= http://github.com/tmm1/amqp +HOMEPAGE= http://github.com/ruby-amqp/amqp COMMENT= AMQP client implementation in Ruby/EventMachine LICENSE= ruby-license PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.4:../../devel/ruby-eventmachine +DEPENDS+= ${RUBY_PKGPREFIX}-amq-client>=0.8.7<0.9:../../net/ruby-amq-client .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ruby-amqp/distinfo b/net/ruby-amqp/distinfo index 5aa3475539d..64031c2916d 100644 --- a/net/ruby-amqp/distinfo +++ b/net/ruby-amqp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/09/12 13:29:22 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/12/15 14:52:01 taca Exp $ -SHA1 (amqp-0.8.0.gem) = f57e76710ef8d3623d966b3c653ea07a5647a22e -RMD160 (amqp-0.8.0.gem) = ab83118337a95c58404f8eb7618354da8987cc69 -Size (amqp-0.8.0.gem) = 985600 bytes +SHA1 (amqp-0.8.4.gem) = 9d81103073a7fddc1b1be412a56502f46e2ae49f +RMD160 (amqp-0.8.4.gem) = 5337617f90b0fc72c05a298a713dbe713f2a263c +Size (amqp-0.8.4.gem) = 984064 bytes |