mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Simple asynchronous AMQP driver for Ruby/EventMachine.
This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius. This library was tested primarily with RabbitMQ, although it should be compatible with any server implementing the AMQP 0-8 spec. WWW: https://github.com/ruby-amqp/amqp This version is currently required for chef-server which would be a downgrade of the existing port. PR: ports/163355 With Hat: ruby@ Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
This commit is contained in:
parent
47cce1549f
commit
df06ce6da4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287503
@ -961,6 +961,7 @@
|
||||
SUBDIR += rubygem-amq-protocol
|
||||
SUBDIR += rubygem-amqp
|
||||
SUBDIR += rubygem-amqp-utils
|
||||
SUBDIR += rubygem-amqp067
|
||||
SUBDIR += rubygem-bunny
|
||||
SUBDIR += rubygem-geoip
|
||||
SUBDIR += rubygem-http_parser.rb
|
||||
|
21
net/rubygem-amqp067/Makefile
Normal file
21
net/rubygem-amqp067/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Ports collection makefile for: rubygem-amqp
|
||||
# Date created: Dec 16, 2011
|
||||
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= amqp
|
||||
PORTVERSION= 0.6.7
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= An implementation of the AMQP protocol for RabbitMQ clients
|
||||
|
||||
RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-amqp067/distinfo
Normal file
2
net/rubygem-amqp067/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/amqp-0.6.7.gem) = 7d7faf3e394d0a9c5c3574fbd87f9877b85dbd1fa419f5e1dfe84266f56cdfe3
|
||||
SIZE (rubygem/amqp-0.6.7.gem) = 83456
|
7
net/rubygem-amqp067/pkg-descr
Normal file
7
net/rubygem-amqp067/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Simple asynchronous AMQP driver for Ruby/EventMachine.
|
||||
This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius.
|
||||
|
||||
This library was tested primarily with RabbitMQ, although it
|
||||
should be compatible with any server implementing the AMQP 0-8 spec.
|
||||
|
||||
WWW: https://github.com/ruby-amqp/amqp
|
Loading…
Reference in New Issue
Block a user