textproc/R-cran-rematch: Match Regular Expressions with a Nicer 'API'

Generated by:	portcran (0.1.8)
This commit is contained in:
David Naylor 2018-09-24 07:04:15 +00:00
parent 793f2400d7
commit 09d12d3243
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480551
4 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1537772530
SHA256 (rematch_1.0.1.tar.gz) = a409dec978cd02914cdddfedc974d9b45bd2975a124d8870d52cfd7d37d47578
SIZE (rematch_1.0.1.tar.gz) = 3719

View File

@ -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