pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4878cd5f213a
branches:  trunk
changeset: 398804:4878cd5f213a
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 00:43:29 2019 +0000

description:
Initial commit

A small wrapper on 'regexpr' to extract the matches and captured
groups from the match of a regular expression to a character vector.

diffstat:

 devel/Makefile           |   3 ++-
 devel/R-rematch/DESCR    |   2 ++
 devel/R-rematch/Makefile |  16 ++++++++++++++++
 devel/R-rematch/distinfo |   6 ++++++
 doc/CHANGES-2019         |   3 ++-
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r 0ef9d4c79074 -r 4878cd5f213a devel/Makefile
--- a/devel/Makefile    Tue Jul 30 22:58:20 2019 +0000
+++ b/devel/Makefile    Wed Jul 31 00:43:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2871 2019/07/30 22:58:20 brook Exp $
+# $NetBSD: Makefile,v 1.2872 2019/07/31 00:43:29 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -36,6 +36,7 @@
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto
+SUBDIR+=       R-rematch
 SUBDIR+=       R-repr
 SUBDIR+=       R-rlang
 SUBDIR+=       R-uuid
diff -r 0ef9d4c79074 -r 4878cd5f213a devel/R-rematch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rematch/DESCR     Wed Jul 31 00:43:29 2019 +0000
@@ -0,0 +1,2 @@
+A small wrapper on 'regexpr' to extract the matches and captured groups from
+the match of a regular expression to a character vector.
diff -r 0ef9d4c79074 -r 4878cd5f213a devel/R-rematch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rematch/Makefile  Wed Jul 31 00:43:29 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 00:43:29 brook Exp $
+
+CATEGORIES=    devel R
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      http://cran.r-project.org/web/packages/gmp/
+COMMENT=       Match regular expressions with a nicer API
+LICENSE=       mit
+
+R_PKGNAME=     rematch
+R_PKGVER=      1.0.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0ef9d4c79074 -r 4878cd5f213a devel/R-rematch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rematch/distinfo  Wed Jul 31 00:43:29 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 00:43:29 brook Exp $
+
+SHA1 (R/rematch_1.0.1.tar.gz) = 40cfa004420af09bb055635d94c0e652aab8ed02
+RMD160 (R/rematch_1.0.1.tar.gz) = 9ef9b693174b659f0063a9c408d5fbb26d75d07d
+SHA512 (R/rematch_1.0.1.tar.gz) = b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1
+Size (R/rematch_1.0.1.tar.gz) = 3719 bytes
diff -r 0ef9d4c79074 -r 4878cd5f213a doc/CHANGES-2019
--- a/doc/CHANGES-2019  Tue Jul 30 22:58:20 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 00:43:29 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3082 2019/07/30 22:58:20 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3083 2019/07/31 00:43:29 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5039,3 +5039,4 @@
        Added devel/R-checkmate version 1.9.4 [brook 2019-07-30]
        Added devel/R-checkmate version 1.9.4 [brook 2019-07-30]
        Added devel/R-clipr version 0.7.0 [brook 2019-07-30]
+       Added devel/R-rematch version 1.0.1 [brook 2019-07-31]



Home | Main Index | Thread Index | Old Index