Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2006 23:30:31 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15622: commit references a PR
Message-ID:  <200611182330.kAINUV9R015402@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15622; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/15622: commit references a PR
Date: Sat, 18 Nov 2006 23:25:48 +0000 (UTC)

 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@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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611182330.kAINUV9R015402>