aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2019-09-24 16:43:18 +0800
committertota <tota@FreeBSD.org>2019-09-24 16:43:18 +0800
commit2482e953a5ff98544550b49697af78b612374b21 (patch)
treebf9b45888319e44510776ac336140bbc141c9622 /devel/Makefile
parent686c63cfab5ccec4cd4d51d08e55a9acb059e30d (diff)
downloadfreebsd-ports-gnome-2482e953a5ff98544550b49697af78b612374b21.tar.gz
freebsd-ports-gnome-2482e953a5ff98544550b49697af78b612374b21.tar.zst
freebsd-ports-gnome-2482e953a5ff98544550b49697af78b612374b21.zip
- Add new port: devel/R-cran-sys
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. WWW: https://cran.r-project.org/web/packages/sys/
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5eed5e9f8fef..29a0f29419db 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -77,6 +77,7 @@
SUBDIR += R-cran-rstudioapi
SUBDIR += R-cran-sfsmisc
SUBDIR += R-cran-sourcetools
+ SUBDIR += R-cran-sys
SUBDIR += R-cran-testthat
SUBDIR += R-cran-tibble
SUBDIR += R-cran-tidyr