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:           Fri Aug  9 16:22:31 UTC 2019

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

Log Message:
R-tidyselect: initial commit

A backend for the selecting functions of the 'tidyverse'. It makes it
easy to implement select-like functions in your own packages in a way
that is consistent with other 'tidyverse' interfaces for selection.


To generate a diff of this commit:
cvs rdiff -u -r1.2879 -r1.2880 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-tidyselect/DESCR \
    pkgsrc/devel/R-tidyselect/Makefile pkgsrc/devel/R-tidyselect/distinfo
cvs rdiff -u -r1.3334 -r1.3335 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.2879 pkgsrc/devel/Makefile:1.2880
--- pkgsrc/devel/Makefile:1.2879        Fri Aug  9 16:20:54 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 16:22:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2879 2019/08/09 16:20:54 brook Exp $
+# $NetBSD: Makefile,v 1.2880 2019/08/09 16:22:30 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -42,6 +42,7 @@ SUBDIR+=      R-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
 SUBDIR+=       R-tcltk2
+SUBDIR+=       R-tidyselect
 SUBDIR+=       R-uuid
 SUBDIR+=       R-withr
 SUBDIR+=       R-xfun

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3334 pkgsrc/doc/CHANGES-2019:1.3335
--- pkgsrc/doc/CHANGES-2019:1.3334      Fri Aug  9 16:20:54 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 16:22:30 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3334 2019/08/09 16:20:54 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3335 2019/08/09 16:22:30 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5457,3 +5457,4 @@ Changes to the packages collection and i
        Updated devel/bullet to 2.88 [nia 2019-08-09]
        Added graphics/mygui version 3.2.3.20190707 [nia 2019-08-09]
        Added devel/R-purrr version 0.3.2 [brook 2019-08-09]
+       Added devel/R-tidyselect version 0.2.5 [brook 2019-08-09]

Added files:

Index: pkgsrc/devel/R-tidyselect/DESCR
diff -u /dev/null pkgsrc/devel/R-tidyselect/DESCR:1.1
--- /dev/null   Fri Aug  9 16:22:31 2019
+++ pkgsrc/devel/R-tidyselect/DESCR     Fri Aug  9 16:22:30 2019
@@ -0,0 +1,3 @@
+A backend for the selecting functions of the 'tidyverse'. It makes it
+easy to implement select-like functions in your own packages in a way
+that is consistent with other 'tidyverse' interfaces for selection.
Index: pkgsrc/devel/R-tidyselect/Makefile
diff -u /dev/null pkgsrc/devel/R-tidyselect/Makefile:1.1
--- /dev/null   Fri Aug  9 16:22:31 2019
+++ pkgsrc/devel/R-tidyselect/Makefile  Fri Aug  9 16:22:30 2019
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 16:22:30 brook Exp $
+
+R_PKGNAME=     tidyselect
+R_PKGVER=      0.2.5
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Select from a set of strings
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-purrr>=0.3.2:../../devel/R-purrr
+DEPENDS+=      R-rlang>=0.2.2:../../devel/R-rlang
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-tidyselect/distinfo
diff -u /dev/null pkgsrc/devel/R-tidyselect/distinfo:1.1
--- /dev/null   Fri Aug  9 16:22:31 2019
+++ pkgsrc/devel/R-tidyselect/distinfo  Fri Aug  9 16:22:30 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 16:22:30 brook Exp $
+
+SHA1 (R/tidyselect_0.2.5.tar.gz) = de387a4e11504ac5cefac7b94aad8ee7c1c9528b
+RMD160 (R/tidyselect_0.2.5.tar.gz) = 1aeb06de875c0da14a68c2effe48e9ccec386ae3
+SHA512 (R/tidyselect_0.2.5.tar.gz) = f8561b23b56058ef5ab97c7f5f8bc66b5b35efcc90bb6f7b7b4bf02ba2271c7a4805121cf012e98058685def70b074cdefa0c85147986b9e31d2e4e8d79f479b
+Size (R/tidyselect_0.2.5.tar.gz) = 21883 bytes



Home | Main Index | Thread Index | Old Index