pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 00:43:29 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-rematch: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2871 -r1.2872 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-rematch/DESCR \
    pkgsrc/devel/R-rematch/Makefile pkgsrc/devel/R-rematch/distinfo
cvs rdiff -u -r1.3082 -r1.3083 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2871 pkgsrc/devel/Makefile:1.2872
--- pkgsrc/devel/Makefile:1.2871        Tue Jul 30 22:58:20 2019
+++ pkgsrc/devel/Makefile       Wed Jul 31 00:43:29 2019
@@ -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-memoise
 SUBDIR+=       R-pkgconfig
 SUBDIR+=       R-plogr
 SUBDIR+=       R-proto
+SUBDIR+=       R-rematch
 SUBDIR+=       R-repr
 SUBDIR+=       R-rlang
 SUBDIR+=       R-uuid

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3082 pkgsrc/doc/CHANGES-2019:1.3083
--- pkgsrc/doc/CHANGES-2019:1.3082      Tue Jul 30 22:58:20 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 00:43:29 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Added files:

Index: pkgsrc/devel/R-rematch/DESCR
diff -u /dev/null pkgsrc/devel/R-rematch/DESCR:1.1
--- /dev/null   Wed Jul 31 00:43:29 2019
+++ pkgsrc/devel/R-rematch/DESCR        Wed Jul 31 00:43:29 2019
@@ -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.
Index: pkgsrc/devel/R-rematch/Makefile
diff -u /dev/null pkgsrc/devel/R-rematch/Makefile:1.1
--- /dev/null   Wed Jul 31 00:43:29 2019
+++ pkgsrc/devel/R-rematch/Makefile     Wed Jul 31 00:43:29 2019
@@ -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"
Index: pkgsrc/devel/R-rematch/distinfo
diff -u /dev/null pkgsrc/devel/R-rematch/distinfo:1.1
--- /dev/null   Wed Jul 31 00:43:29 2019
+++ pkgsrc/devel/R-rematch/distinfo     Wed Jul 31 00:43:29 2019
@@ -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



Home | Main Index | Thread Index | Old Index