diff options
-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/ |