head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.6 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.4 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.2 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.6.0.14 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.12 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.10 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.8 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.6 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.6.0.4 pkgsrc-2021Q4-base:1.6 pkgsrc-2021Q3:1.6.0.2 pkgsrc-2021Q3-base:1.6 pkgsrc-2021Q2:1.5.0.16 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.5.0.14 pkgsrc-2021Q1-base:1.5 pkgsrc-2020Q4:1.5.0.12 pkgsrc-2020Q4-base:1.5 pkgsrc-2020Q3:1.5.0.10 pkgsrc-2020Q3-base:1.5 pkgsrc-2020Q2:1.5.0.8 pkgsrc-2020Q2-base:1.5 pkgsrc-2020Q1:1.5.0.4 pkgsrc-2020Q1-base:1.5 pkgsrc-2019Q4:1.5.0.6 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.5.0.2 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.3.0.8 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.6 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.2.0.16 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.14 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.12 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.10 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.6 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.4 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.2 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.1.0.4 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.2 pkgsrc-2016Q2-base:1.1; locks; strict; comment @# @; 1.7 date 2023.06.03.14.16.09; author mef; state Exp; branches; next 1.6; commitid 9Algs9ZwbUHbAvrE; 1.6 date 2021.08.24.11.46.35; author mef; state Exp; branches; next 1.5; commitid ihsg23EM2Os7Ad6D; 1.5 date 2019.08.08.19.53.58; author brook; state Exp; branches; next 1.4; commitid K2VPfA0XCw7xfgyB; 1.4 date 2019.08.01.00.59.05; author brook; state Exp; branches; next 1.3; commitid dmmXO87M4fJNegxB; 1.3 date 2018.07.28.14.40.52; author brook; state Exp; branches; next 1.2; commitid hIRYb3oU4xMfBULA; 1.2 date 2016.12.18.02.45.52; author wen; state Exp; branches; next 1.1; commitid 49wzwScI8jdzypyz; 1.1 date 2016.04.16.14.46.28; author wen; state Exp; branches; next ; commitid DzzTpaPsX0mSrR2z; desc @@ 1.7 log @(textproc/R-yaml) Updated 2.2.1 to 2.3.7 ### Release Notes v2.3.7 clang deprecated sprintf. Changed in included clib to snprintf v2.3.6 C deprecated functions with no prototypes, these were added. v2.3.5 Patch to put back in libyaml modifications that as.yaml relied on. v2.3.4 - Added read_yaml parameter readLines.warn that defaults to TRUE for overrriding warnings about incomplete files. v2.3.3 -Fixed Bug #99, support for BUILTINSXP functions as handlers v2.3.2 - Removed some code that got revert in the libyaml 0.2.5 merge at 2.2.4 release v2.3.1 - Added omap support for output using proper tag. v2.3.0 - Made eval.expr default to FALSE v2.2.4 - Updated libyaml code from 0.2.5 v2.2.3 - Added attribute quote support for strings #72 #109 v2.2.2 - change maintainer from Jeremy Stephens to Shawn Garbett - move Git repository to https://github.com/vubiostat/r-yaml @ text @# $NetBSD: Makefile,v 1.6 2021/08/24 11:46:35 mef Exp $ R_PKGNAME= yaml R_PKGVER= 2.3.7 CATEGORIES= textproc MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Methods to convert R data to YAML and back LICENSE= modified-bsd TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit USE_LANGUAGES= c .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.6 log @(textproc/R-yaml) Updated 2.2.0 to 2.2.1 v2.2.1 - add merge.precedence option to yaml.load - fix improper handling of explicit '!bool' tag (reported by Luke Goodsell) - fix memory issue flagged by valgrind - update LibYAML to 0.2.2 - fix some -Wall warnings to appease CRAN @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/08/08 19:53:58 brook Exp $ d4 1 a4 1 R_PKGVER= 2.2.1 @ 1.5 log @Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/08/01 00:59:05 brook Exp $ d4 1 a4 1 R_PKGVER= 2.2.0 d11 2 @ 1.4 log @R-yaml: update to version 2.2.0. Update to the canonical form of an R package and fix the LICENSE field. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/07/28 14:40:52 brook Exp $ d3 3 a5 1 CATEGORIES= textproc R a7 1 HOMEPAGE= ${R_HOMEPAGE_BASE}/yaml/ d9 1 a9 4 LICENSE= modified-bsd AND mit R_PKGNAME= yaml R_PKGVER= 2.2.0 @ 1.3 log @Remove MASTER_SITES= from individual R package Makefiles. Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2016/12/18 02:45:52 wen Exp $ d3 1 a3 1 CATEGORIES= textproc d8 1 a8 1 LICENSE= modified-bsd d11 3 a13 1 R_PKGVER= 2.1.14 @ 1.2 log @Update to 2.1.14 Upstream changes: v2.1.14 - mark character input/output as UTF-8 (patch submitted by Yihui Xie) - update LibYAML to 0.1.7 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2016/04/16 14:46:28 wen Exp $ a3 1 MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @ 1.1 log @Import yaml-2.1.13 as textproc/R-yaml. This package implements the libyaml YAML 1.1 parser and emitter (http://pyyaml.org/wiki/LibYAML) for R. @ text @d1 1 a1 1 # $NetBSD$ d12 1 a12 1 R_PKGVER= 2.1.13 @