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:36:29 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/R-sys: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3352 -r1.3353 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.822 -r1.823 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/R-sys/DESCR \
    pkgsrc/sysutils/R-sys/Makefile pkgsrc/sysutils/R-sys/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3352 pkgsrc/doc/CHANGES-2019:1.3353
--- pkgsrc/doc/CHANGES-2019:1.3352      Fri Aug  9 18:35:36 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:36:28 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.822 pkgsrc/sysutils/Makefile:1.823
--- pkgsrc/sysutils/Makefile:1.822      Wed Jul 31 13:40:17 2019
+++ pkgsrc/sysutils/Makefile    Fri Aug  9 18:36:28 2019
@@ -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+=        855resolution
 SUBDIR+=       915resolution
 SUBDIR+=       9base
 SUBDIR+=       R-progress
+SUBDIR+=       R-sys
 SUBDIR+=       WCMCommander
 SUBDIR+=       accountsservice
 SUBDIR+=       acpica-utils

Added files:

Index: pkgsrc/sysutils/R-sys/DESCR
diff -u /dev/null pkgsrc/sysutils/R-sys/DESCR:1.1
--- /dev/null   Fri Aug  9 18:36:29 2019
+++ pkgsrc/sysutils/R-sys/DESCR Fri Aug  9 18:36:29 2019
@@ -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.
Index: pkgsrc/sysutils/R-sys/Makefile
diff -u /dev/null pkgsrc/sysutils/R-sys/Makefile:1.1
--- /dev/null   Fri Aug  9 18:36:29 2019
+++ pkgsrc/sysutils/R-sys/Makefile      Fri Aug  9 18:36:29 2019
@@ -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"
Index: pkgsrc/sysutils/R-sys/distinfo
diff -u /dev/null pkgsrc/sysutils/R-sys/distinfo:1.1
--- /dev/null   Fri Aug  9 18:36:29 2019
+++ pkgsrc/sysutils/R-sys/distinfo      Fri Aug  9 18:36:29 2019
@@ -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