View | Details | Raw Unified | Return to bug 213094
Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 20-25 Link Here
20
    SUBDIR += R-cran-caTools
20
    SUBDIR += R-cran-caTools
21
    SUBDIR += R-cran-caret
21
    SUBDIR += R-cran-caret
22
    SUBDIR += R-cran-chron
22
    SUBDIR += R-cran-chron
23
    SUBDIR += R-cran-crayon
23
    SUBDIR += R-cran-doParallel
24
    SUBDIR += R-cran-doParallel
24
    SUBDIR += R-cran-evaluate
25
    SUBDIR += R-cran-evaluate
25
    SUBDIR += R-cran-foreach
26
    SUBDIR += R-cran-foreach
(-)devel/R-cran-crayon/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	crayon
5
DISTVERSION=	1.3.2
6
CATEGORIES=	devel
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Colored Terminal Output
11
12
LICENSE=	MIT
13
14
USES=	cran:auto-plist
15
16
.include <bsd.port.mk>
(-)devel/R-cran-crayon/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1475167227
2
SHA256 (crayon_1.3.2.tar.gz) = 9a6b75d63c05fe64baf222f1921330ceb727924bcc5fc2753ff0528d42555e68
3
SIZE (crayon_1.3.2.tar.gz) = 656168
(-)devel/R-cran-crayon/pkg-descr (+9 lines)
Line 0 Link Here
1
crayon: Colored Terminal Output
2
3
Colored terminal output on terminals that support 'ANSI' color and 
4
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is 
5
automatically detected. Colors and highlighting can be combined and 
6
nested. New styles can also be created easily. This package was inspired 
7
by the 'chalk' 'JavaScript' project.
8
9
WWW: http://cran.r-project.org/web/packages/crayon/

Return to bug 213094