summaryrefslogtreecommitdiff
path: root/textproc/ruby-coderay
AgeCommit message (Collapse)AuthorFilesLines
2013-09-15Update ruby-coderay to 1.1.0.taca3-9/+14
Exact changes aren't available. Please refer change log in github.
2013-04-06'For consistency, please add a trailing slash to "http://example.com".'rodent1-2/+2
2013-03-12Update ruby-coderay to 1.0.9.taca2-6/+6
Changes in 1.0.9 * Fix Ruby scanner: Ruby 1.9 hash syntax { key: value } is highlighted correctly. [GH #106, thanks to Seth Vargo] * Fix HTML scanner: Accept DTDs. [GH #83] * Fix PHP scanner: Accept Unicode. [GH #40, thanks to Lance Li]
2012-12-17Update ruby-coderay to 1.0.8.taca2-6/+6
* add :string/:char, remove :regexp/:function color from Terminal encoder [GH #29, thanks to Kyrylo Silin] * allow - in line number anchor prefix for HTML encoder [GH #32, thanks to shurizzle] * Fix HTML scanner: Don¡Çt crash if HTML in a diff contains a JavaScript tag.
2012-09-16Update ruby-coderay to 1.0.7.taca3-9/+8
Changes are unavailable.
2012-04-29Update ruby-coderay package to 1.0.6.taca2-6/+6
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.taca2-6/+6
Exact changes are unknown.
2011-12-15Update ruby-coderay package to 1.0.4.taca3-25/+23
It looks like some clean up but don't know exact changes.
2011-06-19Update ruby-coderay pacakge to 0.9.8.taca3-14/+8
Changes are unknown.
2010-12-04Update ruby-coderay package to 0.9.6.taca3-7/+13
Changes are unknown.
2010-09-10Update textproc/ruby-coderay to 0.9.4.taca3-16/+42
* 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.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2008-04-04Initial import of ruby18-coderay-0.7.4.215 as textproc/ruby-coderay.jlam4-0/+83
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.