Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc textproc/R-rjson: import R-rjson-0.2.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d85c1142ca16
branches:  trunk
changeset: 436643:d85c1142ca16
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 02:36:24 2020 +0000

description:
textproc/R-rjson: import R-rjson-0.2.20

Converts R object into JSON objects and vice-versa.

diffstat:

 textproc/Makefile         |   3 ++-
 textproc/R-rjson/DESCR    |   1 +
 textproc/R-rjson/Makefile |  14 ++++++++++++++
 textproc/R-rjson/distinfo |   6 ++++++
 4 files changed, 23 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r 0b321bfc19f7 -r d85c1142ca16 textproc/Makefile
--- a/textproc/Makefile Fri Aug 07 02:34:02 2020 +0000
+++ b/textproc/Makefile Fri Aug 07 02:36:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1163 2020/08/06 22:31:25 joerg Exp $
+# $NetBSD: Makefile,v 1.1164 2020/08/07 02:36:24 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -31,6 +31,7 @@
 SUBDIR+=       R-readr
 SUBDIR+=       R-readstata13
 SUBDIR+=       R-readxl
+SUBDIR+=       R-rjson
 SUBDIR+=       R-rmarkdown
 SUBDIR+=       R-selectr
 SUBDIR+=       R-spelling
diff -r 0b321bfc19f7 -r d85c1142ca16 textproc/R-rjson/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-rjson/DESCR    Fri Aug 07 02:36:24 2020 +0000
@@ -0,0 +1,1 @@
+Converts R object into JSON objects and vice-versa.
diff -r 0b321bfc19f7 -r d85c1142ca16 textproc/R-rjson/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-rjson/Makefile Fri Aug 07 02:36:24 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:36:25 brook Exp $
+
+R_PKGNAME=     rjson
+R_PKGVER=      0.2.20
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       JSON for R
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0b321bfc19f7 -r d85c1142ca16 textproc/R-rjson/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-rjson/distinfo Fri Aug 07 02:36:24 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:36:25 brook Exp $
+
+SHA1 (R/rjson_0.2.20.tar.gz) = 5da1d411ae1bfc221c4c0bf70f4aa7e846caaf99
+RMD160 (R/rjson_0.2.20.tar.gz) = bbd5a5f0b7e805b6a7602e79823f0f9305e8d7f5
+SHA512 (R/rjson_0.2.20.tar.gz) = 6afdef0a192ef538798f5e58d5bdf1109749d54261febbf522eed8dac98ef36a5b7a2212b4b4b0fe8af5204c808f9cce719bb82ff3ac6427c665bf5ca5d35f42
+Size (R/rjson_0.2.20.tar.gz) = 99600 bytes



Home | Main Index | Thread Index | Old Index