pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rouge



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 19 06:51:14 UTC 2021

Modified Files:
        pkgsrc/www/ruby-rouge: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-rouge/Makefile \
    pkgsrc/www/ruby-rouge/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-rouge/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-rouge/Makefile
diff -u pkgsrc/www/ruby-rouge/Makefile:1.20 pkgsrc/www/ruby-rouge/Makefile:1.21
--- pkgsrc/www/ruby-rouge/Makefile:1.20 Sun Sep 19 17:59:12 2021
+++ pkgsrc/www/ruby-rouge/Makefile      Sun Dec 19 06:51:14 2021
@@ -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
Index: pkgsrc/www/ruby-rouge/distinfo
diff -u pkgsrc/www/ruby-rouge/distinfo:1.20 pkgsrc/www/ruby-rouge/distinfo:1.21
--- pkgsrc/www/ruby-rouge/distinfo:1.20 Tue Oct 26 11:31:04 2021
+++ pkgsrc/www/ruby-rouge/distinfo      Sun Dec 19 06:51:14 2021
@@ -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

Index: pkgsrc/www/ruby-rouge/PLIST
diff -u pkgsrc/www/ruby-rouge/PLIST:1.15 pkgsrc/www/ruby-rouge/PLIST:1.16
--- pkgsrc/www/ruby-rouge/PLIST:1.15    Thu Dec 10 10:25:50 2020
+++ pkgsrc/www/ruby-rouge/PLIST Sun Dec 19 06:51:14 2021
@@ -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/cuda
 ${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/cuda.rb
 ${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



Home | Main Index | Thread Index | Old Index