From owner-svn-ports-head@freebsd.org Sat Aug 8 05:23:30 2015 Return-Path: Delivered-To: svn-ports-head@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 8FED59B6A1B; Sat, 8 Aug 2015 05:23:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 671656A0; Sat, 8 Aug 2015 05:23:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t785NUNi056056; Sat, 8 Aug 2015 05:23:30 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t785NT7s056052; Sat, 8 Aug 2015 05:23:29 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201508080523.t785NT7s056052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 8 Aug 2015 05:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393711 - in head/textproc: . R-cran-yaml X-SVN-Group: ports-head 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.20 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: Sat, 08 Aug 2015 05:23:30 -0000 Author: tota Date: Sat Aug 8 05:23:28 2015 New Revision: 393711 URL: https://svnweb.freebsd.org/changeset/ports/393711 Log: - Add new port: textproc/R-cran-yaml This package implements the libyaml YAML 1.1 parser and emitter for R. WWW: https://cran.r-project.org/web/packages/yaml/ Added: head/textproc/R-cran-yaml/ head/textproc/R-cran-yaml/Makefile (contents, props changed) head/textproc/R-cran-yaml/distinfo (contents, props changed) head/textproc/R-cran-yaml/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Aug 8 05:21:14 2015 (r393710) +++ head/textproc/Makefile Sat Aug 8 05:23:28 2015 (r393711) @@ -11,6 +11,7 @@ SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr SUBDIR += R-cran-xtable + SUBDIR += R-cran-yaml SUBDIR += ack SUBDIR += adabrowse SUBDIR += add-css-links Added: head/textproc/R-cran-yaml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-yaml/Makefile Sat Aug 8 05:23:28 2015 (r393711) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= yaml +PORTVERSION= 2.1.13 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Methods to convert R data to YAML and back + +LICENSE= BSD3CLAUSE + +USES= cran:auto-plist + +.include Added: head/textproc/R-cran-yaml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-yaml/distinfo Sat Aug 8 05:23:28 2015 (r393711) @@ -0,0 +1,2 @@ +SHA256 (yaml_2.1.13.tar.gz) = 26f69aa2008bcacf3b2f95ef82a4667eaec2f2da8487646f71f1e2635d2d7fa2 +SIZE (yaml_2.1.13.tar.gz) = 81045 Added: head/textproc/R-cran-yaml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-yaml/pkg-descr Sat Aug 8 05:23:28 2015 (r393711) @@ -0,0 +1,4 @@ +This package implements the libyaml YAML 1.1 parser and emitter for +R. + +WWW: https://cran.r-project.org/web/packages/yaml/