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

Counterparts to R string manipulation functions that account for
  the effects of ANSI text formatting control sequences.

  WWW: https://cran.r-project.org/web/packages/fansi/
This commit is contained in:
TAKATSU Tomonari 2018-07-19 10:14:26 +00:00
parent eecc0c50ca
commit a72cb53134
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474955
4 changed files with 23 additions and 0 deletions

View file

@ -31,6 +31,7 @@
SUBDIR += R-cran-data.table
SUBDIR += R-cran-doParallel
SUBDIR += R-cran-evaluate
SUBDIR += R-cran-fansi
SUBDIR += R-cran-foreach
SUBDIR += R-cran-gbm
SUBDIR += R-cran-gdata

View file

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= fansi
PORTVERSION= 0.2.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= ANSI Control Sequence Aware String Functions
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1531989047
SHA256 (fansi_0.2.3.tar.gz) = db6dfef8bfe6682d58b654b6a6a1d59cb07225ca41755176b465ab8611fd96c9
SIZE (fansi_0.2.3.tar.gz) = 183361

View file

@ -0,0 +1,4 @@
Counterparts to R string manipulation functions that account for
the effects of ANSI text formatting control sequences.
WWW: https://cran.r-project.org/web/packages/fansi/