aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-progress
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-05-15 07:25:22 +0000
committerWen Heping <wen@FreeBSD.org>2019-05-15 07:25:22 +0000
commitf9c26aaa942824943ca4636fd88be62a0293dbdc (patch)
treec093f6b291daa6bc156d66e876fd48bbbca82e07 /devel/R-cran-progress
parent3959e1ba9d53343327e26679aecc13321165aac6 (diff)
downloadports-f9c26aaa942824943ca4636fd88be62a0293dbdc.tar.gz
ports-f9c26aaa942824943ca4636fd88be62a0293dbdc.zip
Notes
Diffstat (limited to 'devel/R-cran-progress')
-rw-r--r--devel/R-cran-progress/Makefile22
-rw-r--r--devel/R-cran-progress/distinfo3
-rw-r--r--devel/R-cran-progress/pkg-descr7
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/R-cran-progress/Makefile b/devel/R-cran-progress/Makefile
new file mode 100644
index 000000000000..df84241e7453
--- /dev/null
+++ b/devel/R-cran-progress/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= progress
+PORTVERSION= 1.2.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Terminal Progress Bars
+
+LICENSE= MIT
+
+CRAN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
+ R-cran-hms>0:devel/R-cran-hms \
+ R-cran-prettyunits>0:devel/R-cran-prettyunits \
+ R-cran-crayon>0:devel/R-cran-crayon
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-progress/distinfo b/devel/R-cran-progress/distinfo
new file mode 100644
index 000000000000..127b58c59bb4
--- /dev/null
+++ b/devel/R-cran-progress/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1557903391
+SHA256 (progress_1.2.1.tar.gz) = 7401e86ff76bef4d26508b74ee8bd169a0377b2738d9ec79ebff0b7fd5c55326
+SIZE (progress_1.2.1.tar.gz) = 28289
diff --git a/devel/R-cran-progress/pkg-descr b/devel/R-cran-progress/pkg-descr
new file mode 100644
index 000000000000..597a109e05a2
--- /dev/null
+++ b/devel/R-cran-progress/pkg-descr
@@ -0,0 +1,7 @@
+Configurable Progress bars, they may include percentage, elapsed time,
+and/or the estimated completion time. They work in terminals, in 'Emacs'
+'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'.
+
+The package also provides a 'C++' 'API', that works with or without 'Rcpp'.
+
+WWW: https://cran.r-project.org/web/packages/progress/