./www/ruby-rouge, Pure-ruby colorizer based on pygments

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.5.1, Package name: ruby32-rouge-4.5.1, Maintainer: pkgsrc-users

Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 542 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-11 15:45:18 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-rouge: update to 4.5.1

4.5.0 (2024-11-11)

This release includes 2 new lexers, COBOL and JSON5.  We have added some
enhancements across Groovy, Javascript, INI, Ruby and Terraform Lexer.
Thank you to all of the amazing contributors for your help and continuous
support!

4.5.1 (2024-11-12)

This release includes a small fix in loading dependencies in JSON5 lexer.
   2024-09-22 14:39:12 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-rouge: update to 4.4.0

4.4.0 (2024-09-17)

This release introduces a new lexer for P4 and adds support for Mojo
language highlighting.  We've also made improvements to the Dockerfile and
Makefile lexers, and fixed some issues with the Mojo lexer.  Thank you to
all the wonderful contributors for this release!
   2024-06-15 18:46:32 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-rouge: update to 4.3.0

4.3.0 (2024-06-14)

* This release introduces a new lexer: IEC 61131-3 Structured Text.
  We also add a number of improvements across Brainfuck, Crystal,
  Eiffel, HCL, JavaScript, Markdown, Mathematica, Objective-C, Ruby,
  TCL, TOML and TypeScript Lexer.  Thank you for all the wonderful
  contributors for this release!
   2024-06-02 18:01:13 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rouge: update to 4.2.1

4.2.1 (2024-05-18)

This small release includes some bug fixes across CPP, NASM, NGINX and TOML
lexer.  We have also fixed a number of Ruby warnings and made some small
development improvements.

Thank you to all of the amazing contributors for your help and continuous
support!
   2023-11-07 09:13:18 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
ruby-rouge: update to 4.2.0.

This release introduce 2 new levers: Code Owners and Svelte. In addition,
we have also made some improvements across BPF, Dart, Elixir, Groovy,
Python and Xoji lexer.
   2023-08-10 23:04:45 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
ruby-rouge: update to 4.1.3.

This release brings some improvements on IRB, XQuery, TypeSCript, HCL and
Terraform Lexer. Thank you for all our wonderful contributors.
   2023-06-09 17:34:37 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rouge: update to 4.1.2

4.1.2 (2023-06-01)

This small release includes some bug fixes across Wollok and Python lexer.
   2023-05-21 05:35:43 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-rouge: update to 4.1.1

4.1.1 (2023-05-15)

o General

  * Fix Twig/Jinja: incorrect recognition of some special tokens like
    keywords (#1949 by nsfisis)
  * Add reference to Code of Conduct (#1942 by Tan Le)

o Dart Lexer

  * Add basic support for Dart 3 features (#1935 by Parker Lougheed)

o Dot Lexer

  * Add alias graphviz for dot (#1651 by Alexander Sapozhnikov)

o JavaScript Lexer

  * javascript: Fix an issue where some keywords like "for" and \ 
"if" are
    mistakenly recognized as functions (#1938 by nsfisis)

o Liquid Lexer

  * Liquid: update for 5.0.0 (#1681 by Eric Knibbe)

o Mosel Lexer

  * Delete buggy detection for Mosel (#1936 by Cyril Brulebois)

o Openedge Lexer

  * fix: improve openedge abl langage (#1843 by clement-brodu)

o PHP Lexer

  * php: fix highlight of fully-qualified identifiers (fix #1718) (#1924 by
    nsfisis)

o Python Lexer

  * Support doctest highlight in Python lexer (#1932 by Tan Le)

o Ruby Lexer

  * Highlight Ruby's and/or/not logical operators (#1950 by Demian Ferreiro)
  * Fix string interpolation in Ruby percent literal (#1945 by Tan Le)

o Rust Lexer

  * rust: Update builtins and sample file (fix #1922) (#1923 by nsfisis)

o Shell Lexer

  * Add detection for zsh completion files (#1933 by Germán Riaño)