Path to this page:
./
textproc/ruby-coderay,
Syntax highlighter for Ruby and other languages
Branch: CURRENT,
Version: 1.1.3,
Package name: ruby27-coderay-1.1.3,
Maintainer: pkgsrc-usersCodeRay 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.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 90.5 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-coderay-1.1.3
- (2020-06-07) Updated to version: ruby26-coderay-1.1.3
- (2017-11-23) Package has been reborn
- (2017-09-10) Updated to version: ruby23-coderay-1.1.2
- (2017-08-31) Updated to version: ruby23-coderay-1.1.1
- (2016-03-15) Updated to version: ruby22-coderay-1.1.1
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2017-09-10 18:01:44 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
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]
|
2016-03-15 16:39:04 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
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.
|
2013-09-15 18:14:17 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-coderay to 1.1.0.
Exact changes aren't available. Please refer change log in github.
|
2013-04-06 14:08:41 by Blue Rats | Files touched by this commit (18) |
Log message:
'For consistency, please add a trailing slash to "http://example.com".'
|
2013-03-12 16:33:49 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
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]
|