Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 13:34:49 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364271 - in head/net: . p5-Net-RabbitFoot
Message-ID:  <53e3807a.5fae.1afcb632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  7 13:34:49 2014
New Revision: 364271
URL: http://svnweb.freebsd.org/changeset/ports/364271
QAT: https://qat.redports.org/buildarchive/r364271/

Log:
  Add new port net/p5-Net-RabbitFoot
  
  PR:		191713
  Submitted by:	Bill Brinzer
  
       ================================================================
  
  Net::RabbitFoot 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.

Added:
  head/net/p5-Net-RabbitFoot/
  head/net/p5-Net-RabbitFoot/Makefile   (contents, props changed)
  head/net/p5-Net-RabbitFoot/distinfo   (contents, props changed)
  head/net/p5-Net-RabbitFoot/pkg-descr   (contents, props changed)
  head/net/p5-Net-RabbitFoot/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Aug  7 13:17:31 2014	(r364270)
+++ head/net/Makefile	Thu Aug  7 13:34:49 2014	(r364271)
@@ -636,6 +636,7 @@
     SUBDIR += p5-Net-Proxy
     SUBDIR += p5-Net-PubSubHubbub-Publisher
     SUBDIR += p5-Net-RTP
+    SUBDIR += p5-Net-RabbitFoot
     SUBDIR += p5-Net-RabbitMQ
     SUBDIR += p5-Net-Radius
     SUBDIR += p5-Net-Random

Added: head/net/p5-Net-RabbitFoot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-RabbitFoot/Makefile	Thu Aug  7 13:34:49 2014	(r364271)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	Net-RabbitFoot
+PORTVERSION=	1.03
+CATEGORIES=	net devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:IKUTA
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	bill.brinzer@gmail.com
+COMMENT=	Synchronous interface to AnyEvent::RabbitMQ
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-AnyEvent-RabbitMQ>=0:${PORTSDIR}/net/p5-AnyEvent-RabbitMQ \
+		p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
+		p5-Coro>=0:${PORTSDIR}/devel/p5-Coro \
+		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
+		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-MooseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MooseX-App-Cmd \
+		p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
+		p5-MooseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+
+NO_ARCH=	yes
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/net/p5-Net-RabbitFoot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-RabbitFoot/distinfo	Thu Aug  7 13:34:49 2014	(r364271)
@@ -0,0 +1,2 @@
+SHA256 (Net-RabbitFoot-1.03.tar.gz) = 0544b1914e7847b32b60a643abc6f0b1fdc6d4a816afd84bcd3eee0c28b001ac
+SIZE (Net-RabbitFoot-1.03.tar.gz) = 58368

Added: head/net/p5-Net-RabbitFoot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-RabbitFoot/pkg-descr	Thu Aug  7 13:34:49 2014	(r364271)
@@ -0,0 +1,16 @@
+Net::RabbitFoot 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 Net::RabbitFoot 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
+
+Net::RabbitFoot is known to work with RabbitMQ versions 2.4.0 and version 0-8
+of the AMQP specification.
+
+WWW: http://search.cpan.org/dist/Net-RabbitFoot/

Added: head/net/p5-Net-RabbitFoot/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-RabbitFoot/pkg-plist	Thu Aug  7 13:34:49 2014	(r364271)
@@ -0,0 +1,23 @@
+bin/rabbit_foot
+%%PERL5_MAN3%%/Net::RabbitFoot.3.gz
+%%SITE_PERL%%/Net/RabbitFoot.pm
+%%SITE_PERL%%/Net/RabbitFoot/Channel.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/bind_queue.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/declare_exchange.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/declare_queue.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/delete_exchange.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/delete_queue.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/purge_queue.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/unbind_queue.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Role/Command.pm
+%%SITE_PERL%%/Net/RabbitFoot/Cmd/Role/Config.pm
+%%SITE_PERL%%/auto/share/dist/Net-RabbitFoot/fixed_amqp0-8.xml
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RabbitFoot/.packlist
+@dirrmtry %%SITE_PERL%%/Net/RabbitFoot/Cmd/Command
+@dirrmtry %%SITE_PERL%%/Net/RabbitFoot/Cmd/Role
+@dirrmtry %%SITE_PERL%%/Net/RabbitFoot/Cmd
+@dirrmtry %%SITE_PERL%%/Net/RabbitFoot
+@dirrmtry %%SITE_PERL%%/auto/share/dist/Net-RabbitFoot
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RabbitFoot
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3807a.5fae.1afcb632>