svn commit: r480551 - in head/textproc: . R-cran-rematch
David Naylor
dbn at FreeBSD.org
Mon Sep 24 07:04:17 UTC 2018
Author: dbn
Date: Mon Sep 24 07:04:15 2018
New Revision: 480551
URL: https://svnweb.freebsd.org/changeset/ports/480551
Log:
textproc/R-cran-rematch: Match Regular Expressions with a Nicer 'API'
Generated by: portcran (0.1.8)
Added:
head/textproc/R-cran-rematch/
head/textproc/R-cran-rematch/Makefile (contents, props changed)
head/textproc/R-cran-rematch/distinfo (contents, props changed)
head/textproc/R-cran-rematch/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Sep 24 07:02:16 2018 (r480550)
+++ head/textproc/Makefile Mon Sep 24 07:04:15 2018 (r480551)
@@ -17,6 +17,7 @@
SUBDIR += R-cran-openxlsx
SUBDIR += R-cran-pystr
SUBDIR += R-cran-readr
+ SUBDIR += R-cran-rematch
SUBDIR += R-cran-rmarkdown
SUBDIR += R-cran-stringi
SUBDIR += R-cran-stringr
Added: head/textproc/R-cran-rematch/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-rematch/Makefile Mon Sep 24 07:04:15 2018 (r480551)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= rematch
+DISTVERSION= 1.0.1
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn at FreeBSD.org
+COMMENT= Match Regular Expressions with a Nicer 'API'
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/textproc/R-cran-rematch/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-rematch/distinfo Mon Sep 24 07:04:15 2018 (r480551)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537772530
+SHA256 (rematch_1.0.1.tar.gz) = a409dec978cd02914cdddfedc974d9b45bd2975a124d8870d52cfd7d37d47578
+SIZE (rematch_1.0.1.tar.gz) = 3719
Added: head/textproc/R-cran-rematch/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-rematch/pkg-descr Mon Sep 24 07:04:15 2018 (r480551)
@@ -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
More information about the svn-ports-all
mailing list