aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-merb-haml
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-12-19 23:19:54 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-12-19 23:19:54 +0000
commitc7520c7874aa8b266a6c9d3415147ce09077945a (patch)
tree4020958b295ac89290175b08726e49a07456aa32 /www/rubygem-merb-haml
parent1828932297f11927c86af44f428fcdf7d193bacc (diff)
downloadports-c7520c7874aa8b266a6c9d3415147ce09077945a.tar.gz
ports-c7520c7874aa8b266a6c9d3415147ce09077945a.zip
Add a few lines describing the merb submodules
A complete list is available http://rubydoc.info/github/merb/merb/master/frames Merb consists of the following parts: merb-core: Core functionality needed to bootstrap and run an application. merb-action-args: Plugin to handle request parameters as parameters to controller actions. merb-assets: Asset handling. merb-slices: Slices are merb's application modules. merb-cache: Support for content caches, e.g., memcache. merb-gen: Generators for applications, plugins, and components. merb-haml: Support for HAML merb-helpers: Helpers for text and HTML formatting. merb-mailer: MVC mail sending from an application. merb-param-protection: Filter request parameters in controllers and logs. merb-exceptions: Exception notifications as mail and through web hooks. Requested by: erwin
Notes
Notes: svn path=/head/; revision=287674
Diffstat (limited to 'www/rubygem-merb-haml')
-rw-r--r--www/rubygem-merb-haml/pkg-descr1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/rubygem-merb-haml/pkg-descr b/www/rubygem-merb-haml/pkg-descr
index 99af9e1e0221..ecffe3e15a86 100644
--- a/www/rubygem-merb-haml/pkg-descr
+++ b/www/rubygem-merb-haml/pkg-descr
@@ -1,3 +1,4 @@
Merb is a web development framework for fast, simple, and powerful development.
+merb-haml provides support for HAML
WWW: http://www.merbivore.com/