diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-18 23:25:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-18 23:25:42 +0000 |
commit | f2841be73a6b3cf0aa00cbe3ce58dbccbb90bd3f (patch) | |
tree | 16a7d645655b1b2baced76bf2207a036d1e30689 /textproc/Makefile | |
parent | 5260088d3131c799de955ca26d63fc5f05b336d7 (diff) |
erbscan is ERB::Compiler accelerator
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
Notes:
svn path=/head/; revision=177542
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 412bf5d46226..d0182f4cf172 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -785,6 +785,7 @@ SUBDIR += ruby-amrita SUBDIR += ruby-csv SUBDIR += ruby-diff + SUBDIR += ruby-erbscan SUBDIR += ruby-format SUBDIR += ruby-formvalidator SUBDIR += ruby-gdome |