Received: by mail.netbsd.org (Postfix, from userid 605) id 0B2C284EB6; Mon, 22 Jan 2024 12:37:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3920F84EB4 for ; Mon, 22 Jan 2024 12:37:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XzK1OypXWF9W for ; Mon, 22 Jan 2024 12:37:56 +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 A475D84E72 for ; Mon, 22 Jan 2024 12:37:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D021FA42; Mon, 22 Jan 2024 12:37:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705927076289940" MIME-Version: 1.0 Date: Mon, 22 Jan 2024 12:37:56 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-rematch To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240122123756.9D021FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705927076289940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Jan 22 12:37:56 UTC 2024 Modified Files: pkgsrc/devel/R-rematch: Makefile distinfo Log Message: (devel/R-rematch) Updated 1.0.1 to 2.0.0, make test passed # rematch 2.0.0 * New `re_match_all` function to extract all matches. * Removed the `perl` arguments, we always use PERL compatible regular expressions now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-rematch/Makefile \ pkgsrc/devel/R-rematch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705927076289940 Content-Disposition: inline Content-Length: 2039 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-rematch/Makefile diff -u pkgsrc/devel/R-rematch/Makefile:1.3 pkgsrc/devel/R-rematch/Makefile:1.4 --- pkgsrc/devel/R-rematch/Makefile:1.3 Wed Jun 23 20:03:45 2021 +++ pkgsrc/devel/R-rematch/Makefile Mon Jan 22 12:37:56 2024 @@ -1,13 +1,22 @@ -# $NetBSD: Makefile,v 1.3 2021/06/23 20:03:45 bacon Exp $ +# $NetBSD: Makefile,v 1.4 2024/01/22 12:37:56 mef Exp $ R_PKGNAME= rematch -R_PKGVER= 1.0.1 +R_PKGVER= 2.0.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Match regular expressions with a nicer API LICENSE= mit +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat + +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" Index: pkgsrc/devel/R-rematch/distinfo diff -u pkgsrc/devel/R-rematch/distinfo:1.3 pkgsrc/devel/R-rematch/distinfo:1.4 --- pkgsrc/devel/R-rematch/distinfo:1.3 Tue Oct 26 10:14:07 2021 +++ pkgsrc/devel/R-rematch/distinfo Mon Jan 22 12:37:56 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:14:07 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/01/22 12:37:56 mef Exp $ -BLAKE2s (R/rematch_1.0.1.tar.gz) = ddc5b99c4d641918ff06e96215f4ef275a8de2b0c13d38392b6fd0817a2d0820 -SHA512 (R/rematch_1.0.1.tar.gz) = b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1 -Size (R/rematch_1.0.1.tar.gz) = 3719 bytes +BLAKE2s (R/rematch_2.0.0.tar.gz) = 7fb8f1eeb56af7655f3b26217d97846439682d39467f29bf4d99e0fd5686b6e3 +SHA512 (R/rematch_2.0.0.tar.gz) = cb2a297c36c68180a8d9ef24bebc176e9270d876698dbc3bab9d7667a82f7e1fbadf8b8444d44f5bd01fad1f44192b1226036449975105ca3fe062d15d1362a6 +Size (R/rematch_2.0.0.tar.gz) = 4781 bytes --_----------=_1705927076289940--