summaryrefslogtreecommitdiff
path: root/www/ruby-erubis
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-07 20:49:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-07 20:49:31 +0000
commit56d0e89eec7a65cd783aaecd29fefde7b20f7a96 (patch)
tree79de035a23bbb285c8713b492fa4fa499634f7f8 /www/ruby-erubis
parent836f824b7f7339847cc2cb57f6c10401a6122132 (diff)
downloadpkgsrc-56d0e89eec7a65cd783aaecd29fefde7b20f7a96.tar.gz
Edited DESCR in the case of:
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
Diffstat (limited to 'www/ruby-erubis')
-rw-r--r--www/ruby-erubis/DESCR3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ruby-erubis/DESCR b/www/ruby-erubis/DESCR
index c93f797c01a..a5f9beb9b09 100644
--- a/www/ruby-erubis/DESCR
+++ b/www/ruby-erubis/DESCR
@@ -5,7 +5,8 @@ Erubis is an implementation of eRuby. It has the following features.
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
-* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
+* Enable to handle Processing Instructions (PI) as embedded pattern
+ (ex. '<?rb ... ?>')
* Context object available and easy to combine eRuby template with YAML datafile
* Print statement available
* Easy to extend and customize in subclass