- Add new port: devel/R-cran-pillar

Provides a 'pillar' generic designed for formatting columns of data
  using the full range of colours provided by modern terminals.

  WWW: https://cran.r-project.org/web/packages/pillar/
This commit is contained in:
TAKATSU Tomonari 2018-03-12 10:05:34 +00:00
parent 2349a17d40
commit 735addf8d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464244
4 changed files with 31 additions and 0 deletions

View File

@ -43,6 +43,7 @@
SUBDIR += R-cran-magrittr
SUBDIR += R-cran-memoise
SUBDIR += R-cran-microbenchmark
SUBDIR += R-cran-pillar
SUBDIR += R-cran-pkgconfig
SUBDIR += R-cran-pkgmaker
SUBDIR += R-cran-plogr

View File

@ -0,0 +1,23 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= pillar
PORTVERSION= 1.2.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Coloured Formatting for Columns
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-cli>=1.0.0:devel/R-cran-cli \
R-cran-crayon>=1.3.4:devel/R-cran-crayon \
R-cran-rlang>=0.2.0:devel/R-cran-rlang \
R-cran-utf8>=1.1.3:textproc/R-cran-utf8
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520838951
SHA256 (pillar_1.2.1.tar.gz) = 6de997a43416f436039f2b8b47c46ea08d2508f8ad341e0e1fd878704a3dcde7
SIZE (pillar_1.2.1.tar.gz) = 54830

View File

@ -0,0 +1,4 @@
Provides a 'pillar' generic designed for formatting columns of data
using the full range of colours provided by modern terminals.
WWW: https://cran.r-project.org/web/packages/pillar/