diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-08 05:23:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-08 05:23:28 +0000 |
commit | fe5b42e19319ac583159a54a45bcdc5dd0c8f810 (patch) | |
tree | eacbbe1af54270ebcef3112d4e913c5658c8d1b2 | |
parent | 41fedcdb656187aecf3f02a149b13e819a5cae80 (diff) | |
download | ports-fe5b42e19319ac583159a54a45bcdc5dd0c8f810.tar.gz ports-fe5b42e19319ac583159a54a45bcdc5dd0c8f810.zip |
- 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/
Notes
Notes:
svn path=/head/; revision=393711
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-yaml/Makefile | 16 | ||||
-rw-r--r-- | textproc/R-cran-yaml/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-yaml/pkg-descr | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ffdafbf179b4..5a290908fe21 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/R-cran-yaml/Makefile b/textproc/R-cran-yaml/Makefile new file mode 100644 index 000000000000..0af8cd600123 --- /dev/null +++ b/textproc/R-cran-yaml/Makefile @@ -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> diff --git a/textproc/R-cran-yaml/distinfo b/textproc/R-cran-yaml/distinfo new file mode 100644 index 000000000000..72ca43e85429 --- /dev/null +++ b/textproc/R-cran-yaml/distinfo @@ -0,0 +1,2 @@ +SHA256 (yaml_2.1.13.tar.gz) = 26f69aa2008bcacf3b2f95ef82a4667eaec2f2da8487646f71f1e2635d2d7fa2 +SIZE (yaml_2.1.13.tar.gz) = 81045 diff --git a/textproc/R-cran-yaml/pkg-descr b/textproc/R-cran-yaml/pkg-descr new file mode 100644 index 000000000000..e2eca9da606c --- /dev/null +++ b/textproc/R-cran-yaml/pkg-descr @@ -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/ |