Received: by mail.netbsd.org (Postfix, from userid 605) id D713784F0E; Sun, 23 Sep 2018 16:58:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4663C84EF2 for ; Sun, 23 Sep 2018 16:57:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7_yOHidlnl5Z for ; Sun, 23 Sep 2018 16:57:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41B9484EF1 for ; Sun, 23 Sep 2018 16:57:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F05EFBEE; Sun, 23 Sep 2018 16:57:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537721820299620" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 16:57:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-rouge To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923165700.3F05EFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537721820299620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 16:57:00 UTC 2018 Modified Files: pkgsrc/www/ruby-rouge: Makefile PLIST distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-rouge/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-rouge/PLIST \ pkgsrc/www/ruby-rouge/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537721820299620 Content-Disposition: inline Content-Length: 3939 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rouge/Makefile diff -u pkgsrc/www/ruby-rouge/Makefile:1.4 pkgsrc/www/ruby-rouge/Makefile:1.5 --- pkgsrc/www/ruby-rouge/Makefile:1.4 Tue Mar 13 17:30:17 2018 +++ pkgsrc/www/ruby-rouge/Makefile Sun Sep 23 16:57:00 2018 @@ -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 Index: pkgsrc/www/ruby-rouge/PLIST diff -u pkgsrc/www/ruby-rouge/PLIST:1.3 pkgsrc/www/ruby-rouge/PLIST:1.4 --- pkgsrc/www/ruby-rouge/PLIST:1.3 Tue Mar 13 17:30:17 2018 +++ pkgsrc/www/ruby-rouge/PLIST Sun Sep 23 16:57:00 2018 @@ -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/conf ${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/hack ${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/sql ${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/conf.rb ${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/hack.rb ${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/sql.rb ${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 Index: pkgsrc/www/ruby-rouge/distinfo diff -u pkgsrc/www/ruby-rouge/distinfo:1.3 pkgsrc/www/ruby-rouge/distinfo:1.4 --- pkgsrc/www/ruby-rouge/distinfo:1.3 Tue Mar 13 17:30:17 2018 +++ pkgsrc/www/ruby-rouge/distinfo Sun Sep 23 16:57:00 2018 @@ -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 --_----------=_1537721820299620--