Date: Wed, 14 Sep 2016 04:24:22 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422102 - in head/devel: . R-cran-sourcetools Message-ID: <201609140424.u8E4OMdf027314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Sep 14 04:24:22 2016 New Revision: 422102 URL: https://svnweb.freebsd.org/changeset/ports/422102 Log: - Add new port: devel/R-cran-sourcetools Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code. WWW: https://cran.r-project.org/web/packages/sourcetools/ Added: head/devel/R-cran-sourcetools/ head/devel/R-cran-sourcetools/Makefile (contents, props changed) head/devel/R-cran-sourcetools/distinfo (contents, props changed) head/devel/R-cran-sourcetools/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 14 04:20:54 2016 (r422101) +++ head/devel/Makefile Wed Sep 14 04:24:22 2016 (r422102) @@ -43,6 +43,7 @@ SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rngtools SUBDIR += R-cran-rstudioapi + SUBDIR += R-cran-sourcetools SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr SUBDIR += SpecTcl Added: head/devel/R-cran-sourcetools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-sourcetools/Makefile Wed Sep 14 04:24:22 2016 (r422102) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sourcetools +PORTVERSION= 0.1.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Tools for the Reading and Tokenization of R Code + +LICENSE= MIT + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/devel/R-cran-sourcetools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-sourcetools/distinfo Wed Sep 14 04:24:22 2016 (r422102) @@ -0,0 +1,3 @@ +TIMESTAMP = 1473656218 +SHA256 (sourcetools_0.1.2.tar.gz) = 7a3222bf91d62a1aa028a9b87c3307e1980ea361bcc03a1ab81b99d6c7535f0e +SIZE (sourcetools_0.1.2.tar.gz) = 16227 Added: head/devel/R-cran-sourcetools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-sourcetools/pkg-descr Wed Sep 14 04:24:22 2016 (r422102) @@ -0,0 +1,6 @@ +Tools for the reading and tokenization of R code. The 'sourcetools' +package provides both an R and C++ interface for the tokenization +of R code, and helpers for interacting with the tokenized representation +of R code. + +WWW: https://cran.r-project.org/web/packages/sourcetools/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609140424.u8E4OMdf027314>