head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.10 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.8 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.6 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.4 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.2 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.4.0.12 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.10 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.8 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.6 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.4 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.2 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.3.0.2 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.2.0.6 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.4 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.2 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2022.12.04.16.32.33; author taca; state Exp; branches; next 1.4; commitid zyY1VuIobO0J9g4E; 1.4 date 2021.06.19.07.47.33; author taca; state Exp; branches; next 1.3; commitid zd5kJXr1F2PPnIXC; 1.3 date 2021.01.18.14.52.59; author taca; state Exp; branches; next 1.2; commitid oZFWI4JvupUHCdEC; 1.2 date 2020.06.21.14.54.51; author taca; state Exp; branches; next 1.1; commitid zrypc9aNTO2Jp6dC; 1.1 date 2019.10.05.04.11.43; author ryoon; state Exp; branches; next ; commitid klreEsCl5PDodDFB; desc @@ 1.5 log @textproc/ruby-terminal-table: update to 3.0.2 3.0.2 (2021-09-19) * fix align_column for nil values and colspan 3.0.1 / 2021-05-10 * Support for unicode-display_width 2.0 * Fix issue where last row of an empty table changed format 3.0.0 / 2020-01-27 * Support for (optional) Unicode border styles on tables. In order to support decent looking Unicode borders, different types of intersections get different types of intersection characters. This has the side effect of subtle formatting differences even for the ASCII table border case due to removal of certain intersections near colspans. For example, previously the output of a table may be: +------+-----+ | Title | +------+-----+ | Char | Num | +------+-----+ | a | 1 | | b | 2 | | c | 3 | +------+-----+ And now the `+` character above the word Title is removed, as it is no longer considered an intersection: +------------+ | Title | +------+-----+ | Char | Num | +------+-----+ | a | 1 | | b | 2 | +------+-----+ * The default border remains an ASCII border for backwards compatibility, however multiple border classes are included / documented, and user defined border types can be applied as needed. In support of this update, the following issues were addressed: * colspan creates conflict with colorize (#95) * Use nice UTF box-drawing characters by default (#99) - Note that `AsciiBorder` is stll the default * Border-left and border-right style (#100) * Helper function to style as Markdown (#111) - Achieved using `MarkdownBorder` @ text @# $NetBSD: Makefile,v 1.4 2021/06/19 07:47:33 taca Exp $ DISTNAME= terminal-table-3.0.2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/tj/terminal-table COMMENT= Simple, feature rich ascii table generation library LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-unicode-display_width>=1.1.1:../../textproc/ruby-unicode-display_width USE_LANGUAGES= # none OVERRIDE_GEMSPEC+= unicode-display_width>=1 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @textproc/ruby-terminal-table: relax dependency Relax dependency to ruby-unicode-display_width and it fixes runtime problem of www/ruby-jekyll. (Noted by wiz@@ via private e-mail.) Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2021/01/18 14:52:59 taca Exp $ d3 1 a3 2 DISTNAME= terminal-table-2.0.0 PKGREVISION= 1 d11 1 a11 1 DEPENDS+= ${RUBY_PKGPREFIX}-unicode-display_width>=1:../../textproc/ruby-unicode-display_width @ 1.3 log @textproc/ruby-terminal-table: update to 2.0.0 2.0.0 (2020-11-01) Requires Ruby 2.4+ * Protect against nil in column/row loop (#92) * Remove unicode display string extensions (#104) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $ d4 1 d16 2 @ 1.2 log @Add "USE_LANGUAGES= # noen" Add "USE_LANGUAGES= # noen" for pure Ruby packages. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2019/10/05 04:11:43 ryoon Exp $ d3 1 a3 1 DISTNAME= terminal-table-1.8.0 @ 1.1 log @textproc/ruby-terminal-table: import ruby26-terminal-table-1.8.0 Terminal Table is a fast and simple, yet feature rich ASCII table generator written in Ruby. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2018/03/13 17:08:37 taca Exp $ d13 2 @