diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-21 14:04:12 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-21 14:04:12 +0000 |
commit | 983f6ebd1a6389b356f51edcfdca9c6ae6886d9e (patch) | |
tree | 69a5dcece19ab849913807465148331d0c153875 /converters | |
parent | fa63cb163a33cccf6a4523c5e33c70b80a370321 (diff) | |
download | ports-983f6ebd1a6389b356f51edcfdca9c6ae6886d9e.tar.gz ports-983f6ebd1a6389b356f51edcfdca9c6ae6886d9e.zip |
Notes
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/ |