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 Sep 22 12:39:12 UTC 2024

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

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!


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/ruby-rouge/Makefile \
    pkgsrc/www/ruby-rouge/distinfo
cvs rdiff -u -r1.21 -r1.22 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.30 pkgsrc/www/ruby-rouge/Makefile:1.31
--- pkgsrc/www/ruby-rouge/Makefile:1.30 Sat Jun 15 16:46:32 2024
+++ pkgsrc/www/ruby-rouge/Makefile      Sun Sep 22 12:39:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/06/15 16:46:32 taca Exp $
+# $NetBSD: Makefile,v 1.31 2024/09/22 12:39:12 taca Exp $
 
-DISTNAME=      rouge-4.3.0
+DISTNAME=      rouge-4.4.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-rouge/distinfo
diff -u pkgsrc/www/ruby-rouge/distinfo:1.30 pkgsrc/www/ruby-rouge/distinfo:1.31
--- pkgsrc/www/ruby-rouge/distinfo:1.30 Sat Jun 15 16:46:32 2024
+++ pkgsrc/www/ruby-rouge/distinfo      Sun Sep 22 12:39:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2024/06/15 16:46:32 taca Exp $
+$NetBSD: distinfo,v 1.31 2024/09/22 12:39:12 taca Exp $
 
-BLAKE2s (rouge-4.3.0.gem) = 77adba4dc4f25430bcc55d5dabf51ce0b6cb02a55251b0f6ae95fc37d33f8a19
-SHA512 (rouge-4.3.0.gem) = eb10aa0891db96aa73211c8e995c1bb7f55947ce1f55c7fd8062972064fb9d5bff2514ceb23b891a1bd77561fb2db32df5cbc39e2fd68143ee8aef0073e6d9e0
-Size (rouge-4.3.0.gem) = 548352 bytes
+BLAKE2s (rouge-4.4.0.gem) = 8577a8d93eb7ae7a1b775125f72a98bddd6a4b9333da6604b334e3d6cd74e194
+SHA512 (rouge-4.4.0.gem) = 9bc7a9d804aef49d3e8d168884c915b377ae9a89f8390d68e86172a91c22ceec60875de1d6c064f75caac9bc9a29185400bb7199240776078b33294c7a77bcc3
+Size (rouge-4.4.0.gem) = 550400 bytes

Index: pkgsrc/www/ruby-rouge/PLIST
diff -u pkgsrc/www/ruby-rouge/PLIST:1.21 pkgsrc/www/ruby-rouge/PLIST:1.22
--- pkgsrc/www/ruby-rouge/PLIST:1.21    Sat Jun 15 16:46:32 2024
+++ pkgsrc/www/ruby-rouge/PLIST Sun Sep 22 12:39:12 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2024/06/15 16:46:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2024/09/22 12:39:12 taca Exp $
 bin/rougify${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -132,6 +132,7 @@ ${GEM_LIBDIR}/lib/rouge/demos/mathematic
 ${GEM_LIBDIR}/lib/rouge/demos/matlab
 ${GEM_LIBDIR}/lib/rouge/demos/meson
 ${GEM_LIBDIR}/lib/rouge/demos/minizinc
+${GEM_LIBDIR}/lib/rouge/demos/mojo
 ${GEM_LIBDIR}/lib/rouge/demos/moonscript
 ${GEM_LIBDIR}/lib/rouge/demos/mosel
 ${GEM_LIBDIR}/lib/rouge/demos/msgtrans
@@ -148,6 +149,7 @@ ${GEM_LIBDIR}/lib/rouge/demos/ocaml
 ${GEM_LIBDIR}/lib/rouge/demos/ocl
 ${GEM_LIBDIR}/lib/rouge/demos/openedge
 ${GEM_LIBDIR}/lib/rouge/demos/opentype_feature_file
+${GEM_LIBDIR}/lib/rouge/demos/p4
 ${GEM_LIBDIR}/lib/rouge/demos/pascal
 ${GEM_LIBDIR}/lib/rouge/demos/perl
 ${GEM_LIBDIR}/lib/rouge/demos/php
@@ -383,6 +385,7 @@ ${GEM_LIBDIR}/lib/rouge/lexers/matlab/bu
 ${GEM_LIBDIR}/lib/rouge/lexers/matlab/keywords.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/meson.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/minizinc.rb
+${GEM_LIBDIR}/lib/rouge/lexers/mojo.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/moonscript.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/mosel.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/msgtrans.rb
@@ -401,6 +404,7 @@ ${GEM_LIBDIR}/lib/rouge/lexers/ocaml/com
 ${GEM_LIBDIR}/lib/rouge/lexers/ocl.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/openedge.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/opentype_feature_file.rb
+${GEM_LIBDIR}/lib/rouge/lexers/p4.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/pascal.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/perl.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/php.rb



Home | Main Index | Thread Index | Old Index