svn commit: r474955 - in head/devel: . R-cran-fansi

TAKATSU Tomonari tota at FreeBSD.org
Thu Jul 19 10:14:28 UTC 2018


Author: tota
Date: Thu Jul 19 10:14:26 2018
New Revision: 474955
URL: https://svnweb.freebsd.org/changeset/ports/474955

Log:
  - Add new port: devel/R-cran-fansi
  
    Counterparts to R string manipulation functions that account for
    the effects of ANSI text formatting control sequences.
  
    WWW: https://cran.r-project.org/web/packages/fansi/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 19 10:02:38 2018	(r474954)
+++ head/devel/Makefile	Thu Jul 19 10:14:26 2018	(r474955)
@@ -31,6 +31,7 @@
     SUBDIR += R-cran-data.table
     SUBDIR += R-cran-doParallel
     SUBDIR += R-cran-evaluate
+    SUBDIR += R-cran-fansi
     SUBDIR += R-cran-foreach
     SUBDIR += R-cran-gbm
     SUBDIR += R-cran-gdata

Added: head/devel/R-cran-fansi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-fansi/Makefile	Thu Jul 19 10:14:26 2018	(r474955)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	fansi
+PORTVERSION=	0.2.3
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	ANSI Control Sequence Aware String Functions
+
+LICENSE=	GPLv2+
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-fansi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-fansi/distinfo	Thu Jul 19 10:14:26 2018	(r474955)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531989047
+SHA256 (fansi_0.2.3.tar.gz) = db6dfef8bfe6682d58b654b6a6a1d59cb07225ca41755176b465ab8611fd96c9
+SIZE (fansi_0.2.3.tar.gz) = 183361

Added: head/devel/R-cran-fansi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-fansi/pkg-descr	Thu Jul 19 10:14:26 2018	(r474955)
@@ -0,0 +1,4 @@
+Counterparts to R string manipulation functions that account for
+the effects of ANSI text formatting control sequences.
+
+WWW: https://cran.r-project.org/web/packages/fansi/


More information about the svn-ports-all mailing list