- 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:
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
|
@ -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
|
||||
|
|
15
devel/R-cran-fansi/Makefile
Normal file
15
devel/R-cran-fansi/Makefile
Normal 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>
|
3
devel/R-cran-fansi/distinfo
Normal file
3
devel/R-cran-fansi/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1531989047
|
||||
SHA256 (fansi_0.2.3.tar.gz) = db6dfef8bfe6682d58b654b6a6a1d59cb07225ca41755176b465ab8611fd96c9
|
||||
SIZE (fansi_0.2.3.tar.gz) = 183361
|
4
devel/R-cran-fansi/pkg-descr
Normal file
4
devel/R-cran-fansi/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue