Index: devel/Makefile =================================================================== --- devel/Makefile (revision 422933) +++ devel/Makefile (working copy) @@ -20,6 +20,7 @@ SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron + SUBDIR += R-cran-crayon SUBDIR += R-cran-doParallel SUBDIR += R-cran-evaluate SUBDIR += R-cran-foreach Index: devel/R-cran-crayon/Makefile =================================================================== --- devel/R-cran-crayon/Makefile (nonexistent) +++ devel/R-cran-crayon/Makefile (working copy) @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= crayon +DISTVERSION= 1.3.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Colored Terminal Output + +LICENSE= MIT + +USES= cran:auto-plist + +.include Index: devel/R-cran-crayon/distinfo =================================================================== --- devel/R-cran-crayon/distinfo (nonexistent) +++ devel/R-cran-crayon/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475167227 +SHA256 (crayon_1.3.2.tar.gz) = 9a6b75d63c05fe64baf222f1921330ceb727924bcc5fc2753ff0528d42555e68 +SIZE (crayon_1.3.2.tar.gz) = 656168 Index: devel/R-cran-crayon/pkg-descr =================================================================== --- devel/R-cran-crayon/pkg-descr (nonexistent) +++ devel/R-cran-crayon/pkg-descr (working copy) @@ -0,0 +1,9 @@ +crayon: Colored Terminal Output + +Colored terminal output on terminals that support 'ANSI' color and +highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is +automatically detected. Colors and highlighting can be combined and +nested. New styles can also be created easily. This package was inspired +by the 'chalk' 'JavaScript' project. + +WWW: http://cran.r-project.org/web/packages/crayon/