Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 08:35:06 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464236 - in head/devel: . R-cran-cli
Message-ID:  <201803120835.w2C8Z69D038287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Mon Mar 12 08:35:06 2018
New Revision: 464236
URL: https://svnweb.freebsd.org/changeset/ports/464236

Log:
  - Add new port: devel/R-cran-cli
  
    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/

Added:
  head/devel/R-cran-cli/
  head/devel/R-cran-cli/Makefile   (contents, props changed)
  head/devel/R-cran-cli/distinfo   (contents, props changed)
  head/devel/R-cran-cli/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 12 08:34:50 2018	(r464235)
+++ head/devel/Makefile	Mon Mar 12 08:35:06 2018	(r464236)
@@ -23,6 +23,7 @@
     SUBDIR += R-cran-caTools
     SUBDIR += R-cran-caret
     SUBDIR += R-cran-chron
+    SUBDIR += R-cran-cli
     SUBDIR += R-cran-crayon
     SUBDIR += R-cran-data.table
     SUBDIR += R-cran-doParallel

Added: head/devel/R-cran-cli/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-cli/Makefile	Mon Mar 12 08:35:06 2018	(r464236)
@@ -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>

Added: head/devel/R-cran-cli/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-cli/distinfo	Mon Mar 12 08:35:06 2018	(r464236)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520839801
+SHA256 (cli_1.0.0.tar.gz) = 8fa3dbfc954ca61b8510f767ede9e8a365dac2ef95fe87c715a0f37d721b5a1d
+SIZE (cli_1.0.0.tar.gz) = 1933874

Added: head/devel/R-cran-cli/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-cli/pkg-descr	Mon Mar 12 08:35:06 2018	(r464236)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803120835.w2C8Z69D038287>