cvs commit: ports/textproc Makefile ports/textproc/ruby-erbscan
 Makefile distinfo pkg-descr pkg-plist
    Martin Wilke 
    miwi at FreeBSD.org
       
    Sat Nov 18 23:25:43 UTC 2006
    
    
  
miwi        2006-11-18 23:25:42 UTC
  FreeBSD ports repository
  Modified files:
    textproc             Makefile 
  Added files:
    textproc/ruby-erbscan Makefile distinfo pkg-descr pkg-plist 
  Log:
  erbscan is ERB::Compiler accelerator
  8 times faster than erb.rb(Ruby1.8.0)
  
  require "erb" # slow
  require "erb_fast" # FAST!!!!
  
  Author: MoonWolf <moonwolf at moonwolf.com>
  WWW:    http://raa.ruby-lang.org/project/erbscan/
  
  PR:             ports/15622
  Submitted by:   Shinsuke Matsui (<smatsui at karashi.org>)
  
  Revision  Changes    Path
  1.1077    +1 -0      ports/textproc/Makefile
  1.1       +40 -0     ports/textproc/ruby-erbscan/Makefile (new)
  1.1       +3 -0      ports/textproc/ruby-erbscan/distinfo (new)
  1.1       +8 -0      ports/textproc/ruby-erbscan/pkg-descr (new)
  1.1       +5 -0      ports/textproc/ruby-erbscan/pkg-plist (new)
    
    
More information about the cvs-all
mailing list