pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Add Event::RPC, DESCRiption:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04d8049711c8
branches:  trunk
changeset: 517716:04d8049711c8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Aug 20 20:04:57 2006 +0000

description:
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:

 devel/Makefile              |   3 ++-
 devel/p5-Event-RPC/DESCR    |   5 +++++
 devel/p5-Event-RPC/Makefile |  18 ++++++++++++++++++
 devel/p5-Event-RPC/PLIST    |   1 +
 devel/p5-Event-RPC/distinfo |   5 +++++
 5 files changed, 31 insertions(+), 1 deletions(-)

diffs (62 lines):

diff -r 13a0b74990a5 -r 04d8049711c8 devel/Makefile
--- a/devel/Makefile    Sun Aug 20 16:28:47 2006 +0000
+++ b/devel/Makefile    Sun Aug 20 20:04:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.777 2006/08/11 15:45:49 wiz Exp $
+# $NetBSD: Makefile,v 1.778 2006/08/20 20:04:57 xtraeme Exp $
 #
 
 COMMENT=       Development utilities
@@ -392,6 +392,7 @@
 SUBDIR+=       p5-Devel-Symdump
 SUBDIR+=       p5-Error
 SUBDIR+=       p5-Event
+SUBDIR+=       p5-Event-RPC
 SUBDIR+=       p5-Exception-Class
 SUBDIR+=       p5-Expect
 SUBDIR+=       p5-ExtUtils-AutoInstall
diff -r 13a0b74990a5 -r 04d8049711c8 devel/p5-Event-RPC/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-RPC/DESCR  Sun Aug 20 20:04:57 2006 +0000
@@ -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 -r 13a0b74990a5 -r 04d8049711c8 devel/p5-Event-RPC/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-RPC/Makefile       Sun Aug 20 20:04:57 2006 +0000
@@ -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@localhost
+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 -r 13a0b74990a5 -r 04d8049711c8 devel/p5-Event-RPC/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-RPC/PLIST  Sun Aug 20 20:04:57 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2006/08/20 20:04:57 xtraeme Exp $
diff -r 13a0b74990a5 -r 04d8049711c8 devel/p5-Event-RPC/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-RPC/distinfo       Sun Aug 20 20:04:57 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index