aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2016-09-30 14:44:33 +0800
committerwen <wen@FreeBSD.org>2016-09-30 14:44:33 +0800
commiteceb49b82593db8efc062911f10cdbe89a42d5f1 (patch)
tree5493c0baffc5ed2da26f96d301d2d884136db64a /devel
parenta9153246679310e9b065094397f7acd3ca2fc48b (diff)
downloadfreebsd-ports-gnome-eceb49b82593db8efc062911f10cdbe89a42d5f1.tar.gz
freebsd-ports-gnome-eceb49b82593db8efc062911f10cdbe89a42d5f1.tar.zst
freebsd-ports-gnome-eceb49b82593db8efc062911f10cdbe89a42d5f1.zip
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/ PR: 213094 Submitted by: pfg@
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-crayon/Makefile16
-rw-r--r--devel/R-cran-crayon/distinfo3
-rw-r--r--devel/R-cran-crayon/pkg-descr7
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c2c3e6da829a..a3480a9ecfa5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/R-cran-crayon/Makefile b/devel/R-cran-crayon/Makefile
new file mode 100644
index 000000000000..f0587218a10d
--- /dev/null
+++ b/devel/R-cran-crayon/Makefile
@@ -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 <bsd.port.mk>
diff --git a/devel/R-cran-crayon/distinfo b/devel/R-cran-crayon/distinfo
new file mode 100644
index 000000000000..5e56fd33a21d
--- /dev/null
+++ b/devel/R-cran-crayon/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475217125
+SHA256 (crayon_1.3.2.tar.gz) = 9a6b75d63c05fe64baf222f1921330ceb727924bcc5fc2753ff0528d42555e68
+SIZE (crayon_1.3.2.tar.gz) = 656168
diff --git a/devel/R-cran-crayon/pkg-descr b/devel/R-cran-crayon/pkg-descr
new file mode 100644
index 000000000000..00b92d2dbd41
--- /dev/null
+++ b/devel/R-cran-crayon/pkg-descr
@@ -0,0 +1,7 @@
+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/