svn commit: r558423 - in head/devel: . R-cran-brio
Guangyuan Yang
ygy at FreeBSD.org
Sat Dec 19 03:52:29 UTC 2020
Author: ygy (doc committer)
Date: Sat Dec 19 03:52:27 2020
New Revision: 558423
URL: https://svnweb.freebsd.org/changeset/ports/558423
Log:
new port: devel/R-cran-brio: Basic R Input Output
PR: 251811
Approved by: lwhsu
Added:
head/devel/R-cran-brio/
head/devel/R-cran-brio/Makefile (contents, props changed)
head/devel/R-cran-brio/distinfo (contents, props changed)
head/devel/R-cran-brio/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Dec 19 03:35:48 2020 (r558422)
+++ head/devel/Makefile Sat Dec 19 03:52:27 2020 (r558423)
@@ -22,6 +22,7 @@
SUBDIR += R-cran-bit
SUBDIR += R-cran-bit64
SUBDIR += R-cran-bitops
+ SUBDIR += R-cran-brio
SUBDIR += R-cran-broom
SUBDIR += R-cran-caTools
SUBDIR += R-cran-caret
Added: head/devel/R-cran-brio/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-brio/Makefile Sat Dec 19 03:52:27 2020 (r558423)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= brio
+DISTVERSION= 1.1.0
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy at FreeBSD.org
+COMMENT= Basic R Input Output
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-testthat>=2.1.0:devel/R-cran-testthat
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-brio/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-brio/distinfo Sat Dec 19 03:52:27 2020 (r558423)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608300467
+SHA256 (brio_1.1.0.tar.gz) = 6bb3a3b47bea13f1a1e3dcdc8b9f688502643e4b40a481a34aa04a261aabea38
+SIZE (brio_1.1.0.tar.gz) = 11610
Added: head/devel/R-cran-brio/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-brio/pkg-descr Sat Dec 19 03:52:27 2020 (r558423)
@@ -0,0 +1,5 @@
+Functions to handle basic input output, these functions always read and write
+UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit
+control over line endings.
+
+WWW: https://github.com/r-lib/brio
More information about the svn-ports-all
mailing list