Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=b827vJcO; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZkUjSVwp Received: by mail.netbsd.org (Postfix, from userid 605) id A302884D2F; Sun, 5 May 2024 16:55:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714928111; bh=cixueGJlbuSU9/Xz9/T6O8hTaigGGjwE2BZfrbPSWvc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=b827vJcOHAchEshT+rON77T9lx+uP4JmOy/CtCmO1YcYPdl8ssl03WTLYti4g2SrQ 6N8HkW5qUdUt9N+/UKnrhwp21OnMzNRLexDS1f0CAxArXurRnN6/UUoK7+1cm+FoNB giddLqKbbQZlkEERG5Hpb3nieV2mHym4ZkJkCUOI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90DD484D0E for ; Sun, 5 May 2024 16:55:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YHlD8FDhOJNK for ; Sun, 5 May 2024 16:55:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E2FB884C86 for ; Sun, 5 May 2024 16:55:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714928110; bh=cixueGJlbuSU9/Xz9/T6O8hTaigGGjwE2BZfrbPSWvc=; h=Date:From:Subject:To:Reply-To; b=ZkUjSVwpUQ+y8MlzzBBUpD28Ic4tuJ+wHi0LY+opE6c+pMxDqHNi6uthHwdzh3/1p OJ1vsjuvnJX6rUfm7gYkDnyFOfBPIxLX9B/OqoTOU7kRSXysvX6m6R25G0tTR3b98v +dGdHJAGzL35ro9/8GJ79ORZuTj3p7GUQ4x5RY5E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF4C3FA2C; Sun, 5 May 2024 16:55:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714928109153780" MIME-Version: 1.0 Date: Sun, 5 May 2024 16:55:09 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-term-ansicolor To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240505165509.CF4C3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714928109153780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1714928109153780 Content-Disposition: inline Content-Length: 3075 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +MAINTAINER= pkgsrc-users@NetBSD.org 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 --_----------=_1714928109153780--