diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-08-20 20:04:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-08-20 20:04:57 +0000 |
commit | 7458fc5c7c9468a2d43092bdcabcad01f94e1073 (patch) | |
tree | fd6f5890ef8dd0d0ad48cdcb533ad24a51f0d021 /devel/p5-Event-RPC | |
parent | 42031c86eb9fc06bc8f6905916580be031dd832a (diff) | |
download | pkgsrc-7458fc5c7c9468a2d43092bdcabcad01f94e1073.tar.gz |
Add Event::RPC, DESCRiption:
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.
Diffstat (limited to 'devel/p5-Event-RPC')
-rw-r--r-- | devel/p5-Event-RPC/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Event-RPC/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Event-RPC/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Event-RPC/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Event-RPC/DESCR b/devel/p5-Event-RPC/DESCR new file mode 100644 index 00000000000..b94765fedc9 --- /dev/null +++ b/devel/p5-Event-RPC/DESCR @@ -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. diff --git a/devel/p5-Event-RPC/Makefile b/devel/p5-Event-RPC/Makefile new file mode 100644 index 00000000000..7888b8d0d39 --- /dev/null +++ b/devel/p5-Event-RPC/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2006/08/20 20:04:57 xtraeme Exp $ +# + +DISTNAME= Event-RPC-0.90 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.exit1.org/Event-RPC/ +COMMENT= Event based transparent Client/Server RPC framework + +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL + +PERL5_PACKLIST= auto/Event/RPC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Event-RPC/PLIST b/devel/p5-Event-RPC/PLIST new file mode 100644 index 00000000000..8fa5bd3703c --- /dev/null +++ b/devel/p5-Event-RPC/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2006/08/20 20:04:57 xtraeme Exp $ diff --git a/devel/p5-Event-RPC/distinfo b/devel/p5-Event-RPC/distinfo new file mode 100644 index 00000000000..a94f5217047 --- /dev/null +++ b/devel/p5-Event-RPC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2006/08/20 20:04:57 xtraeme Exp $ + +SHA1 (Event-RPC-0.90.tar.gz) = 3851ab01757d5f56e57e3026a096fe8d51b0d387 +RMD160 (Event-RPC-0.90.tar.gz) = a49bb68d46573321f179924c36624b406b7ec252 +Size (Event-RPC-0.90.tar.gz) = 32374 bytes |