summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 02:15:23 +0000
committerzuntum <zuntum>2001-11-01 02:15:23 +0000
commit915c5245c3b3e44827ba7cd24d7c765c57a1dd02 (patch)
treef392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/p5-HTML-Mason/DESCR
parent0b6b506536c1ff50f1531d26be2fccfe86c74335 (diff)
downloadpkgsrc-915c5245c3b3e44827ba7cd24d7c765c57a1dd02.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/p5-HTML-Mason/DESCR')
-rw-r--r--www/p5-HTML-Mason/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-HTML-Mason/DESCR b/www/p5-HTML-Mason/DESCR
new file mode 100644
index 00000000000..877fff0d432
--- /dev/null
+++ b/www/p5-HTML-Mason/DESCR
@@ -0,0 +1,7 @@
+Mason allows web pages and sites to be constructed from
+shared, reusable building blocks called components. Components contain
+a mix of Perl and HTML, and can call each other and pass values back
+and forth like subroutines. Components increase modularity and
+eliminate repetitive work: common design elements (headers, footers,
+menus, logos) can be extracted into their own components where they
+need be changed only once to affect the whole site.