aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-crayon
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-09-30 06:44:33 +0000
committerWen Heping <wen@FreeBSD.org>2016-09-30 06:44:33 +0000
commit177971b450cbe961f059671bb3f2ccb190be7d19 (patch)
tree5493c0baffc5ed2da26f96d301d2d884136db64a /devel/R-cran-crayon
parent9e2ca25ffd2b44f9632b075be9b6b4f73de44f13 (diff)
Notes
Diffstat (limited to 'devel/R-cran-crayon')
-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
3 files changed, 26 insertions, 0 deletions
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/