aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-rematch
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-09-24 07:04:15 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-09-24 07:04:15 +0000
commit09d12d3243e54b1dfd13c76ccd949678cb53d3d0 (patch)
tree483f47a9a0d7e43b74cab60c3cd3cb6ea852312a /textproc/R-cran-rematch
parent793f2400d7c79265e3350521b04d44aeb2a494c2 (diff)
downloadports-09d12d3243e54b1dfd13c76ccd949678cb53d3d0.tar.gz
ports-09d12d3243e54b1dfd13c76ccd949678cb53d3d0.zip
textproc/R-cran-rematch: Match Regular Expressions with a Nicer 'API'
Generated by: portcran (0.1.8)
Notes
Notes: svn path=/head/; revision=480551
Diffstat (limited to 'textproc/R-cran-rematch')
-rw-r--r--textproc/R-cran-rematch/Makefile16
-rw-r--r--textproc/R-cran-rematch/distinfo3
-rw-r--r--textproc/R-cran-rematch/pkg-descr4
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/R-cran-rematch/Makefile b/textproc/R-cran-rematch/Makefile
new file mode 100644
index 000000000000..54ea63fdd367
--- /dev/null
+++ b/textproc/R-cran-rematch/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= rematch
+DISTVERSION= 1.0.1
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn@FreeBSD.org
+COMMENT= Match Regular Expressions with a Nicer 'API'
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/textproc/R-cran-rematch/distinfo b/textproc/R-cran-rematch/distinfo
new file mode 100644
index 000000000000..a23f9f4703e3
--- /dev/null
+++ b/textproc/R-cran-rematch/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537772530
+SHA256 (rematch_1.0.1.tar.gz) = a409dec978cd02914cdddfedc974d9b45bd2975a124d8870d52cfd7d37d47578
+SIZE (rematch_1.0.1.tar.gz) = 3719
diff --git a/textproc/R-cran-rematch/pkg-descr b/textproc/R-cran-rematch/pkg-descr
new file mode 100644
index 000000000000..e4582cb8f13d
--- /dev/null
+++ b/textproc/R-cran-rematch/pkg-descr
@@ -0,0 +1,4 @@
+A small wrapper on 'regexpr' to extract the matches and captured groups from
+the match of a regular expression to a character vector.
+
+WWW: https://github.com/MangoTheCat/rematch