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/
15 lines
261 B
Makefile
15 lines
261 B
Makefile
# $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>
|