pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tty-box



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 11 13:23:41 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-tty-box: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-tty-box/Makefile \
    pkgsrc/devel/ruby-tty-box/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-tty-box/Makefile
diff -u pkgsrc/devel/ruby-tty-box/Makefile:1.2 pkgsrc/devel/ruby-tty-box/Makefile:1.3
--- pkgsrc/devel/ruby-tty-box/Makefile:1.2      Mon Sep 14 00:11:53 2020
+++ pkgsrc/devel/ruby-tty-box/Makefile  Mon Jan 11 13:23:41 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2020/09/14 00:11:53 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/11 13:23:41 taca Exp $
 
-DISTNAME=      tty-box-0.6.0
+DISTNAME=      tty-box-0.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://piotrmurach.github.io/tty
+HOMEPAGE=      https://ttytoolkit.org/
 COMMENT=       Draw various frames and boxes in terminal interface
 LICENSE=       mit
 
Index: pkgsrc/devel/ruby-tty-box/distinfo
diff -u pkgsrc/devel/ruby-tty-box/distinfo:1.2 pkgsrc/devel/ruby-tty-box/distinfo:1.3
--- pkgsrc/devel/ruby-tty-box/distinfo:1.2      Mon Sep 14 00:11:53 2020
+++ pkgsrc/devel/ruby-tty-box/distinfo  Mon Jan 11 13:23:41 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/14 00:11:53 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/01/11 13:23:41 taca Exp $
 
-SHA1 (tty-box-0.6.0.gem) = 338f3c0de874fbddb1ff5f6f5b88d13ec08441ac
-RMD160 (tty-box-0.6.0.gem) = 713a620caa665cb048f3610e55c1e564f54192b7
-SHA512 (tty-box-0.6.0.gem) = 5103fbc8d40410c6960896241e9722b1380699671cd06d5c8f80d20addc177b774385cf4ac75d8824fb86434fcceff52c808802f13ffd5eab572640e6373e747
-Size (tty-box-0.6.0.gem) = 12800 bytes
+SHA1 (tty-box-0.7.0.gem) = ffe10c6e653a2d31b2010d8eee26d560b69405f8
+RMD160 (tty-box-0.7.0.gem) = b7b5c21bf5a7e852a52ff6847c39694f20ee8f12
+SHA512 (tty-box-0.7.0.gem) = 694cb488268a9a2320cba3a9d6ba7d79e9d06031c790ef1ef363b9025f6a25a270a1fb18accc434f0ec0901da819b5288920ff03e51c299a94f0f8bd9234e1d7
+Size (tty-box-0.7.0.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index