svn commit: r422960 - in head/devel: . R-cran-crayon

Wen Heping wen at FreeBSD.org
Fri Sep 30 06:44:35 UTC 2016


Author: wen
Date: Fri Sep 30 06:44:33 2016
New Revision: 422960
URL: https://svnweb.freebsd.org/changeset/ports/422960

Log:
  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@

Added:
  head/devel/R-cran-crayon/
  head/devel/R-cran-crayon/Makefile   (contents, props changed)
  head/devel/R-cran-crayon/distinfo   (contents, props changed)
  head/devel/R-cran-crayon/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 30 06:24:27 2016	(r422959)
+++ head/devel/Makefile	Fri Sep 30 06:44:33 2016	(r422960)
@@ -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

Added: head/devel/R-cran-crayon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-crayon/Makefile	Fri Sep 30 06:44:33 2016	(r422960)
@@ -0,0 +1,16 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME=	crayon
+DISTVERSION=	1.3.2
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	pfg at FreeBSD.org
+COMMENT=	Colored Terminal Output
+
+LICENSE=	MIT
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-crayon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-crayon/distinfo	Fri Sep 30 06:44:33 2016	(r422960)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475217125
+SHA256 (crayon_1.3.2.tar.gz) = 9a6b75d63c05fe64baf222f1921330ceb727924bcc5fc2753ff0528d42555e68
+SIZE (crayon_1.3.2.tar.gz) = 656168

Added: head/devel/R-cran-crayon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-crayon/pkg-descr	Fri Sep 30 06:44:33 2016	(r422960)
@@ -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/


More information about the svn-ports-all mailing list