aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-erbscan
Commit message (Collapse)AuthorAgeFilesLines
* erbscan is ERB::Compiler acceleratorMartin Wilke2006-11-184-0/+56
8 times faster than erb.rb(Ruby1.8.0) require "erb" # slow require "erb_fast" # FAST!!!! Author: MoonWolf <moonwolf@moonwolf.com> WWW: http://raa.ruby-lang.org/project/erbscan/ PR: ports/15622 Submitted by: Shinsuke Matsui (<smatsui at karashi.org>) Notes: svn path=/head/; revision=177542