pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cli



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Mar 13 17:02:17 UTC 2018

Added Files:
        pkgsrc/devel/R-cli: DESCR Makefile distinfo

Log Message:
devel/R-cli: Import version 1.0.0

A suite of tools designed to build attractive command line interfaces
(CLIs). Includes tools for drawing rules, boxes, trees, and Unicode
symbols with ASCII alternatives.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-cli/DESCR pkgsrc/devel/R-cli/Makefile \
    pkgsrc/devel/R-cli/distinfo

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

Added files:

Index: pkgsrc/devel/R-cli/DESCR
diff -u /dev/null pkgsrc/devel/R-cli/DESCR:1.1
--- /dev/null   Tue Mar 13 17:02:17 2018
+++ pkgsrc/devel/R-cli/DESCR    Tue Mar 13 17:02:17 2018
@@ -0,0 +1,3 @@
+A suite of tools designed to build attractive command line interfaces
+(CLIs). Includes tools for drawing rules, boxes, trees, and Unicode
+symbols with ASCII alternatives.
Index: pkgsrc/devel/R-cli/Makefile
diff -u /dev/null pkgsrc/devel/R-cli/Makefile:1.1
--- /dev/null   Tue Mar 13 17:02:17 2018
+++ pkgsrc/devel/R-cli/Makefile Tue Mar 13 17:02:17 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/03/13 17:02:17 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/r-lib/cli
+COMMENT=       Helpers for developing command line interfaces
+LICENSE=       mit
+
+R_PKGNAME=     cli
+R_PKGVER=      1.0.0
+
+DEPENDS+=      R-assertthat-[0-9]*:../../devel/R-assertthat
+DEPENDS+=      R-crayon-[0-9]*:../../devel/R-crayon
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.10
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-cli/distinfo
diff -u /dev/null pkgsrc/devel/R-cli/distinfo:1.1
--- /dev/null   Tue Mar 13 17:02:17 2018
+++ pkgsrc/devel/R-cli/distinfo Tue Mar 13 17:02:17 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/13 17:02:17 minskim Exp $
+
+SHA1 (R/cli_1.0.0.tar.gz) = bbe412e42eacf0d812e512d8e2d75682d3ac6cc2
+RMD160 (R/cli_1.0.0.tar.gz) = b555abdf59586b000679faf89c89e7b384f0b81a
+SHA512 (R/cli_1.0.0.tar.gz) = f13638756e06368f3b179faa81c1a3eadd13fa5865c62bd70e2006c0c63a1cde8a68fd9e07ce1dc38374c4d6fd51886a5618e8a2a198a213d74a7809c3fe383a
+Size (R/cli_1.0.0.tar.gz) = 1933874 bytes



Home | Main Index | Thread Index | Old Index