aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Action-REST/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-08-07 21:26:18 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-08-07 21:26:18 +0000
commitf5705e145080ec51d01febc6a926b22a032bce71 (patch)
tree0fb585c021fb738df29666d5c6f68136f396384c /www/p5-Catalyst-Action-REST/pkg-descr
parent175ac161c0f118ee6fccf3de2d9eabdc03b56d1a (diff)
downloadports-f5705e145080ec51d01febc6a926b22a032bce71.tar.gz
ports-f5705e145080ec51d01febc6a926b22a032bce71.zip
Add p5-Catalyst-Action-REST 0.50, automated REST Method Dispatching for
Catalyst.
Notes
Notes: svn path=/head/; revision=197315
Diffstat (limited to 'www/p5-Catalyst-Action-REST/pkg-descr')
-rw-r--r--www/p5-Catalyst-Action-REST/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Action-REST/pkg-descr b/www/p5-Catalyst-Action-REST/pkg-descr
new file mode 100644
index 000000000000..c59990756469
--- /dev/null
+++ b/www/p5-Catalyst-Action-REST/pkg-descr
@@ -0,0 +1,7 @@
+Catalyst::Controller::REST implements a mechanism for building RESTful
+services in Catalyst. It does this by extending the normal Catalyst
+dispatch mechanism to allow for different subroutines to be called based
+on the HTTP Method requested, while also transparently handling all the
+serialization/deserialization for you.
+
+WWW: http://search.cpan.org/dist/Catalyst-Action-REST/