pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-term-ansicolor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  5 16:55:09 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-term-ansicolor: Makefile PLIST distinfo

Log Message:
devel/ruby-term-ansicolor: update to 1.8.0

Reset MAINTAINER.

1.8.0 (2024-04-13)

* Add hyperlink support.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-term-ansicolor/Makefile \
    pkgsrc/devel/ruby-term-ansicolor/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-term-ansicolor/PLIST

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-term-ansicolor/Makefile
diff -u pkgsrc/devel/ruby-term-ansicolor/Makefile:1.11 pkgsrc/devel/ruby-term-ansicolor/Makefile:1.12
--- pkgsrc/devel/ruby-term-ansicolor/Makefile:1.11      Sun Mar 24 14:18:59 2024
+++ pkgsrc/devel/ruby-term-ansicolor/Makefile   Sun May  5 16:55:09 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2024/03/24 14:18:59 taca Exp $
+# $NetBSD: Makefile,v 1.12 2024/05/05 16:55:09 taca Exp $
 
-DISTNAME=      term-ansicolor-1.7.2
+DISTNAME=      term-ansicolor-1.8.0
 CATEGORIES=    devel
 
-MAINTAINER=    taca%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/flori/term-ansicolor
 COMMENT=       Ruby library colors strings using ANSI escape sequences
 LICENSE=       apache-2.0
Index: pkgsrc/devel/ruby-term-ansicolor/distinfo
diff -u pkgsrc/devel/ruby-term-ansicolor/distinfo:1.11 pkgsrc/devel/ruby-term-ansicolor/distinfo:1.12
--- pkgsrc/devel/ruby-term-ansicolor/distinfo:1.11      Sun Mar 24 14:18:59 2024
+++ pkgsrc/devel/ruby-term-ansicolor/distinfo   Sun May  5 16:55:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/03/24 14:18:59 taca Exp $
+$NetBSD: distinfo,v 1.12 2024/05/05 16:55:09 taca Exp $
 
-BLAKE2s (term-ansicolor-1.7.2.gem) = 2ee5fc404ad1d46783679dc519fa6ac4b24404bae7b8161c2483dd2bd7711d4f
-SHA512 (term-ansicolor-1.7.2.gem) = e81fc32f07d5f85eb0f364069afb143f87dea9fab6c6dd03bba95cdcc74495cdfb87ee334f595c8636226e50801274191a083eee5b70c3e8289d04cc49a1acb6
-Size (term-ansicolor-1.7.2.gem) = 44544 bytes
+BLAKE2s (term-ansicolor-1.8.0.gem) = 3ede7e7f323c1ecd2ed9af491f73e09a20684da18473a0b12eeca27a80e4ba55
+SHA512 (term-ansicolor-1.8.0.gem) = 4a13f369c03d3660f48f28068f311d5eb806e2e4724da6a3ee38eb0ed3c195a1ce8ea24215dfe80af5aab8df1f6a86fdd89d54c62ee2fb9b7e782f9e5ed3013f
+Size (term-ansicolor-1.8.0.gem) = 45056 bytes

Index: pkgsrc/devel/ruby-term-ansicolor/PLIST
diff -u pkgsrc/devel/ruby-term-ansicolor/PLIST:1.6 pkgsrc/devel/ruby-term-ansicolor/PLIST:1.7
--- pkgsrc/devel/ruby-term-ansicolor/PLIST:1.6  Sun Mar 24 14:18:59 2024
+++ pkgsrc/devel/ruby-term-ansicolor/PLIST      Sun May  5 16:55:09 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/03/24 14:18:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/05/05 16:55:09 taca Exp $
 bin/term_cdiff${RUBY_SUFFIX}
 bin/term_colortab${RUBY_SUFFIX}
 bin/term_decolor${RUBY_SUFFIX}
@@ -33,6 +33,7 @@ ${GEM_LIBDIR}/lib/term/ansicolor/attribu
 ${GEM_LIBDIR}/lib/term/ansicolor/attribute/intense_color8.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/attribute/text.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/hsl_triple.rb
+${GEM_LIBDIR}/lib/term/ansicolor/hyperlink.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/movement.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/ppm_reader.rb
 ${GEM_LIBDIR}/lib/term/ansicolor/rgb_color_metrics.rb
@@ -42,6 +43,7 @@ ${GEM_LIBDIR}/term-ansicolor.gemspec
 ${GEM_LIBDIR}/tests/ansicolor_test.rb
 ${GEM_LIBDIR}/tests/attribute_test.rb
 ${GEM_LIBDIR}/tests/hsl_triple_test.rb
+${GEM_LIBDIR}/tests/hyperlink_test.rb
 ${GEM_LIBDIR}/tests/ppm_reader_test.rb
 ${GEM_LIBDIR}/tests/rgb_color_metrics_test.rb
 ${GEM_LIBDIR}/tests/rgb_triple_test.rb



Home | Main Index | Thread Index | Old Index