aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-erbscan/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Fix EXPIRATION date, we are in 2013, not 2012Steve Wills2013-03-031-1/+1
| | | | | | | | Pointyhat to: swills Reported by: bapt Notes: svn path=/head/; revision=313317
* - Deprecate ports which don't work with Ruby 1.9Steve Wills2013-03-021-5/+4
| | | | | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@ Notes: svn path=/head/; revision=313298
* - Mark as broken with Ruby 1.9Steve Wills2011-07-041-4/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=277053
* erbscan is ERB::Compiler acceleratorMartin Wilke2006-11-181-0/+40
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