FreeBSD Bugzilla – Attachment 145218 Details for
Bug 191713
[new port] net/p5-Net-RabbitFoot - Synchronous interface to AnyEvent::RabbitMQ
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p5-Net-RabbitFoot.shar
p5-Net-RabbitFoot.shar (text/plain), 4.30 KB, created by
Bill Brinzer
on 2014-08-01 18:54:46 UTC
(
hide
)
Description:
p5-Net-RabbitFoot.shar
Filename:
MIME Type:
Creator:
Bill Brinzer
Created:
2014-08-01 18:54:46 UTC
Size:
4.30 KB
patch
obsolete
># 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: ># ># p5-Net-RabbitFoot ># p5-Net-RabbitFoot/pkg-descr ># p5-Net-RabbitFoot/distinfo ># p5-Net-RabbitFoot/Makefile ># p5-Net-RabbitFoot/pkg-plist ># >echo c - p5-Net-RabbitFoot >mkdir -p p5-Net-RabbitFoot > /dev/null 2>&1 >echo x - p5-Net-RabbitFoot/pkg-descr >sed 's/^X//' >p5-Net-RabbitFoot/pkg-descr << 'f065d264f6c74d94a711d818f7622917' >XNet::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library, >Xthat is intended to allow you to interact with AMQP-compliant message >Xbrokers/servers such as RabbitMQ in an asynchronous fashion. >X >XYou can use Net::RabbitFoot to - >X >X * Declare and delete exchanges >X * Declare, delete, bind and unbind queues >X * Set QoS >X * Publish, consume, get, ack, recover and reject messages >X * Select, commit and rollback transactions >X >XNet::RabbitFoot is known to work with RabbitMQ versions 2.4.0 and version 0-8 >Xof the AMQP specification. >X >XWWW: http://search.cpan.org/dist/Net-RabbitFoot/ >f065d264f6c74d94a711d818f7622917 >echo x - p5-Net-RabbitFoot/distinfo >sed 's/^X//' >p5-Net-RabbitFoot/distinfo << '32f8350f1a4d10704034b8531d51fa5e' >XSHA256 (Net-RabbitFoot-1.03.tar.gz) = 0544b1914e7847b32b60a643abc6f0b1fdc6d4a816afd84bcd3eee0c28b001ac >XSIZE (Net-RabbitFoot-1.03.tar.gz) = 58368 >32f8350f1a4d10704034b8531d51fa5e >echo x - p5-Net-RabbitFoot/Makefile >sed 's/^X//' >p5-Net-RabbitFoot/Makefile << 'aa978704eb951502fa3ffbb859ff7192' >X# $FreeBSD$ >X >XPORTNAME= Net-RabbitFoot >XPORTVERSION= 1.03 >XCATEGORIES= net devel perl5 >XMASTER_SITES= CPAN >XMASTER_SITE_SUBDIR= CPAN:IKUTA >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= bill.brinzer@gmail.com >XCOMMENT= Synchronous interface to AnyEvent::RabbitMQ >X >XLICENSE= ART10 GPLv1 >XLICENSE_COMB= dual >X >XBUILD_DEPENDS= p5-AnyEvent-RabbitMQ>=0:${PORTSDIR}/net/p5-AnyEvent-RabbitMQ \ >X p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ >X p5-Coro>=0:${PORTSDIR}/devel/p5-Coro \ >X p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ >X p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ >X p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ >X p5-MooseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MooseX-App-Cmd \ >X p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ >X p5-MooseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile >XRUN_DEPENDS:= ${BUILD_DEPENDS} >XTEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception >X >XNO_ARCH= yes >X >XUSES= perl5 >XUSE_PERL5= configure >X >X.include <bsd.port.mk> >aa978704eb951502fa3ffbb859ff7192 >echo x - p5-Net-RabbitFoot/pkg-plist >sed 's/^X//' >p5-Net-RabbitFoot/pkg-plist << 'f6918a274a8c3ae4184ea4ec9baae60c' >Xbin/rabbit_foot >X%%PERL5_MAN3%%/Net::RabbitFoot.3.gz >X%%SITE_PERL%%/Net/RabbitFoot.pm >X%%SITE_PERL%%/Net/RabbitFoot/Channel.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/bind_queue.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/declare_exchange.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/declare_queue.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/delete_exchange.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/delete_queue.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/purge_queue.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Command/unbind_queue.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Role/Command.pm >X%%SITE_PERL%%/Net/RabbitFoot/Cmd/Role/Config.pm >X%%SITE_PERL%%/auto/share/dist/Net-RabbitFoot/fixed_amqp0-8.xml >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RabbitFoot/.packlist >X@dirrmtry %%SITE_PERL%%/Net/RabbitFoot/Cmd/Command >X@dirrmtry %%SITE_PERL%%/Net/RabbitFoot/Cmd/Role >X@dirrmtry %%SITE_PERL%%/Net/RabbitFoot/Cmd >X@dirrmtry %%SITE_PERL%%/Net/RabbitFoot >X@dirrmtry %%SITE_PERL%%/auto/share/dist/Net-RabbitFoot >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RabbitFoot >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% >X@dirrmtry %%SITE_PERL%%/auto/share/dist >X@dirrmtry %%SITE_PERL%%/auto/share >X@dirrmtry %%SITE_PERL%%/auto >X@dirrmtry %%SITE_PERL%%/Net >X@dirrmtry %%SITE_PERL%% >X@dirrmtry %%PERL5_MAN3%% >X@dirrmtry lib/perl5/site_perl >X@dirrmtry lib/perl5/%%PERL_VER%%/man >X@dirrmtry lib/perl5/%%PERL_VER%% >X@dirrmtry lib/perl5 >f6918a274a8c3ae4184ea4ec9baae60c >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191713
:
144496
|
145218
|
145219
|
145342
|
145357
|
145358