pkgsrc-WIP-changes archive

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

R-rematch: Wrapper on regexpr to extract matches and captured groups



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Sep 24 11:18:34 2018 -0500
Changeset:	32bb5372e2f2e5c8062f05519301656eda0c840a

Modified Files:
	Makefile
Added Files:
	R-rematch/DESCR
	R-rematch/Makefile
	R-rematch/distinfo

Log Message:
R-rematch: Wrapper on regexpr to extract matches and captured groups

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=32bb5372e2f2e5c8062f05519301656eda0c840a

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

diffstat:
 Makefile           |  1 +
 R-rematch/DESCR    |  2 ++
 R-rematch/Makefile | 17 +++++++++++++++++
 R-rematch/distinfo |  6 ++++++
 4 files changed, 26 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d643231a67..04b3b13763 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ SUBDIR+=	R-graph
 SUBDIR+=	R-gsl
 SUBDIR+=	R-mclust
 SUBDIR+=	R-mpfr
+SUBDIR+=	R-rematch
 SUBDIR+=	R-rgdal
 SUBDIR+=	R-signal
 SUBDIR+=	R-tuneR
diff --git a/R-rematch/DESCR b/R-rematch/DESCR
new file mode 100644
index 0000000000..c2b773a559
--- /dev/null
+++ b/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/R-rematch/Makefile b/R-rematch/Makefile
new file mode 100644
index 0000000000..83aede7ea6
--- /dev/null
+++ b/R-rematch/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.3 2013/03/19 01:22:55 bubuchka Exp $
+
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	http://cran.r-project.org/web/packages/gmp/
+COMMENT=	Wrapper on regexpr to extract matches and captured groups
+LICENSE=	gnu-gpl-v2
+
+R_PKGNAME=	rematch
+R_PKGVER=	1.0.1
+
+# USE_LANGUAGES=	c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-rematch/distinfo b/R-rematch/distinfo
new file mode 100644
index 0000000000..65bfee1ad7
--- /dev/null
+++ b/R-rematch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index