pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9173f4cc0d22
branches:  trunk
changeset: 337648:9173f4cc0d22
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:36:28 2019 +0000

description:
R-sys: initial commit

Drop-in replacements for the base system2() function with fine control
and consistent behavior across platforms. Supports clean interruption,
timeout, background tasks, and streaming STDIN / STDOUT / STDERR over
binary or text connections. Arguments on Windows automatically get
encoded and quoted to work on different locales.

diffstat:

 doc/CHANGES-2019        |   3 ++-
 sysutils/Makefile       |   3 ++-
 sysutils/R-sys/DESCR    |   5 +++++
 sysutils/R-sys/Makefile |  14 ++++++++++++++
 sysutils/R-sys/distinfo |   6 ++++++
 5 files changed, 29 insertions(+), 2 deletions(-)

diffs (68 lines):

diff -r 71db0b942ab6 -r 9173f4cc0d22 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:35:36 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:36:28 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3352 2019/08/09 18:35:36 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3353 2019/08/09 18:36:28 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5475,3 +5475,4 @@
        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 devel/R-rprojroot version 1.3.2 [brook 2019-08-09]
+       Added sysutils/R-sys version 3.2 [brook 2019-08-09]
diff -r 71db0b942ab6 -r 9173f4cc0d22 sysutils/Makefile
--- a/sysutils/Makefile Fri Aug 09 18:35:36 2019 +0000
+++ b/sysutils/Makefile Fri Aug 09 18:36:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.822 2019/07/31 13:40:17 brook Exp $
+# $NetBSD: Makefile,v 1.823 2019/08/09 18:36:28 brook Exp $
 #
 
 COMMENT=       System utilities
@@ -7,6 +7,7 @@
 SUBDIR+=       915resolution
 SUBDIR+=       9base
 SUBDIR+=       R-progress
+SUBDIR+=       R-sys
 SUBDIR+=       WCMCommander
 SUBDIR+=       accountsservice
 SUBDIR+=       acpica-utils
diff -r 71db0b942ab6 -r 9173f4cc0d22 sysutils/R-sys/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-sys/DESCR      Fri Aug 09 18:36:28 2019 +0000
@@ -0,0 +1,5 @@
+Drop-in replacements for the base system2() function with fine control
+and consistent behavior across platforms. Supports clean interruption,
+timeout, background tasks, and streaming STDIN / STDOUT / STDERR over
+binary or text connections. Arguments on Windows automatically get
+encoded and quoted to work on different locales.
diff -r 71db0b942ab6 -r 9173f4cc0d22 sysutils/R-sys/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-sys/Makefile   Fri Aug 09 18:36:28 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:36:29 brook Exp $
+
+R_PKGNAME=     sys
+R_PKGVER=      3.2
+CATEGORIES=    sysutils
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Powerful and reliable tools for running system commands in R
+LICENSE=       mit
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 71db0b942ab6 -r 9173f4cc0d22 sysutils/R-sys/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-sys/distinfo   Fri Aug 09 18:36:28 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:36:29 brook Exp $
+
+SHA1 (R/sys_3.2.tar.gz) = 36685cebcf49f89db0651befdce6a90b119ef03e
+RMD160 (R/sys_3.2.tar.gz) = c76b2d727f4674d8fd2dfc14aa10c2ef5bafb4c7
+SHA512 (R/sys_3.2.tar.gz) = e3849e993df7f1ed6f2e74cb7c0dbcdd3b80e320b3c2d9d5158e7b40544e5a463ade1c94d41745de32053e956ddeb75816f634121e1b5ee6f05854f9883a7dad
+Size (R/sys_3.2.tar.gz) = 18491 bytes



Home | Main Index | Thread Index | Old Index