From owner-svn-ports-all@freebsd.org Wed Dec 9 03:06:04 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17A5C4B52DD; Wed, 9 Dec 2020 03:06:04 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CrMPm061nz3q9k; Wed, 9 Dec 2020 03:06:04 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAE071F625; Wed, 9 Dec 2020 03:06:03 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B9363o7038781; Wed, 9 Dec 2020 03:06:03 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B9363oe038777; Wed, 9 Dec 2020 03:06:03 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202012090306.0B9363oe038777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 9 Dec 2020 03:06:03 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/devel: . R-cran-rematch2 X-SVN-Commit-Revision: 557341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2020 03:06:04 -0000 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 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