summaryrefslogtreecommitdiff
path: root/textproc/ruby-coderay/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Update ruby-coderay to 1.1.1.taca1-2/+2
* SQL scanner: Allow $ signs in SQL identifiers [#164, thanks to jasir and Ben Basson] * SQL scanner: Fix open strings [#163, thanks to Adam] * Ruby scanner: Accept number literal suffixes r and i (Ruby 2.1) * Ruby scanner: Accept quoted hash keys like { "a": boss } (Ruby 2.2) * Ruby scanner: Accept save navigation operator &. (Ruby 2.3) * Ruby scanner: Accept squiggly heredoc <<~ (Ruby 2.3) * Diff scanner: Prevent running out of regexp stack. * HTML encoder: You can keep tabs intact now by setting tab_width: false. * Alpha style: Tweaked colors for :function group with :content. * File structure: One module per file, autoload CodeRay::Version, paths follow namespace hierarchy.
2013-09-15Update ruby-coderay to 1.1.0.taca1-2/+2
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.taca1-2/+2
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.taca1-2/+2
* 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.taca1-2/+2
Changes are unavailable.
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.