summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Model-Adaptor/DESCR
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-10-12 17:28:12 +0000
committerabs <abs@pkgsrc.org>2008-10-12 17:28:12 +0000
commit25f2c06189f7be87ce654a54fd8fe4572783c5f3 (patch)
tree0e72a83c0701467fe2328d6274a5c762c5a0ceaf /www/p5-Catalyst-Model-Adaptor/DESCR
parentf625a2165c54e427532e0ed84db8b2511416602b (diff)
downloadpkgsrc-25f2c06189f7be87ce654a54fd8fe4572783c5f3.tar.gz
Added www/p5-Catalyst-Model-Adaptor version 0.03
Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you to easily separate concerns, like content, presentation and flow control, into separate modules. This separation allows you to modify code that handles one concern without affecting code that handles the others. Catalyst promotes re-use of existing Perl modules that already handle common web application concerns well.
Diffstat (limited to 'www/p5-Catalyst-Model-Adaptor/DESCR')
-rw-r--r--www/p5-Catalyst-Model-Adaptor/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Model-Adaptor/DESCR b/www/p5-Catalyst-Model-Adaptor/DESCR
new file mode 100644
index 00000000000..9612b17e9dc
--- /dev/null
+++ b/www/p5-Catalyst-Model-Adaptor/DESCR
@@ -0,0 +1,10 @@
+Catalyst is an elegant web application framework, extremely flexible yet
+extremely simple. It's similar to Ruby on Rails, Spring (Java) and
+Maypole, upon which it was originally based.
+
+Catalyst follows the Model-View-Controller (MVC) design pattern, allowing
+you to easily separate concerns, like content, presentation and flow control,
+into separate modules. This separation allows you to modify code that handles
+one concern without affecting code that handles the others. Catalyst promotes
+re-use of existing Perl modules that already handle common web application
+concerns well.