pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-sessioninfo: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da5b5c981db9
branches:  trunk
changeset: 399448:da5b5c981db9
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:34:34 2019 +0000

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

diffstat:

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

diffs (69 lines):

diff -r 25963da343b4 -r da5b5c981db9 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 18:33:40 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 18:34:34 2019 +0000
@@ -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-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
+SUBDIR+=       R-sessioninfo
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-tidyselect
 SUBDIR+=       R-uuid
diff -r 25963da343b4 -r da5b5c981db9 devel/R-sessioninfo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-sessioninfo/DESCR Fri Aug 09 18:34:34 2019 +0000
@@ -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.
diff -r 25963da343b4 -r da5b5c981db9 devel/R-sessioninfo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-sessioninfo/Makefile      Fri Aug 09 18:34:34 2019 +0000
@@ -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"
diff -r 25963da343b4 -r da5b5c981db9 devel/R-sessioninfo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-sessioninfo/distinfo      Fri Aug 09 18:34:34 2019 +0000
@@ -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
diff -r 25963da343b4 -r da5b5c981db9 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:33:40 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:34:34 2019 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index