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.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff8ef4a45b37
branches: trunk
changeset: 385561:ff8ef4a45b37
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 23 16:57:00 2018 +0000
description:
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)
diffstat:
www/ruby-rouge/Makefile | 4 ++--
www/ruby-rouge/PLIST | 8 +++++++-
www/ruby-rouge/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (84 lines):
diff -r b490b4bda0ce -r ff8ef4a45b37 www/ruby-rouge/Makefile
--- a/www/ruby-rouge/Makefile Sun Sep 23 16:56:20 2018 +0000
+++ b/www/ruby-rouge/Makefile Sun Sep 23 16:57:00 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/03/13 17:30:17 taca Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/23 16:57:00 taca Exp $
-DISTNAME= rouge-3.1.1
+DISTNAME= rouge-3.2.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r b490b4bda0ce -r ff8ef4a45b37 www/ruby-rouge/PLIST
--- a/www/ruby-rouge/PLIST Sun Sep 23 16:56:20 2018 +0000
+++ b/www/ruby-rouge/PLIST Sun Sep 23 16:57:00 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/13 17:30:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/09/23 16:57:00 taca Exp $
bin/rougify${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
@@ -25,6 +25,7 @@
${GEM_LIBDIR}/lib/rouge/demos/console
${GEM_LIBDIR}/lib/rouge/demos/coq
${GEM_LIBDIR}/lib/rouge/demos/cpp
+${GEM_LIBDIR}/lib/rouge/demos/crystal
${GEM_LIBDIR}/lib/rouge/demos/csharp
${GEM_LIBDIR}/lib/rouge/demos/css
${GEM_LIBDIR}/lib/rouge/demos/d
@@ -51,6 +52,7 @@
${GEM_LIBDIR}/lib/rouge/demos/haml
${GEM_LIBDIR}/lib/rouge/demos/handlebars
${GEM_LIBDIR}/lib/rouge/demos/haskell
+${GEM_LIBDIR}/lib/rouge/demos/hcl
${GEM_LIBDIR}/lib/rouge/demos/html
${GEM_LIBDIR}/lib/rouge/demos/http
${GEM_LIBDIR}/lib/rouge/demos/hylang
@@ -122,6 +124,7 @@
${GEM_LIBDIR}/lib/rouge/demos/swift
${GEM_LIBDIR}/lib/rouge/demos/tap
${GEM_LIBDIR}/lib/rouge/demos/tcl
+${GEM_LIBDIR}/lib/rouge/demos/terraform
${GEM_LIBDIR}/lib/rouge/demos/tex
${GEM_LIBDIR}/lib/rouge/demos/toml
${GEM_LIBDIR}/lib/rouge/demos/tsx
@@ -176,6 +179,7 @@
${GEM_LIBDIR}/lib/rouge/lexers/console.rb
${GEM_LIBDIR}/lib/rouge/lexers/coq.rb
${GEM_LIBDIR}/lib/rouge/lexers/cpp.rb
+${GEM_LIBDIR}/lib/rouge/lexers/crystal.rb
${GEM_LIBDIR}/lib/rouge/lexers/csharp.rb
${GEM_LIBDIR}/lib/rouge/lexers/css.rb
${GEM_LIBDIR}/lib/rouge/lexers/d.rb
@@ -203,6 +207,7 @@
${GEM_LIBDIR}/lib/rouge/lexers/haml.rb
${GEM_LIBDIR}/lib/rouge/lexers/handlebars.rb
${GEM_LIBDIR}/lib/rouge/lexers/haskell.rb
+${GEM_LIBDIR}/lib/rouge/lexers/hcl.rb
${GEM_LIBDIR}/lib/rouge/lexers/html.rb
${GEM_LIBDIR}/lib/rouge/lexers/http.rb
${GEM_LIBDIR}/lib/rouge/lexers/hylang.rb
@@ -278,6 +283,7 @@
${GEM_LIBDIR}/lib/rouge/lexers/swift.rb
${GEM_LIBDIR}/lib/rouge/lexers/tap.rb
${GEM_LIBDIR}/lib/rouge/lexers/tcl.rb
+${GEM_LIBDIR}/lib/rouge/lexers/terraform.rb
${GEM_LIBDIR}/lib/rouge/lexers/tex.rb
${GEM_LIBDIR}/lib/rouge/lexers/toml.rb
${GEM_LIBDIR}/lib/rouge/lexers/tsx.rb
diff -r b490b4bda0ce -r ff8ef4a45b37 www/ruby-rouge/distinfo
--- a/www/ruby-rouge/distinfo Sun Sep 23 16:56:20 2018 +0000
+++ b/www/ruby-rouge/distinfo Sun Sep 23 16:57:00 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/03/13 17:30:17 taca Exp $
+$NetBSD: distinfo,v 1.4 2018/09/23 16:57:00 taca Exp $
-SHA1 (rouge-3.1.1.gem) = 10c19b74f6054a0498fb9b0ac05fcbd10a224613
-RMD160 (rouge-3.1.1.gem) = 867f88453fa78f1c6de7be361cda48296ef7a540
-SHA512 (rouge-3.1.1.gem) = 3132dd891e66bbf557953bb7d0ab95be6d6978b75b37ba1ba50f2471aee1666d4228c253dbedd4a12fab6b584bba85d2327d6437788f0a9001248d9a4be1bf7c
-Size (rouge-3.1.1.gem) = 282624 bytes
+SHA1 (rouge-3.2.1.gem) = a0334de4b4bf41750729bb561b533b412fde0f4d
+RMD160 (rouge-3.2.1.gem) = 15b3b55d98b8d3128364c384e23e17d30648aaa6
+SHA512 (rouge-3.2.1.gem) = 1cc007970a27efdd83a2cb5e766d694cf9f05197ae7e8e40b70ab627649971bb76411244d423fb37b6a8a16b263ace237a447d506d68719bd5c0b22b466606da
+Size (rouge-3.2.1.gem) = 290816 bytes
Home |
Main Index |
Thread Index |
Old Index