pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-rematch2



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 19 23:14:22 UTC 2020

Added Files:
        pkgsrc/devel/R-rematch2: DESCR Makefile distinfo

Log Message:
devel/R-rematch2: import R-rematch2-2.1.2

Wrappers on 'regexpr' and 'gregexpr' to return the match results in
tidy data frames.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-rematch2/DESCR \
    pkgsrc/devel/R-rematch2/Makefile pkgsrc/devel/R-rematch2/distinfo

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

Added files:

Index: pkgsrc/devel/R-rematch2/DESCR
diff -u /dev/null pkgsrc/devel/R-rematch2/DESCR:1.1
--- /dev/null   Sat Sep 19 23:14:22 2020
+++ pkgsrc/devel/R-rematch2/DESCR       Sat Sep 19 23:14:21 2020
@@ -0,0 +1,2 @@
+Wrappers on 'regexpr' and 'gregexpr' to return the match results in
+tidy data frames.
Index: pkgsrc/devel/R-rematch2/Makefile
diff -u /dev/null pkgsrc/devel/R-rematch2/Makefile:1.1
--- /dev/null   Sat Sep 19 23:14:22 2020
+++ pkgsrc/devel/R-rematch2/Makefile    Sat Sep 19 23:14:21 2020
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/09/19 23:14:21 mef Exp $
+
+R_PKGNAME=     rematch2
+R_PKGVER=      2.1.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Tidy Output from Regular Expression Matching
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-rematch2/distinfo
diff -u /dev/null pkgsrc/devel/R-rematch2/distinfo:1.1
--- /dev/null   Sat Sep 19 23:14:22 2020
+++ pkgsrc/devel/R-rematch2/distinfo    Sat Sep 19 23:14:21 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/19 23:14:21 mef Exp $
+
+SHA1 (R/rematch2_2.1.2.tar.gz) = d72bdbe7f0ab1a2d0d149ca4b05007086965d1ab
+RMD160 (R/rematch2_2.1.2.tar.gz) = 8cccced4475c9656004743d60a326f3aa6db5e44
+SHA512 (R/rematch2_2.1.2.tar.gz) = 1267df1cfc4def1de163cec121728da2ea7ee66c035aecba1857b4ff77b858e0f9aadb34eedeef97a4ea2716a20f4b87941b7b12b2a921371796c5f80d8769bd
+Size (R/rematch2_2.1.2.tar.gz) = 13366 bytes



Home | Main Index | Thread Index | Old Index