1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

This module provide TCP-based MessagePack RPC server/client

implementation.

AnyEvent::MPRPC provide you a couple of export functions that are
shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server.  One
is mprpc_client for Client, another is mprpc_server for Server.

WWW: http://search.cpan.org/dist/AnyEvent-MPRPC/
This commit is contained in:
Jun Kuriyama 2011-10-20 03:21:17 +00:00
parent e8ab314d4e
commit 4f34e3a827
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283957
5 changed files with 52 additions and 0 deletions

View File

@ -475,6 +475,7 @@
SUBDIR += ossp-sa
SUBDIR += p5-AddressBook
SUBDIR += p5-Amazon-SQS-Simple
SUBDIR += p5-AnyEvent-MPRPC
SUBDIR += p5-AnyEvent-Twitter
SUBDIR += p5-AnyEvent-Twitter-Stream
SUBDIR += p5-Apache2-SOAP

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: AnyEvent::MPRPC
# Date created: 20 Oct 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= AnyEvent-MPRPC
PORTVERSION= 0.11
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for simple TCP-based MPRPC client/server
RUN_DEPENDS= \
p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
p5-AnyEvent>=5.261:${PORTSDIR}/devel/p5-AnyEvent \
p5-Data-MessagePack>=0.34:${PORTSDIR}/devel/p5-Data-MessagePack
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= AnyEvent::MPRPC.3 \
AnyEvent::MPRPC::Client.3 \
AnyEvent::MPRPC::CondVar.3 \
AnyEvent::MPRPC::Server.3 \
AnyEvent::MessagePack.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (AnyEvent-MPRPC-0.11.tar.gz) = cbc7cb4047c67f075e930b3ecfd24f75f2c86c71a839d356338539efc92b0467
SIZE (AnyEvent-MPRPC-0.11.tar.gz) = 25710

View File

@ -0,0 +1,8 @@
This module provide TCP-based MessagePack RPC server/client
implementation.
AnyEvent::MPRPC provide you a couple of export functions that are
shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server. One
is mprpc_client for Client, another is mprpc_server for Server.
WWW: http://search.cpan.org/dist/AnyEvent-MPRPC/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/MPRPC/.packlist
%%SITE_PERL%%/AnyEvent/MPRPC.pm
%%SITE_PERL%%/AnyEvent/MPRPC/Client.pm
%%SITE_PERL%%/AnyEvent/MPRPC/CondVar.pm
%%SITE_PERL%%/AnyEvent/MPRPC/Constant.pm
%%SITE_PERL%%/AnyEvent/MPRPC/Server.pm
%%SITE_PERL%%/AnyEvent/MessagePack.pm
@dirrm %%SITE_PERL%%/AnyEvent/MPRPC
@dirrmtry %%SITE_PERL%%/AnyEvent
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/MPRPC