pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-rouge www/ruby-rouge: update to 3.27.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b416d96b6ff7
branches:  trunk
changeset: 771530:b416d96b6ff7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 19 06:51:14 2021 +0000

description:
www/ruby-rouge: update to 3.27.0

3.27.0 (2021-12-15)

* Ceylon Lexer

  - Backtracking fix in interpolation regex (#1773 by thewoolleyman)

* Dafny Lexer

  - Add Dafny Lexer (#1647 by davidcok, mschlaipfer)

* Elixir Lexer

  - Add support for HEEX templates (#1736 by sineed

* Rust Lexer

- Fix lexing of integers, escapes, identifiers, unicode idents, keywords and
  builtins, byte strings and multiline and doc comments (#1711 by thomcc)

* SQL Lexer

  - Curly brace support (#1714 by hawkfish)
  - Add more SQL dialects in visual samples (#1751 by tancnle)
  - Windowing keywords support (#1754 by hawkfish)

* Swift Lexer

  - Add 5.5 keywords (#1715 by johnfairh))

* Rouge CI

  - Migrate from Travis CI to GitHub (#1728 by Geod24)

* Documentation

  - Full list of supported languages (#1739 by gdubicki)
  - Various fixes and improvements (#1741, #1745, #1747, #1748, #1749, #1756
    by tancnle)

diffstat:

 www/ruby-rouge/Makefile |  4 ++--
 www/ruby-rouge/PLIST    |  4 +++-
 www/ruby-rouge/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r aeffa2c50c78 -r b416d96b6ff7 www/ruby-rouge/Makefile
--- a/www/ruby-rouge/Makefile   Sun Dec 19 06:49:10 2021 +0000
+++ b/www/ruby-rouge/Makefile   Sun Dec 19 06:51:14 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/09/19 17:59:12 taca Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/19 06:51:14 taca Exp $
 
-DISTNAME=      rouge-3.26.1
+DISTNAME=      rouge-3.27.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r aeffa2c50c78 -r b416d96b6ff7 www/ruby-rouge/PLIST
--- a/www/ruby-rouge/PLIST      Sun Dec 19 06:49:10 2021 +0000
+++ b/www/ruby-rouge/PLIST      Sun Dec 19 06:51:14 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/12/10 10:25:50 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/12/19 06:51:14 taca Exp $
 bin/rougify${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -45,6 +45,7 @@
 ${GEM_LIBDIR}/lib/rouge/demos/cypher
 ${GEM_LIBDIR}/lib/rouge/demos/cython
 ${GEM_LIBDIR}/lib/rouge/demos/d
+${GEM_LIBDIR}/lib/rouge/demos/dafny
 ${GEM_LIBDIR}/lib/rouge/demos/dart
 ${GEM_LIBDIR}/lib/rouge/demos/datastudio
 ${GEM_LIBDIR}/lib/rouge/demos/diff
@@ -273,6 +274,7 @@
 ${GEM_LIBDIR}/lib/rouge/lexers/cypher.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/cython.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/d.rb
+${GEM_LIBDIR}/lib/rouge/lexers/dafny.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/dart.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/datastudio.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/diff.rb
diff -r aeffa2c50c78 -r b416d96b6ff7 www/ruby-rouge/distinfo
--- a/www/ruby-rouge/distinfo   Sun Dec 19 06:49:10 2021 +0000
+++ b/www/ruby-rouge/distinfo   Sun Dec 19 06:51:14 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:31:04 nia Exp $
+$NetBSD: distinfo,v 1.21 2021/12/19 06:51:14 taca Exp $
 
-BLAKE2s (rouge-3.26.1.gem) = 81f9f53ea8ca5f8c1f042580aad57514213d570d986da599264870f9c4ea9c4e
-SHA512 (rouge-3.26.1.gem) = b281318d342898110c480b369c5e27ec8bb2966d41a8512919aa3018035de9e521aefc2c67902fc5472a8cc981a96344462c0b510acc463e4c10ef152c54f3ad
-Size (rouge-3.26.1.gem) = 497152 bytes
+BLAKE2s (rouge-3.27.0.gem) = 5f878a855e38d12b0e33393b79788f2b044af3ae6c6b90ca62e70c243fa6cbde
+SHA512 (rouge-3.27.0.gem) = 668bee82082f563b70c5e379a4ec58b3e387668ad250f663f842a3a9cb71edc4af6260351566b7c9873843a64afb1212108fe4b3674dcb70b9d93c282da6ccb0
+Size (rouge-3.27.0.gem) = 499200 bytes



Home | Main Index | Thread Index | Old Index