Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 06:44:34 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422960 - in head/devel: . R-cran-crayon
Message-ID:  <201609300644.u8U6iYF6005294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609300644.u8U6iYF6005294>