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 18:34:34 UTC 2019

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

Log Message:
R-sessioninfo: initial commit

Query and print information about the current R session. It is similar
to 'utils::sessionInfo()', but includes more information about
packages, and where they were installed from.


To generate a diff of this commit:
cvs rdiff -u -r1.2884 -r1.2885 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-sessioninfo/DESCR \
    pkgsrc/devel/R-sessioninfo/Makefile pkgsrc/devel/R-sessioninfo/distinfo
cvs rdiff -u -r1.3350 -r1.3351 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.2884 pkgsrc/devel/Makefile:1.2885
--- pkgsrc/devel/Makefile:1.2884        Fri Aug  9 18:33:40 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 18:34:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2884 2019/08/09 18:33:40 brook Exp $
+# $NetBSD: Makefile,v 1.2885 2019/08/09 18:34:34 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -44,6 +44,7 @@ SUBDIR+=      R-remotes
 SUBDIR+=       R-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
+SUBDIR+=       R-sessioninfo
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-tidyselect
 SUBDIR+=       R-uuid

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3350 pkgsrc/doc/CHANGES-2019:1.3351
--- pkgsrc/doc/CHANGES-2019:1.3350      Fri Aug  9 18:33:40 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:34:34 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3350 2019/08/09 18:33:40 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3351 2019/08/09 18:34:34 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5473,3 +5473,4 @@ Changes to the packages collection and i
        Added textproc/R-commonmark version 1.7 [brook 2019-08-09]
        Added textproc/R-brew version 1.0.6 [brook 2019-08-09]
        Added devel/R-remotes version 2.1.0 [brook 2019-08-09]
+       Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09]

Added files:

Index: pkgsrc/devel/R-sessioninfo/DESCR
diff -u /dev/null pkgsrc/devel/R-sessioninfo/DESCR:1.1
--- /dev/null   Fri Aug  9 18:34:34 2019
+++ pkgsrc/devel/R-sessioninfo/DESCR    Fri Aug  9 18:34:34 2019
@@ -0,0 +1,3 @@
+Query and print information about the current R session. It is similar
+to 'utils::sessionInfo()', but includes more information about
+packages, and where they were installed from.
Index: pkgsrc/devel/R-sessioninfo/Makefile
diff -u /dev/null pkgsrc/devel/R-sessioninfo/Makefile:1.1
--- /dev/null   Fri Aug  9 18:34:34 2019
+++ pkgsrc/devel/R-sessioninfo/Makefile Fri Aug  9 18:34:34 2019
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:34:34 brook Exp $
+
+R_PKGNAME=     sessioninfo
+R_PKGVER=      1.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       R session information
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-sessioninfo/distinfo
diff -u /dev/null pkgsrc/devel/R-sessioninfo/distinfo:1.1
--- /dev/null   Fri Aug  9 18:34:34 2019
+++ pkgsrc/devel/R-sessioninfo/distinfo Fri Aug  9 18:34:34 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:34:34 brook Exp $
+
+SHA1 (R/sessioninfo_1.1.1.tar.gz) = f3ec48d09d91d4f7b03a09aded4a5bc9db7c9d42
+RMD160 (R/sessioninfo_1.1.1.tar.gz) = 51d9677259691931ef6b5984fe37259f2e313b8f
+SHA512 (R/sessioninfo_1.1.1.tar.gz) = 1bf174a5b98b53fca18572334c4084c3104ea0e85de073c7e0ec12b0e66b7b3d9ccd7f1a1d1e507b29e6b5817a80e11c7c6fd147aeac424a9ca6e8587a577caa
+Size (R/sessioninfo_1.1.1.tar.gz) = 46027 bytes



Home | Main Index | Thread Index | Old Index