pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-asciidoctor textproc/ruby-asciidoctor: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/417240b3a7c2
branches:  trunk
changeset: 456814:417240b3a7c2
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Mon Aug 09 14:58:02 2021 +0000

description:
textproc/ruby-asciidoctor: update to 2.0.16.

Summary

This is a patch release with a big impact, bringing with it several
notable changes. First, two regressions have been fixed when using
negated wildcards in include tag filtering, and the meaning of negated
wildcards in tag filtering has been clarified in general. Second, the
source of the default stylesheet has been imported into this repository
(now managed using a PostCSS build with autoprefixer and cssnano).
Third, an internal change was made to how lines are iterated by the
reader (switching from a stack to a queue), which will substantially
improve the performance of Asciidoctor.js when processing large files.
Finally, numerous improvements were made to the man page converter.

This release also includes a handful of smaller bug fixes, including two
scenarios where an undefined method error was creeping in. Several
impactful updates were made to the documentation during this release
cycle as well, most notably on the topic of generating man pages. An
initial set of changes have been applied to the code base in preparation
for enabling RuboCop to enforce a code style. The remainder of those
changes, as well as the task itself, have already been applied to the
default branch. Those updates will also be applied to the branch for
this release line following this release. Speaking of release
lines, the default branch is now open for 2.1.x development and beyond!

Consult the CHANGELOG to find the full list of changes in this release.

diffstat:

 textproc/ruby-asciidoctor/Makefile |   4 ++--
 textproc/ruby-asciidoctor/PLIST    |   4 +++-
 textproc/ruby-asciidoctor/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 8bca0abfd07c -r 417240b3a7c2 textproc/ruby-asciidoctor/Makefile
--- a/textproc/ruby-asciidoctor/Makefile        Mon Aug 09 14:39:34 2021 +0000
+++ b/textproc/ruby-asciidoctor/Makefile        Mon Aug 09 14:58:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/06/01 14:53:20 taca Exp $
+# $NetBSD: Makefile,v 1.6 2021/08/09 14:58:02 rhialto Exp $
 
-DISTNAME=      asciidoctor-2.0.15
+DISTNAME=      asciidoctor-2.0.16
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 8bca0abfd07c -r 417240b3a7c2 textproc/ruby-asciidoctor/PLIST
--- a/textproc/ruby-asciidoctor/PLIST   Mon Aug 09 14:39:34 2021 +0000
+++ b/textproc/ruby-asciidoctor/PLIST   Mon Aug 09 14:58:02 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/04/19 16:00:29 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/08/09 14:58:02 rhialto Exp $
 bin/asciidoctor${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
@@ -39,8 +39,10 @@
 ${GEM_LIBDIR}/data/locale/attributes-sr.adoc
 ${GEM_LIBDIR}/data/locale/attributes-sr_Latn.adoc
 ${GEM_LIBDIR}/data/locale/attributes-sv.adoc
+${GEM_LIBDIR}/data/locale/attributes-th.adoc
 ${GEM_LIBDIR}/data/locale/attributes-tr.adoc
 ${GEM_LIBDIR}/data/locale/attributes-uk.adoc
+${GEM_LIBDIR}/data/locale/attributes-vi.adoc
 ${GEM_LIBDIR}/data/locale/attributes-zh_CN.adoc
 ${GEM_LIBDIR}/data/locale/attributes-zh_TW.adoc
 ${GEM_LIBDIR}/data/locale/attributes.adoc
diff -r 8bca0abfd07c -r 417240b3a7c2 textproc/ruby-asciidoctor/distinfo
--- a/textproc/ruby-asciidoctor/distinfo        Mon Aug 09 14:39:34 2021 +0000
+++ b/textproc/ruby-asciidoctor/distinfo        Mon Aug 09 14:58:02 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/06/01 14:53:20 taca Exp $
+$NetBSD: distinfo,v 1.6 2021/08/09 14:58:02 rhialto Exp $
 
-SHA1 (asciidoctor-2.0.15.gem) = fd159b1517ed72f4b7229a542142b2f78b7f1fc9
-RMD160 (asciidoctor-2.0.15.gem) = dd2b7132d8980167364ef50f5c791a487a508d54
-SHA512 (asciidoctor-2.0.15.gem) = 55ab7ceb85e219a36fdcb21d5620199e1d46281742cf52ce5892f36ee5db1119b535f488fae57aa360cbaee762f903d6bd957e3a65781eacd810b41eafcaa8f1
-Size (asciidoctor-2.0.15.gem) = 276480 bytes
+SHA1 (asciidoctor-2.0.16.gem) = 28b72d35683086fcfc6a286592dff0ea7c2abe0e
+RMD160 (asciidoctor-2.0.16.gem) = 31216334181b45ad41aeface8ebb20ad9b4492b6
+SHA512 (asciidoctor-2.0.16.gem) = 2e164a0d24374e0c5461926c865c8900d3fb3f27606af5aac1a0a5f53102ca758f6421a113a9bb100fe7dba2e1accec04ca6ca16670e4b85e373f729bdaba6cd
+Size (asciidoctor-2.0.16.gem) = 277504 bytes



Home | Main Index | Thread Index | Old Index