pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-Server Added www/p5-Catalyst-Pl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d701b6bd6619
branches:  trunk
changeset: 554369:d701b6bd6619
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Feb 13 16:51:59 2009 +0000

description:
Added www/p5-Catalyst-Plugin-Server version 0.24

Base plugin for XMLRPC and SOAP server.

XMLRPC Plugin for Catalyst which we tried to make compatible with
the way Catalyst works with URLS. Main features are:

    * Split XMLRPC methodNames by STRING to find out Controller.
    * Single entrypoint for XMLRPC calls, like http://host.tld/rpc
    * DispatchTypes (attributes) which work much the same as Catalyst attrs
    * XMLRPC Parameter handling transparent to Catalyst parameter handling

diffstat:

 www/p5-Catalyst-Plugin-Server/DESCR    |   9 +++++++++
 www/p5-Catalyst-Plugin-Server/Makefile |  21 +++++++++++++++++++++
 www/p5-Catalyst-Plugin-Server/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 971287e65515 -r d701b6bd6619 www/p5-Catalyst-Plugin-Server/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Server/DESCR       Fri Feb 13 16:51:59 2009 +0000
@@ -0,0 +1,9 @@
+Base plugin for XMLRPC and SOAP server.
+
+XMLRPC Plugin for Catalyst which we tried to make compatible with
+the way Catalyst works with URLS. Main features are:
+
+    * Split XMLRPC methodNames by STRING to find out Controller.
+    * Single entrypoint for XMLRPC calls, like http://host.tld/rpc
+    * DispatchTypes (attributes) which work much the same as Catalyst attrs
+    * XMLRPC Parameter handling transparent to Catalyst parameter handling
diff -r 971287e65515 -r d701b6bd6619 www/p5-Catalyst-Plugin-Server/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Server/Makefile    Fri Feb 13 16:51:59 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 16:51:59 abs Exp $
+
+DISTNAME=      Catalyst-Plugin-Server-0.24
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Catalyst::Plugin::Server
+COMMENT=       Base Server plugin for RPC-able protocols
+
+DEPENDS+=      p5-Catalyst-Runtime>=5.66:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-RPC-XML>=1.35:../../net/p5-RPC-XML
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Catalyst/Plugin/Server/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 971287e65515 -r d701b6bd6619 www/p5-Catalyst-Plugin-Server/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-Server/distinfo    Fri Feb 13 16:51:59 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/13 16:51:59 abs Exp $
+
+SHA1 (Catalyst-Plugin-Server-0.24.tar.gz) = ea49247a12beca89b6f6cfcca1d22b029ace94a5
+RMD160 (Catalyst-Plugin-Server-0.24.tar.gz) = 4d5e29ca2e3c6b5ec1762eb39dd0d6bc079cc942
+Size (Catalyst-Plugin-Server-0.24.tar.gz) = 21160 bytes



Home | Main Index | Thread Index | Old Index