Next | Query returned 30 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2020-03-21 17:48:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ruby-rouge: add USE_LANGUAGES

Add "USE_LANGUAGES=	# none".
   2020-03-11 09:27:25 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
ruby-rouge: update to 3.17.0.

ChangeLog:

This release includes the ECL lexer as a new lexer. It also incorporates
fixes for the CoffeeScript, Markdown, NASM, Ruby, Scala and Varnish lexers.
   2020-02-12 15:04:02 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
ruby-rouge: update to 3.16.0.

ChangeLog:

This release includes one new lexer: the Varnish lexer! We also have fixes
for the D, Java, Lua, NASM, Objective-C, PowerShell, Rust, Shell, TOML and
TypeScript lexers.
   2020-01-19 22:34:57 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
ruby-rouge: update to 3.15.0.

ChangeLog:

This release includes three new lexers: FreeFEM, GHC and Objective-C++.
Thanks to contributions from the community, we also have fixes for the
Console, Jinja, LLVM, Python, Rust and Swift lexers. Finally, you should
now be able to pass 'false' as an option after a fix to how CGI-style
options are parsed.
   2019-12-12 16:35:04 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
ruby-rouge: update to 3.14.0.

ChangeLog:

3.14.0

This release includes fixes for the JSONDOC, Liquid, Magik and TOML
lexers as well as the addition of the NES Assembly and Slice lexers.

3.13.0

This release includes a fix for the BPF lexer and the Q lexer and
the addition of the TTCN-3 lexer.

3.12.0

This release includes a handful of fixes (one for the Embedded
Elixir lexer and a couple for Rouge itself) and the addition of the
Minizinc lexer.

3.11.1

This is a small update that provides a fix for the Perl lexer.

3.11.0

This release includes some fixes for existing lexers and support
for three new languages.

3.10.0

This release includes a couple of fixes and support for five new
languages.

3.9.0

This release includes fixes for a number of lexers and support for
three new languages.

3.8.0

This release includes continued improvements to the library, fixes
for a number of lexers and support for seven new languages.

3.7.0

This release includes continued improvements to the library, fixes
for a number of lexers and support for eight new languages.

3.6.0

This release includes continued improvements to the library, fixes
for a number of lexers and—like v3.5.0—support for three new
languages.

3.5.1

This release fixes a bug in the PowerShell lexer that was affecting
some users.

3.5.0

This release includes continued improvements to the library, fixes
for a number of lexers and support for three new languages.

3.4.1

Version 3.4.0 mistakenly included a breaking change. For some
consumers of the library, this could cause Rouge to crash. This
release reverts the behaviour to be consistent with version 3.3.0.

3.4.0

We are sorry to say that v3.4.0 contains a breaking change that can
cause Rouge to crash for some users. Please use v3.4.1 instead.
   2018-09-23 18:57:00 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-rouge: update to 3.2.1

3.2.1: (2018/08/16)

https://github.com/jneen/rouge/compare/v3.2.0...v3.2.1

* Perl Lexer
  o Allow any non-whitespace character to delimit regexes (#974 by dblessing)
    - Details: In specific cases where a previously unsupported regex
      delimiter was used, a later rule could cause a backtrack in the regex
      system. This resulted in Rouge hanging for an unspecified amount of
      time.

3.2.0: (2018/08/02)

https://github.com/jneen/rouge/compare/v3.1.1...v3.2.0

* General
  o Load pastie theme (#809 by rramsden)
  o Fix build failures (#892 by olleolleolle)
  o Update CLI style help text (#923 by nixpulvis)
  o Fix HTMLLinewise formatter documentation in README.md (#910 by rohitpaulk)
* Terraform Lexer (NEW - #917 by lowjoel)
* Crystal Lexer (NEW - #441 by splattael)
* Scheme Lexer
  o Allow square brackets (#849 by EFanZh)
* Haskell Lexer
  o Support for Quasiquotations (#868 by enolan)
* Java Lexer
  o Support for Java 10 var keyword (#888 by lc-soft)
* VHDL Lexer
  o Fix time_vector keyword typo (#911 by ttobsen)
* Perl Lexer
  o Recognize .t as valid file extension (#918 by miparnisari)
* Nix Lexer
  o Improved escaping sequences for indented strings (#926 by veprbl)
* Fortran Lexer
  o Recognize .f as valid file extension (#931 by veprbl)
* Igor Pro Lexer
  o Update functions and operations for Igor Pro 8 (#921 by t-b)
* Julia Lexer
  o Various improvements and fixes (#912 by ararslan)
* Kotlin Lexer
  o Recognize .kts as valid file extension (#908 by mkobit)
* CSS Lexer
  o Minor fixes (#916 by miparnisari)
* HTML Lexer
  o Minor fixes (#916 by miparnisari)
* Javascript Lexer
  o Minor fixes (#916 by miparnisari)
* Markdown Lexer
  o Images may not have alt text (#904 by Himura2la)
* ERB Lexer
  Fix greedy comment matching (#902 by ananace)
   2018-03-13 18:30:17 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-rouge: update to 3.1.1

Changes from 1.11.1 is too many to write here, please refer CHANGELOG:
<https://github.com/jneen/rouge/blob/master/CHANGELOG.md>.
   2016-10-18 18:14:53 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-rouge to 1.11.1.

version 1.11.1: 2016-06-14

    * new guesser infrastructure, support for emacs and vim modelines (#489)
    * javascript bugfix for nested objects with quoted keys (#496)
    * new theme: Gruvbox (thanks @jamietanna!)
    * praat: lots of improvements (thanks @jjatria)
    * fix for rougify error when highlighting from stdin (#493)
    * new lexer: kotlin (thanks @meleyal!)
    * new lexer: cfscript (thanks @mjclemente!)

version 1.11.0: 2016-06-06

    * groovy:
	o remove pathological regexes and add basic support for
	  triple-quoted strings (#485)
	o add the "trait" keyword and fix project url (thanks @glaforge! #378)
    * new lexer: coq (thanks @gmalecha! #389)
    * gemspec license now more accurate (thanks @connorshea! #484)
    * swift:
	o properly support nested comments (thanks @dblessing! #479)
	o support swift 2.2 features (thanks @radex #376 and @wokalski #442)
	o add indirect declaration (thanks @nRewik! #326)
    * new lexer: verilog (thanks @Razer6! #317)
    * new lexer: typescript (thanks @Seikho! #400)
    * new lexers: jinja and twig (thanks @robin850! #402)
    * new lexer: pascal (thanks @alexcu!)
    * css: support attribute selectors (thanks @skoji! #426)
    * new lexer: shell session (thanks @sio4! #481)
    * ruby: add support for <<~ heredocs (thanks @tinci! #362)
    * recognize comments at EOF in SQL, Apache, and CMake (thanks @julp! #360)
    * new lexer: phtml (thanks @Igloczek #366)
    * recognize comments at EOF in CoffeeScript (thanks @rdavila! #370)
    * c/c++:
	o support c11/c++11 features (thanks @Tosainu! #371)
	o Allow underscores in identifiers (thanks @coverify! #333)
    * rust: add more builtin types (thanks @RalfJung! #372)
    * ini: allow hyphen keys (thanks @KrzysiekJ! #380)
    * r: massively improve lexing quality (thanks @klmr! #383)
    * c#:
	o add missing keywords (thanks @BenVlodgi #384 and @SLaks #447)
    * diff: do not require newlines at the ends (thanks @AaronLasseigne! #387)
    * new lexer: ceylon (thanks @bjansen! #414)
    * new lexer: biml (thanks @japj! #415)
    * new lexer: TAP - the test anything protocol (thanks @mblayman! #409)
    * rougify bugfix: treat input as utf8 (thanks @japj! #417)
    * new lexer: jsonnet (thanks @davidzchen! #420)
    * clojure: associate *.cljc for cross-platform clojure (thanks @alesguzik! #423)
    * new lexer: D (thanks @nikibobi! #435)
    * new lexer: smarty (thanks @tringenbach! #427)
    * apache:
	o add directives for v2.4 (thanks @stanhu!)
	o various improvements (thanks @julp! #301)
	    - faster keyword lookups
	    - fix nil error on unknown directive (cf #246, #300)
	    - properly manage case-insensitive names (cf #246)
	    - properly handle windows CRLF
    * objective-c:
	o support literal dictionaries and block arguments (thanks @BenV!
	  #443 and #444)
	o Fix error tokens when defining interfaces (thanks @meleyal! #477)
    * new lexer: NASM (thanks @sraboy! #457)
    * new lexer: gradle (thanks @nerro! #468)
    * new lexer: API Blueprint (thanks @kylef! #261)
    * new lexer: ActionScript (thanks @honzabrecka! #241)
    * terminal256 formatter: stop confusing token names (thanks @julp! #367)
    * new lexer: julia (thanks @mpeteuil! #331)
    * new lexer: cmake (thanks @julp! #302)
    * new lexer: eiffel (thanks @Conaclos! #323)
    * new lexer: protobuf (thanks @fqqb! #327)
    * new lexer: fortran (thanks @CruzR! #328)
    * php: associate *.phpt files (thanks @Razer6!)
    * python: support raise from and yield from (thanks @mordervomubel! #324)
    * new VimL example (thanks @tpope! #315)
   2015-12-15 13:07:04 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix license.
   2015-12-13 17:25:23 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Add ruby-rouge package, required by new ruby-jekyll package.

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

Next | Query returned 30 messages, browsing 21 to 30 | previous