summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-02-13 16:51:59 +0000
committerabs <abs@pkgsrc.org>2009-02-13 16:51:59 +0000
commite52111ed6d7054ccf36ebb92c98147bbc93b7eb2 (patch)
treebf104b0d902aaec3f88be161d191ee69ef83654e /www
parentbefd52f31e23027d4fe1c20cd9e689f8c2addd51 (diff)
downloadpkgsrc-e52111ed6d7054ccf36ebb92c98147bbc93b7eb2.tar.gz
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 (limited to 'www')
-rw-r--r--www/p5-Catalyst-Plugin-Server/DESCR9
-rw-r--r--www/p5-Catalyst-Plugin-Server/Makefile21
-rw-r--r--www/p5-Catalyst-Plugin-Server/distinfo5
3 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Server/DESCR b/www/p5-Catalyst-Plugin-Server/DESCR
new file mode 100644
index 00000000000..657314a86fd
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-Server/DESCR
@@ -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 --git a/www/p5-Catalyst-Plugin-Server/Makefile b/www/p5-Catalyst-Plugin-Server/Makefile
new file mode 100644
index 00000000000..72d5b6e8290
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-Server/Makefile
@@ -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
+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 --git a/www/p5-Catalyst-Plugin-Server/distinfo b/www/p5-Catalyst-Plugin-Server/distinfo
new file mode 100644
index 00000000000..b35ee5241c5
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-Server/distinfo
@@ -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