Sat Apr 16 14:15:19 2016 UTC ()
Update to 0.8.3

Upstream changes:
Version 0.8.3
------------------------------------------------------------------------------

* Added an argument `filename` to evaluate() and parse_all() (thanks,
  @flying-sheep, #58).

Version 0.8
------------------------------------------------------------------------------

* Changed package license to MIT.

Version 0.7.2
------------------------------------------------------------------------------

* replay() fails to replay certain objects such as NULL (#53).

Version 0.7
------------------------------------------------------------------------------

* R 3.0.2 is the minimal required version for this package now.

Version 0.6
------------------------------------------------------------------------------

* Plots are no longer recorded when the current graphical device has been
  changed, which may introduce issues like yihui/knitr#824.

* `parse_all()` can parse R code that contains multibyte characters correctly
  now (#49, yihui/knitr#988)


(wen)
diff -r1.1 -r1.2 pkgsrc/devel/R-evaluate/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/R-evaluate/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/R-evaluate/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-evaluate/Makefile 2014/09/20 03:48:56 1.1
+++ pkgsrc/devel/R-evaluate/Makefile 2016/04/16 14:15:19 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2014/09/20 03:48:56 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2016/04/16 14:15:19 wen Exp $
2 2
3CATEGORIES= devel 3CATEGORIES= devel
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/evaluate/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/evaluate/
8COMMENT= Parsing and evaluation tools 8COMMENT= Parsing and evaluation tools
9# TODO: LICENSE= GPL 9# TODO: LICENSE= GPL
10 10
11R_PKGNAME= evaluate 11R_PKGNAME= evaluate
12R_PKGVER= 0.5.5 12R_PKGVER= 0.8.3
13 13
14DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr 14DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/R-evaluate/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-evaluate/distinfo 2015/11/03 03:27:11 1.2
+++ pkgsrc/devel/R-evaluate/distinfo 2016/04/16 14:15:19 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/03 03:27:11 agc Exp $ 1$NetBSD: distinfo,v 1.3 2016/04/16 14:15:19 wen Exp $
2 2
3SHA1 (R/evaluate_0.5.5.tar.gz) = 312b4978b53dce16dc3c3f66126aeee11e9aff9b 3SHA1 (R/evaluate_0.8.3.tar.gz) = 443ca923c120ec4dd52b7390ebe27f9ca75a7699
4RMD160 (R/evaluate_0.5.5.tar.gz) = 9409c50d672cda333f64b91ce52bec474130b30d 4RMD160 (R/evaluate_0.8.3.tar.gz) = 10ac2408b97d35f62f9e5e8b0c7596fd51865217
5SHA512 (R/evaluate_0.5.5.tar.gz) = 31ac41cc5d2c3adfb806a2497f33f8287d9ea3abf815ba9568aa7402d034155aa0a59ef71e5d929422f57cea26c6d722fa02c1c299e06b35bdcc8ab188202b02 5SHA512 (R/evaluate_0.8.3.tar.gz) = 7d3060a9612def46b8c88d76e7c0e684dd09d708a429b681189c4014e863c394e7eb9af8f95989eb22d3d905f9011a061456fcb2d065599d9239448ef17594fd
6Size (R/evaluate_0.5.5.tar.gz) = 17944 bytes 6Size (R/evaluate_0.8.3.tar.gz) = 18622 bytes