summaryrefslogtreecommitdiff
path: root/textproc/ruby-coderay
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Update ruby-coderay to 1.1.1.taca3-11/+15
* 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.
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
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.