summaryrefslogtreecommitdiff
path: root/textproc/ruby-coderay/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-04-29Update ruby-coderay package to 1.0.6.taca1-2/+2
Changes in 1.0.6 * New option :break_lines for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip] * Improved speed of :line_numbers => :inline option for the HTML encoder. * Fixed wrong HTML file type. (was :page) [GH-16, thanks to Doug Hammond] * The CSS Scanner now highlights tokens like url(...) as :function instead of :string. [GH-13, thanks to Joel Holdbrooks]
2012-03-18Update ruby-coderay to 1.0.5.taca1-2/+2
Exact changes are unknown.
2011-12-15Update ruby-coderay package to 1.0.4.taca1-2/+2
It looks like some clean up but don't know exact changes.
2011-06-19Update ruby-coderay pacakge to 0.9.8.taca1-3/+3
Changes are unknown.
2010-12-04Update ruby-coderay package to 0.9.6.taca1-2/+2
Changes are unknown.
2010-09-10Update textproc/ruby-coderay to 0.9.4.taca1-6/+6
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Enable HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Changes may be too many please refer http://coderay.rubychan.de/ for detail.
2008-04-04Initial import of ruby18-coderay-0.7.4.215 as textproc/ruby-coderay.jlam1-0/+14
CodeRay is fast syntax highlighter for Ruby and other languages. It produces colorful, valid XHTML. CodeRay's design goal: simple, beautiful code highlighting for your board/wiki/blog/doc/website.