From owner-svn-ports-head@freebsd.org Thu Jul 19 10:14:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AE1A102C32E; Thu, 19 Jul 2018 10:14:28 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 096E889B69; Thu, 19 Jul 2018 10:14:28 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEBA927D2B; Thu, 19 Jul 2018 10:14:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JAERKr032265; Thu, 19 Jul 2018 10:14:27 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JAERQW032258; Thu, 19 Jul 2018 10:14:27 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201807191014.w6JAERQW032258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 19 Jul 2018 10:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474955 - in head/devel: . R-cran-fansi X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/devel: . R-cran-fansi X-SVN-Commit-Revision: 474955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 10:14:28 -0000 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@FreeBSD.org +COMMENT= ANSI Control Sequence Aware String Functions + +LICENSE= GPLv2+ + +USES= cran:auto-plist,compiles + +.include 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/