Mon Jan 11 13:23:41 2021 UTC ()
devel/ruby-tty-box: update to 0.7.0

pkgsrc change: update HOMEPAGE to https://ttytoolkit.org/.

## [v0.7.0] - 2020-12-20

### Added
* Add :enable_color configuration to allow control over colouring

### Changed
* Change to ensure non-negative space filler size
* Change to enforce private visibility for the private module methods

### Fixed
* Fix box width calculation to ignore colored text by @LainLayer
* Fix drawing frame around multiline colored content


(taca)
diff -r1.2 -r1.3 pkgsrc/devel/ruby-tty-box/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ruby-tty-box/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-tty-box/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-tty-box/Makefile 2020/09/14 00:11:53 1.2
+++ pkgsrc/devel/ruby-tty-box/Makefile 2021/01/11 13:23:41 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2020/09/14 00:11:53 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2021/01/11 13:23:41 taca Exp $
2 2
3DISTNAME= tty-box-0.6.0 3DISTNAME= tty-box-0.7.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://piotrmurach.github.io/tty 7HOMEPAGE= https://ttytoolkit.org/
8COMMENT= Draw various frames and boxes in terminal interface 8COMMENT= Draw various frames and boxes in terminal interface
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.8<1:../../devel/ruby-pastel 11DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.8<1:../../devel/ruby-pastel
12DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor 12DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor
13DEPENDS+= ${RUBY_PKGPREFIX}-strings>=0.2.0<0.3:../../textproc/ruby-strings 13DEPENDS+= ${RUBY_PKGPREFIX}-strings>=0.2.0<0.3:../../textproc/ruby-strings
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17.include "../../lang/ruby/gem.mk" 17.include "../../lang/ruby/gem.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-tty-box/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-tty-box/distinfo 2020/09/14 00:11:53 1.2
+++ pkgsrc/devel/ruby-tty-box/distinfo 2021/01/11 13:23:41 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/09/14 00:11:53 taca Exp $ 1$NetBSD: distinfo,v 1.3 2021/01/11 13:23:41 taca Exp $
2 2
3SHA1 (tty-box-0.6.0.gem) = 338f3c0de874fbddb1ff5f6f5b88d13ec08441ac 3SHA1 (tty-box-0.7.0.gem) = ffe10c6e653a2d31b2010d8eee26d560b69405f8
4RMD160 (tty-box-0.6.0.gem) = 713a620caa665cb048f3610e55c1e564f54192b7 4RMD160 (tty-box-0.7.0.gem) = b7b5c21bf5a7e852a52ff6847c39694f20ee8f12
5SHA512 (tty-box-0.6.0.gem) = 5103fbc8d40410c6960896241e9722b1380699671cd06d5c8f80d20addc177b774385cf4ac75d8824fb86434fcceff52c808802f13ffd5eab572640e6373e747 5SHA512 (tty-box-0.7.0.gem) = 694cb488268a9a2320cba3a9d6ba7d79e9d06031c790ef1ef363b9025f6a25a270a1fb18accc434f0ec0901da819b5288920ff03e51c299a94f0f8bd9234e1d7
6Size (tty-box-0.6.0.gem) = 12800 bytes 6Size (tty-box-0.7.0.gem) = 13312 bytes