Commit graph

10 commits

Author SHA1 Message Date
taca
84e23206b6 Update ruby-coderay to 1.1.2.
pkgsrc change: add pkg_alternatives support.

Changes in 1.1.2

* Ruby future: Add support for frozen string literals. [#211, thanks to
  Pat Allan]
* C++ scanner: Add C++11 keywords. [#195, thanks to Johnny Willemsen]
* Haml scanner: Allow - in tags.
* Java scanner: Allow Unicode characters in identifiers. [#212, thanks to
  t-gergely]
2017-09-10 16:01:44 +00:00
taca
8b1f7e4882 Update ruby-coderay to 1.1.1.
* 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.
2016-03-15 15:39:04 +00:00
taca
43bd1d6f6b Update ruby-coderay to 1.1.0.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 16:14:17 +00:00
taca
04e75df40c Update ruby-coderay to 1.0.7.
Changes are unavailable.
2012-09-16 09:26:10 +00:00
taca
1e94fb7174 Update ruby-coderay package to 1.0.4.
It looks like some clean up but don't know exact changes.
2011-12-15 16:00:42 +00:00
taca
715d250edf Update ruby-coderay pacakge to 0.9.8.
Changes are unknown.
2011-06-19 03:36:01 +00:00
taca
d5617c5335 Update ruby-coderay package to 0.9.6.
Changes are unknown.
2010-12-04 04:26:30 +00:00
taca
68ea972b02 Update textproc/ruby-coderay to 0.9.4.
* 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.
2010-09-10 08:06:27 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
jlam
84565414ac Initial import of ruby18-coderay-0.7.4.215 as textproc/ruby-coderay.
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.
2008-04-04 15:21:13 +00:00