pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-withr: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ab9568c380d
branches:  trunk
changeset: 398807:9ab9568c380d
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 01:26:53 2019 +0000

description:
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.

diffstat:

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

diffs (69 lines):

diff -r eddb60c57250 -r 9ab9568c380d devel/Makefile
--- a/devel/Makefile    Wed Jul 31 01:24:09 2019 +0000
+++ b/devel/Makefile    Wed Jul 31 01:26:53 2019 +0000
@@ -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-rlang
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-uuid
+SUBDIR+=       R-withr
 SUBDIR+=       RBTools
 SUBDIR+=       RTFM
 SUBDIR+=       RTx-RightsMatrix
diff -r eddb60c57250 -r 9ab9568c380d devel/R-withr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-withr/DESCR       Wed Jul 31 01:26:53 2019 +0000
@@ -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.
diff -r eddb60c57250 -r 9ab9568c380d devel/R-withr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-withr/Makefile    Wed Jul 31 01:26:53 2019 +0000
@@ -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"
diff -r eddb60c57250 -r 9ab9568c380d devel/R-withr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-withr/distinfo    Wed Jul 31 01:26:53 2019 +0000
@@ -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
diff -r eddb60c57250 -r 9ab9568c380d doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 01:24:09 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 01:26:53 2019 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index