- update p5-Event-RPC to 1.00
This commit is contained in:
parent
75af53f9af
commit
8d83ebc806
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/04/15 22:20:28 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/10/10 12:12:58 jasper Exp $
|
||||
|
||||
COMMENT= Event based transparent Client/Server RPC framework
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Event-RPC-0.90
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
DISTNAME= Event-RPC-1.00
|
||||
CATEGORIES= net devel
|
||||
|
||||
# perl
|
||||
|
@ -1,5 +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
|
||||
MD5 (Event-RPC-1.00.tar.gz) = yex+8LZ+1WTU5vH6Kr8vYQ==
|
||||
RMD160 (Event-RPC-1.00.tar.gz) = rLNxYkJMxLc8niOzv6PYEaxR2Io=
|
||||
SHA1 (Event-RPC-1.00.tar.gz) = QlL4U6nrQOZx6VYKmLD61/bFiKM=
|
||||
SHA256 (Event-RPC-1.00.tar.gz) = AUVKO3FFsmIePKegxAcVnjR4HUSHETA+netlPwo1QHI=
|
||||
SIZE (Event-RPC-1.00.tar.gz) = 34680
|
||||
|
@ -1,5 +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.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user