Event based transparent Client/Server RPC framework

ok simon@
This commit is contained in:
steven 2007-05-19 10:06:53 +00:00
parent 82cd4ba50c
commit 65a3db0240
4 changed files with 52 additions and 0 deletions

17
net/p5-Event-RPC/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/19 10:06:53 steven Exp $
COMMENT= "Event based transparent Client/Server RPC framework"
MODULES= cpan
DISTNAME= Event-RPC-0.90
CATEGORIES= net devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Event
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Event-RPC-0.90.tar.gz) = q5CPazWeg/3S9YOkQWiqhQ==
RMD160 (Event-RPC-0.90.tar.gz) = pJu2jUZXMyHxeZJMNmJLQGt+wlI=
SHA1 (Event-RPC-0.90.tar.gz) = OFGrAXV9X1blfjAmoJb+jVGw04c=
SHA256 (Event-RPC-0.90.tar.gz) = zxD1S+1+Qs1eVQ8Cmec/tsyeOH0FmP/NHi0x/sBufDg=
SIZE (Event-RPC-0.90.tar.gz) = 32374

View File

@ -0,0 +1,5 @@
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using
IO::Socket::SSL. Several event loop managers are supported due to an
extensible API. Currently Event and Glib are implemented.

View File

@ -0,0 +1,25 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/19 10:06:53 steven Exp $
${P5SITE}/Event/
${P5SITE}/Event/RPC/
${P5SITE}/Event/RPC.pm
${P5SITE}/Event/RPC/AuthPasswdHash.pm
${P5SITE}/Event/RPC/Client.pm
${P5SITE}/Event/RPC/Connection.pm
${P5SITE}/Event/RPC/LogConnection.pm
${P5SITE}/Event/RPC/Logger.pm
${P5SITE}/Event/RPC/Loop/
${P5SITE}/Event/RPC/Loop.pm
${P5SITE}/Event/RPC/Loop/Event.pm
${P5SITE}/Event/RPC/Loop/Glib.pm
${P5SITE}/Event/RPC/Message.pm
${P5SITE}/Event/RPC/Server.pm
@man man/man3p/Event::RPC.3p
@man man/man3p/Event::RPC::Client.3p
@man man/man3p/Event::RPC::Connection.3p
@man man/man3p/Event::RPC::LogConnection.3p
@man man/man3p/Event::RPC::Logger.3p
@man man/man3p/Event::RPC::Loop.3p
@man man/man3p/Event::RPC::Loop::Event.3p
@man man/man3p/Event::RPC::Loop::Glib.3p
@man man/man3p/Event::RPC::Message.3p
@man man/man3p/Event::RPC::Server.3p