Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 05:23:29 +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: r393711 - in head/textproc: . R-cran-yaml
Message-ID:  <201508080523.t785NT7s056052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tota@FreeBSD.org>
+# $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508080523.t785NT7s056052>