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 01:26:54 UTC 2019

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

Log Message:
R-withr: initial commit.

A set of functions to run code 'with' safely and temporarily modified
global state. Many of these functions were originally a part of the
'devtools' package, this provides a simple package with limited
dependencies to provide access to these functions.


To generate a diff of this commit:
cvs rdiff -u -r1.2874 -r1.2875 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-withr/DESCR \
    pkgsrc/devel/R-withr/Makefile pkgsrc/devel/R-withr/distinfo
cvs rdiff -u -r1.3085 -r1.3086 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.2874 pkgsrc/devel/Makefile:1.2875
--- pkgsrc/devel/Makefile:1.2874        Wed Jul 31 01:24:09 2019
+++ pkgsrc/devel/Makefile       Wed Jul 31 01:26:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2874 2019/07/31 01:24:09 brook Exp $
+# $NetBSD: Makefile,v 1.2875 2019/07/31 01:26:53 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -42,6 +42,7 @@ SUBDIR+=      R-rio
 SUBDIR+=       R-rlang
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-uuid
+SUBDIR+=       R-withr
 SUBDIR+=       RBTools
 SUBDIR+=       RTFM
 SUBDIR+=       RTx-RightsMatrix

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3085 pkgsrc/doc/CHANGES-2019:1.3086
--- pkgsrc/doc/CHANGES-2019:1.3085      Wed Jul 31 01:24:09 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 01:26:53 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3085 2019/07/31 01:24:09 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3086 2019/07/31 01:26:53 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5042,3 +5042,4 @@ Changes to the packages collection and i
        Added devel/R-rematch version 1.0.1 [brook 2019-07-31]
        Added devel/R-rio version 0.5.16 [brook 2019-07-31]
        Added devel/R-tcltk2 version 1.2.11 [brook 2019-07-31]
+       Added devel/R-withr version 2.1.2 [brook 2019-07-31]

Added files:

Index: pkgsrc/devel/R-withr/DESCR
diff -u /dev/null pkgsrc/devel/R-withr/DESCR:1.1
--- /dev/null   Wed Jul 31 01:26:54 2019
+++ pkgsrc/devel/R-withr/DESCR  Wed Jul 31 01:26:54 2019
@@ -0,0 +1,4 @@
+A set of functions to run code 'with' safely and temporarily modified
+global state. Many of these functions were originally a part of the
+'devtools' package, this provides a simple package with limited
+dependencies to provide access to these functions.
Index: pkgsrc/devel/R-withr/Makefile
diff -u /dev/null pkgsrc/devel/R-withr/Makefile:1.1
--- /dev/null   Wed Jul 31 01:26:54 2019
+++ pkgsrc/devel/R-withr/Makefile       Wed Jul 31 01:26:54 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 01:26:54 brook Exp $
+
+CATEGORIES=    devel R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/withr/
+COMMENT=       Run code 'with' temporarily modified global state
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     withr
+R_PKGVER=      2.1.2
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-withr/distinfo
diff -u /dev/null pkgsrc/devel/R-withr/distinfo:1.1
--- /dev/null   Wed Jul 31 01:26:54 2019
+++ pkgsrc/devel/R-withr/distinfo       Wed Jul 31 01:26:54 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 01:26:54 brook Exp $
+
+SHA1 (R/withr_2.1.2.tar.gz) = f4b5b9914effc5789535e30fb6e63f92b3d8f033
+RMD160 (R/withr_2.1.2.tar.gz) = 410067839460a2579fad7a9ff4a3a9ea8766b9ce
+SHA512 (R/withr_2.1.2.tar.gz) = 23c521e2bfb241ebc6cdb0c6300f7531e28ab2ef2609aeef33459a7572b37dace8bf31370ab87cffe99bff54d51d37de453073e163a60e557097f7c5e5ce9560
+Size (R/withr_2.1.2.tar.gz) = 53578 bytes



Home | Main Index | Thread Index | Old Index