diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 00:43:29 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 00:43:29 +0000 |
commit | e1c88f7715451b52cc91fa9213ea74f1a1f9836e (patch) | |
tree | e4b3889633ed8b22f5c9b4a8921e773bdd13f32a /devel | |
parent | 54bf24879553a2452ffa47c27b92339f0db4a650 (diff) | |
download | pkgsrc-e1c88f7715451b52cc91fa9213ea74f1a1f9836e.tar.gz |
Initial commit
A small wrapper on 'regexpr' to extract the matches and captured
groups from the match of a regular expression to a character vector.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/R-rematch/DESCR | 2 | ||||
-rw-r--r-- | devel/R-rematch/Makefile | 16 | ||||
-rw-r--r-- | devel/R-rematch/distinfo | 6 |
4 files changed, 26 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index ed7fc93d948..08cf697d81a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2871 2019/07/30 22:58:20 brook Exp $ +# $NetBSD: Makefile,v 1.2872 2019/07/31 00:43:29 brook Exp $ # COMMENT= Development utilities @@ -36,6 +36,7 @@ SUBDIR+= R-memoise SUBDIR+= R-pkgconfig SUBDIR+= R-plogr SUBDIR+= R-proto +SUBDIR+= R-rematch SUBDIR+= R-repr SUBDIR+= R-rlang SUBDIR+= R-uuid diff --git a/devel/R-rematch/DESCR b/devel/R-rematch/DESCR new file mode 100644 index 00000000000..c2b773a559c --- /dev/null +++ b/devel/R-rematch/DESCR @@ -0,0 +1,2 @@ +A small wrapper on 'regexpr' to extract the matches and captured groups from +the match of a regular expression to a character vector. diff --git a/devel/R-rematch/Makefile b/devel/R-rematch/Makefile new file mode 100644 index 00000000000..28090909e03 --- /dev/null +++ b/devel/R-rematch/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 00:43:29 brook Exp $ + +CATEGORIES= devel R + +MAINTAINER= bacon@NetBSD.org +HOMEPAGE= http://cran.r-project.org/web/packages/gmp/ +COMMENT= Match regular expressions with a nicer API +LICENSE= mit + +R_PKGNAME= rematch +R_PKGVER= 1.0.1 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/R-rematch/distinfo b/devel/R-rematch/distinfo new file mode 100644 index 00000000000..6af9e6d4902 --- /dev/null +++ b/devel/R-rematch/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 00:43:29 brook Exp $ + +SHA1 (R/rematch_1.0.1.tar.gz) = 40cfa004420af09bb055635d94c0e652aab8ed02 +RMD160 (R/rematch_1.0.1.tar.gz) = 9ef9b693174b659f0063a9c408d5fbb26d75d07d +SHA512 (R/rematch_1.0.1.tar.gz) = b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1 +Size (R/rematch_1.0.1.tar.gz) = 3719 bytes |