R-progress: Configurable terminal-based progress bars

This commit is contained in:
Jason Bacon 2018-12-25 08:41:33 -06:00
parent 1e061763d0
commit d13981fae6
5 changed files with 53 additions and 0 deletions

View File

@ -58,6 +58,7 @@ SUBDIR+= R-mclust
SUBDIR+= R-mpfr
SUBDIR+= R-np
SUBDIR+= R-optparse
SUBDIR+= R-progress
SUBDIR+= R-quantreg
SUBDIR+= R-readxl
SUBDIR+= R-rematch

5
R-progress/DESCR Normal file
View File

@ -0,0 +1,5 @@
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'.

19
R-progress/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/progress/
COMMENT= Configurable terminal-based progress bars
# TODO: LICENSE= MIT + file LICENSE
R_PKGNAME= progress
R_PKGVER= 1.2.0
DEPENDS+= R-hms>=0.4.2:../../wip/R-hms
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

22
R-progress/buildlink3.mk Normal file
View File

@ -0,0 +1,22 @@
# $NetBSD$
# XXX
# XXX This file was created automatically using createbuildlink-3.17.
# XXX After this file has been verified as correct, the comment lines
# XXX beginning with "XXX" should be removed. Please do not commit
# XXX unverified buildlink3.mk files.
# XXX
# XXX Packages that only install static libraries or headers should
# XXX include the following line:
# XXX
# XXX BUILDLINK_DEPMETHOD.R-progress?= build
BUILDLINK_TREE+= R-progress
.if !defined(R_PROGRESS_BUILDLINK3_MK)
R_PROGRESS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.R-progress+= R-progress>=1.2.0
BUILDLINK_PKGSRCDIR.R-progress?= ../../wip/R-progress
.endif # R_PROGRESS_BUILDLINK3_MK
BUILDLINK_TREE+= -R-progress

6
R-progress/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (R/progress_1.2.0.tar.gz) = 8ebb5d04650578e017298bd1cb910f5eac82c6d2
RMD160 (R/progress_1.2.0.tar.gz) = b94e6e28a44fb915e041557dd5d0cd2d41c2823c
SHA512 (R/progress_1.2.0.tar.gz) = a32a695017cd19b3050e907e3f41f8e4de0b1b278e6b1a753660fa7f8a2716df47506312726e9f7040cf81a506e12a9645b57b735ddf8e1391115251b0d46ea8
Size (R/progress_1.2.0.tar.gz) = 27369 bytes