diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-03-12 08:35:06 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-03-12 08:35:06 +0000 |
commit | 781ec3cca43f76744a41591206928f93171c88f9 (patch) | |
tree | dc52ccebd416b8258cc7b6c91889fc5be132f6ca /devel/R-cran-cli | |
parent | 8b6483ca3cbbdafdc25c68b44b8c1e0918b6388c (diff) | |
download | ports-781ec3cca43f76744a41591206928f93171c88f9.tar.gz ports-781ec3cca43f76744a41591206928f93171c88f9.zip |
Notes
Diffstat (limited to 'devel/R-cran-cli')
-rw-r--r-- | devel/R-cran-cli/Makefile | 21 | ||||
-rw-r--r-- | devel/R-cran-cli/distinfo | 3 | ||||
-rw-r--r-- | devel/R-cran-cli/pkg-descr | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/R-cran-cli/Makefile b/devel/R-cran-cli/Makefile new file mode 100644 index 000000000000..e2a896a0d4ea --- /dev/null +++ b/devel/R-cran-cli/Makefile @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cli +PORTVERSION= 1.0.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Helpers for Developing Command Line Interfaces + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ + R-cran-crayon>0:devel/R-cran-crayon +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/devel/R-cran-cli/distinfo b/devel/R-cran-cli/distinfo new file mode 100644 index 000000000000..4ed7b6b1515b --- /dev/null +++ b/devel/R-cran-cli/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520839801 +SHA256 (cli_1.0.0.tar.gz) = 8fa3dbfc954ca61b8510f767ede9e8a365dac2ef95fe87c715a0f37d721b5a1d +SIZE (cli_1.0.0.tar.gz) = 1933874 diff --git a/devel/R-cran-cli/pkg-descr b/devel/R-cran-cli/pkg-descr new file mode 100644 index 000000000000..4d3fc6a9706d --- /dev/null +++ b/devel/R-cran-cli/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: https://cran.r-project.org/web/packages/cli/ |