Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 23:27:28 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560448 - in head/devel: . R-cran-prettycode
Message-ID:  <202101052327.105NRS00029994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Tue Jan  5 23:27:27 2021
New Revision: 560448
URL: https://svnweb.freebsd.org/changeset/ports/560448

Log:
  new port: devel/R-cran-prettycode: Pretty Print R Code in the Terminal
  
  Approved by:	lwhsu

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan  5 23:26:13 2021	(r560447)
+++ head/devel/Makefile	Tue Jan  5 23:27:27 2021	(r560448)
@@ -71,6 +71,7 @@
     SUBDIR += R-cran-plogr
     SUBDIR += R-cran-plyr
     SUBDIR += R-cran-praise
+    SUBDIR += R-cran-prettycode
     SUBDIR += R-cran-prettyunits
     SUBDIR += R-cran-progress
     SUBDIR += R-cran-promises

Added: head/devel/R-cran-prettycode/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-prettycode/Makefile	Tue Jan  5 23:27:27 2021	(r560448)
@@ -0,0 +1,23 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	prettycode
+DISTVERSION=	1.1.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	Pretty Print R Code in the Terminal
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	R-cran-crayon>0:devel/R-cran-crayon
+TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
+		R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
+		R-cran-testthat>0:devel/R-cran-testthat \
+		R-cran-withr>0:devel/R-cran-withr
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-prettycode/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-prettycode/distinfo	Tue Jan  5 23:27:27 2021	(r560448)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609807466
+SHA256 (prettycode_1.1.0.tar.gz) = 4f877bef2d4ff7771a3fa0368c9b85ef058b4c06ff9c18c31d827d3d0e4cd0c5
+SIZE (prettycode_1.1.0.tar.gz) = 209279

Added: head/devel/R-cran-prettycode/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-prettycode/pkg-descr	Tue Jan  5 23:27:27 2021	(r560448)
@@ -0,0 +1,4 @@
+Replace the standard print method for functions with one that performs syntax
+highlighting, using ANSI colors, if the terminal supports them.
+
+WWW: https://github.com/r-lib/prettycode#readme



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