pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

R-progress: Configurable terminal-based progress bars



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Dec 25 08:41:33 2018 -0600
Changeset:	d13981fae666aed729237c22fc473e963f3cceeb

Modified Files:
	Makefile
Added Files:
	R-progress/DESCR
	R-progress/Makefile
	R-progress/buildlink3.mk
	R-progress/distinfo

Log Message:
R-progress: Configurable terminal-based progress bars

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d13981fae666aed729237c22fc473e963f3cceeb

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

diffstat:
 Makefile                 |  1 +
 R-progress/DESCR         |  5 +++++
 R-progress/Makefile      | 19 +++++++++++++++++++
 R-progress/buildlink3.mk | 22 ++++++++++++++++++++++
 R-progress/distinfo      |  6 ++++++
 5 files changed, 53 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 68120808f8..e3a0f88dff 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/R-progress/DESCR b/R-progress/DESCR
new file mode 100644
index 0000000000..b9ce2ea558
--- /dev/null
+++ b/R-progress/DESCR
@@ -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'.
diff --git a/R-progress/Makefile b/R-progress/Makefile
new file mode 100644
index 0000000000..d87bf63d75
--- /dev/null
+++ b/R-progress/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/R-progress/buildlink3.mk b/R-progress/buildlink3.mk
new file mode 100644
index 0000000000..3d2c08e2f7
--- /dev/null
+++ b/R-progress/buildlink3.mk
@@ -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
diff --git a/R-progress/distinfo b/R-progress/distinfo
new file mode 100644
index 0000000000..a1899144c1
--- /dev/null
+++ b/R-progress/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index