Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 03:06:03 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557341 - in head/devel: . R-cran-rematch2
Message-ID:  <202012090306.0B9363oe038777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Wed Dec  9 03:06:02 2020
New Revision: 557341
URL: https://svnweb.freebsd.org/changeset/ports/557341

Log:
  New port: devel/R-cran-rematch2: Tidy Output from Regular Expression Matching
  
  PR:		251679
  Approved by:	lwhsu

Added:
  head/devel/R-cran-rematch2/
  head/devel/R-cran-rematch2/Makefile   (contents, props changed)
  head/devel/R-cran-rematch2/distinfo   (contents, props changed)
  head/devel/R-cran-rematch2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Dec  9 03:04:46 2020	(r557340)
+++ head/devel/Makefile	Wed Dec  9 03:06:02 2020	(r557341)
@@ -72,6 +72,7 @@
     SUBDIR += R-cran-purrr
     SUBDIR += R-cran-randomForest
     SUBDIR += R-cran-registry
+    SUBDIR += R-cran-rematch2
     SUBDIR += R-cran-repr
     SUBDIR += R-cran-reshape
     SUBDIR += R-cran-reshape2

Added: head/devel/R-cran-rematch2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rematch2/Makefile	Wed Dec  9 03:06:02 2020	(r557341)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	rematch2
+DISTVERSION=	2.1.2
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	Tidy Output from Regular Expression Matching
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	R-cran-tibble>0:devel/R-cran-tibble
+TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
+		R-cran-testthat>0:devel/R-cran-testthat
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-rematch2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rematch2/distinfo	Wed Dec  9 03:06:02 2020	(r557341)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607405310
+SHA256 (rematch2_2.1.2.tar.gz) = fe9cbfe99dd7731a0a2a310900d999f80e7486775b67f3f8f388c30737faf7bb
+SIZE (rematch2_2.1.2.tar.gz) = 13366

Added: head/devel/R-cran-rematch2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rematch2/pkg-descr	Wed Dec  9 03:06:02 2020	(r557341)
@@ -0,0 +1,4 @@
+Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy data
+frames.
+
+WWW: https://github.com/r-lib/rematch2#readme



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012090306.0B9363oe038777>