- 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:
parent
2349a17d40
commit
735addf8d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464244
@ -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
|
||||
|
23
devel/R-cran-pillar/Makefile
Normal file
23
devel/R-cran-pillar/Makefile
Normal 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>
|
3
devel/R-cran-pillar/distinfo
Normal file
3
devel/R-cran-pillar/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1520838951
|
||||
SHA256 (pillar_1.2.1.tar.gz) = 6de997a43416f436039f2b8b47c46ea08d2508f8ad341e0e1fd878704a3dcde7
|
||||
SIZE (pillar_1.2.1.tar.gz) = 54830
|
4
devel/R-cran-pillar/pkg-descr
Normal file
4
devel/R-cran-pillar/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user