pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-cliapp devel/R-cliapp: import R-cliapp-0.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e88caa589435
branches:  trunk
changeset: 347535:e88caa589435
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 13 01:42:50 2020 +0000

description:
devel/R-cliapp: import R-cliapp-0.1.0

Create rich command line applications, with colors, headings, lists,
alerts, progress bars, etc. It uses CSS for custom themes.

diffstat:

 devel/R-cliapp/DESCR    |   2 ++
 devel/R-cliapp/Makefile |  27 +++++++++++++++++++++++++++
 devel/R-cliapp/distinfo |   6 ++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r c1d96936243b -r e88caa589435 devel/R-cliapp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cliapp/DESCR      Mon Jan 13 01:42:50 2020 +0000
@@ -0,0 +1,2 @@
+Create rich command line applications, with colors, headings, lists,
+alerts, progress bars, etc. It uses CSS for custom themes.
diff -r c1d96936243b -r e88caa589435 devel/R-cliapp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cliapp/Makefile   Mon Jan 13 01:42:50 2020 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2020/01/13 01:42:50 mef Exp $
+
+R_PKGNAME=     cliapp
+R_PKGVER=      0.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Create Rich Command Line Applications
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-fansi>=0.4.0:../../devel/R-fansi
+DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
+DEPENDS+=      R-xml2>=1.2.2nb1:../../textproc/R-xml2
+
+TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../sysutils/R-progress/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1d96936243b -r e88caa589435 devel/R-cliapp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cliapp/distinfo   Mon Jan 13 01:42:50 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/13 01:42:50 mef Exp $
+
+SHA1 (R/cliapp_0.1.0.tar.gz) = d6c731dabfb8ef6a6d168138223cc4c1cca3641e
+RMD160 (R/cliapp_0.1.0.tar.gz) = f5ab4963ec4a4a86380f0a16fb2c42b9a11ad4b5
+SHA512 (R/cliapp_0.1.0.tar.gz) = 0597defd0310fc2e8de7d6ea9ae16bb62fac3d0ebb13659e6d3dd3ee9a54182ea10dece629543c82ee205de0c5d0e840a39f47799c4b38713b6e0b2f4f7b9af9
+Size (R/cliapp_0.1.0.tar.gz) = 110795 bytes



Home | Main Index | Thread Index | Old Index