diff options
author | tota <tota@FreeBSD.org> | 2012-02-21 22:04:12 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-21 22:04:12 +0800 |
commit | 4aadf8e866ff00d660f8359771e799d17acb4e92 (patch) | |
tree | b840f52549b04e285a26d69092938b7c16a7f0c3 /converters | |
parent | 0074ef9721e36c4fccfb368577941c2590ebef42 (diff) | |
download | freebsd-ports-gnome-4aadf8e866ff00d660f8359771e799d17acb4e92.tar.gz freebsd-ports-gnome-4aadf8e866ff00d660f8359771e799d17acb4e92.tar.zst freebsd-ports-gnome-4aadf8e866ff00d660f8359771e799d17acb4e92.zip |
- Add a new port: converters/R-cran-rjson
Converts R object into JSON objects and vice-versa
WWW: http://cran.r-project.org/web/packages/rjson/
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/R-cran-rjson/Makefile | 19 | ||||
-rw-r--r-- | converters/R-cran-rjson/distinfo | 2 | ||||
-rw-r--r-- | converters/R-cran-rjson/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 034c349b59c0..98c2cc1a2745 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -4,6 +4,7 @@ COMMENT = Character code converters SUBDIR += R-cran-RJSONIO + SUBDIR += R-cran-rjson SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile new file mode 100644 index 000000000000..80d2ed0570d4 --- /dev/null +++ b/converters/R-cran-rjson/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: R-cran-rjson +# Date created: 2012-02-21 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rjson +PORTVERSION= 0.2.6 +CATEGORIES= converters +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= JSON for R + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/converters/R-cran-rjson/distinfo b/converters/R-cran-rjson/distinfo new file mode 100644 index 000000000000..226362eb52df --- /dev/null +++ b/converters/R-cran-rjson/distinfo @@ -0,0 +1,2 @@ +SHA256 (rjson_0.2.6.tar.gz) = bce654166b1391b26c07e74c6503277e4503c5f6ae79b4716bde96b0bc0420ac +SIZE (rjson_0.2.6.tar.gz) = 94879 diff --git a/converters/R-cran-rjson/pkg-descr b/converters/R-cran-rjson/pkg-descr new file mode 100644 index 000000000000..76be2626cfd2 --- /dev/null +++ b/converters/R-cran-rjson/pkg-descr @@ -0,0 +1,3 @@ +Converts R object into JSON objects and vice-versa + +WWW: http://cran.r-project.org/web/packages/rjson/ |