pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-rematch



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index