From owner-svn-ports-all@freebsd.org Thu Jun 16 12:07:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC9A4A716B0; Thu, 16 Jun 2016 12:07:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6427B13A7; Thu, 16 Jun 2016 12:07: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 u5GC7QnU046414; Thu, 16 Jun 2016 12:07:26 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5GC7QMu046410; Thu, 16 Jun 2016 12:07:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201606161207.u5GC7QMu046410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 16 Jun 2016 12:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416960 - in head/devel: . R-cran-tibble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 12:07:27 -0000 Author: tota Date: Thu Jun 16 12:07:26 2016 New Revision: 416960 URL: https://svnweb.freebsd.org/changeset/ports/416960 Log: - Add new port: devel/R-cran-tibble tibble provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames. WWW: https://cran.r-project.org/web/packages/tibble/ Added: head/devel/R-cran-tibble/ head/devel/R-cran-tibble/Makefile (contents, props changed) head/devel/R-cran-tibble/distinfo (contents, props changed) head/devel/R-cran-tibble/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 16 11:54:23 2016 (r416959) +++ head/devel/Makefile Thu Jun 16 12:07:26 2016 (r416960) @@ -43,6 +43,7 @@ SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rngtools SUBDIR += R-cran-rstudioapi + SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr SUBDIR += SpecTcl SUBDIR += aap Added: head/devel/R-cran-tibble/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-tibble/Makefile Thu Jun 16 12:07:26 2016 (r416960) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= tibble +PORTVERSION= 1.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Simple Data Frames + +LICENSE= MIT + +RUN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ + R-cran-lazyeval>0.0.10:math/R-cran-lazyeval \ + R-cran-Rcpp>0:devel/R-cran-Rcpp + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-tibble/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-tibble/distinfo Thu Jun 16 12:07:26 2016 (r416960) @@ -0,0 +1,3 @@ +TIMESTAMP = 1466077159 +SHA256 (tibble_1.0.tar.gz) = c61285cc07dc9182b7a631c648eaf6f8994f5fde0f603736ada2c2da6b55b180 +SIZE (tibble_1.0.tar.gz) = 38038 Added: head/devel/R-cran-tibble/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-tibble/pkg-descr Thu Jun 16 12:07:26 2016 (r416960) @@ -0,0 +1,4 @@ +tibble provides a 'tbl_df' class that offers better checking and +printing capabilities than traditional data frames. + +WWW: https://cran.r-project.org/web/packages/tibble/