Commit graph

15 commits

Author SHA1 Message Date
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
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
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.
2015-11-04 01:59:17 +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
rodent
56cf012b37 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
taca
500d8dd89c Update ruby-coderay to 1.0.9.
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]
2013-03-12 15:33:48 +00:00
taca
9cbb0a0240 Update ruby-coderay to 1.0.8.
* 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-12-17 13:48:10 +00:00
taca
04e75df40c Update ruby-coderay to 1.0.7.
Changes are unavailable.
2012-09-16 09:26:10 +00:00
taca
43ad0eddf8 Update ruby-coderay package to 1.0.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-04-29 14:29:35 +00:00
taca
07611d63ed Update ruby-coderay to 1.0.5.
Exact changes are unknown.
2012-03-18 02:43:17 +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