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:           Mon Aug 11 15:50:36 UTC 2025

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

Log Message:
www/ruby-rouge: update to 4.6.0

4.6.0 (2025-07-22)

This release introduces support for the Bicep language and enhances several
existing lexers.  We've added Ada 2022 features including the parallel
keyword and improved syntax for arrays.  The Python lexer now supports the
match and case keywords and has been updated with Python 3 builtin keywords,
functions, and exceptions.  C# lexer improvements include Unicode character
support and a refactoring of keywords to class methods.  The TOML lexer now
properly handles inline tables in arrays.  We've also enhanced file
detection with Docker file name patterns, Terraform *.tfvars files, and
improved disambiguation between Objective-C and Mathematica lexers.
Additionally, Ruby 3.4 has been added to our CI build process.  Thanks to
all our contributors for their valuable work on making Rouge better!


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/ruby-rouge/Makefile \
    pkgsrc/www/ruby-rouge/distinfo
cvs rdiff -u -r1.23 -r1.24 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.33 pkgsrc/www/ruby-rouge/Makefile:1.34
--- pkgsrc/www/ruby-rouge/Makefile:1.33 Sun May 18 14:29:27 2025
+++ pkgsrc/www/ruby-rouge/Makefile      Mon Aug 11 15:50:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/05/18 14:29:27 taca Exp $
+# $NetBSD: Makefile,v 1.34 2025/08/11 15:50:35 taca Exp $
 
-DISTNAME=      rouge-4.5.2
+DISTNAME=      rouge-4.6.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-rouge/distinfo
diff -u pkgsrc/www/ruby-rouge/distinfo:1.33 pkgsrc/www/ruby-rouge/distinfo:1.34
--- pkgsrc/www/ruby-rouge/distinfo:1.33 Sun May 18 14:29:27 2025
+++ pkgsrc/www/ruby-rouge/distinfo      Mon Aug 11 15:50:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2025/05/18 14:29:27 taca Exp $
+$NetBSD: distinfo,v 1.34 2025/08/11 15:50:35 taca Exp $
 
-BLAKE2s (rouge-4.5.2.gem) = 09b5c8366e9fbcafae9b44d690385769ab70e0b35eb591453ad3ed8f86c5c1dc
-SHA512 (rouge-4.5.2.gem) = 562d1ca639d7e15a36edf9ddb30c2f4dfd6437b45b4bb0b5899999e6f94a0e6e098d5cd3bc60557e35de3803b2da4e89855b07d3723cf1510f5e0de92c9a86b6
-Size (rouge-4.5.2.gem) = 556544 bytes
+BLAKE2s (rouge-4.6.0.gem) = adef710a4c8d6891ca31980df392a7de7d5bb72cf4f96440b2558a3e85ab0c7d
+SHA512 (rouge-4.6.0.gem) = 7955b5af5133f32a1f765ca55052f7e904621ec9bd279b64da1e4afa73c534dfb271bfdd0721f4538b1660863715236e818e1658f21beaec5c9d839b8336d6b1
+Size (rouge-4.6.0.gem) = 558592 bytes

Index: pkgsrc/www/ruby-rouge/PLIST
diff -u pkgsrc/www/ruby-rouge/PLIST:1.23 pkgsrc/www/ruby-rouge/PLIST:1.24
--- pkgsrc/www/ruby-rouge/PLIST:1.23    Wed Dec 11 14:45:18 2024
+++ pkgsrc/www/ruby-rouge/PLIST Mon Aug 11 15:50:35 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2024/12/11 14:45:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.24 2025/08/11 15:50:35 taca Exp $
 bin/rougify${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/rouge/demos/awk
 ${GEM_LIBDIR}/lib/rouge/demos/batchfile
 ${GEM_LIBDIR}/lib/rouge/demos/bbcbasic
 ${GEM_LIBDIR}/lib/rouge/demos/bibtex
+${GEM_LIBDIR}/lib/rouge/demos/bicep
 ${GEM_LIBDIR}/lib/rouge/demos/biml
 ${GEM_LIBDIR}/lib/rouge/demos/bpf
 ${GEM_LIBDIR}/lib/rouge/demos/brainfuck
@@ -267,6 +268,7 @@ ${GEM_LIBDIR}/lib/rouge/lexers/awk.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/batchfile.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/bbcbasic.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/bibtex.rb
+${GEM_LIBDIR}/lib/rouge/lexers/bicep.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/biml.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/bpf.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/brainfuck.rb



Home | Main Index | Thread Index | Old Index