diff options
author | swills <swills@FreeBSD.org> | 2017-01-03 18:16:47 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-01-03 18:16:47 +0000 |
commit | 372f58f0ab03dcbe0d0b3593dd4502de03eaf534 (patch) | |
tree | 5707b110c2270f11c11c4985d9129aab777ab773 /devel/rubygem-json1 | |
parent | dc81f6c88c638869a10bf8a75edc55ed0a0dcba4 (diff) | |
download | FreeBSD-ports-372f58f0ab03dcbe0d0b3593dd4502de03eaf534.zip FreeBSD-ports-372f58f0ab03dcbe0d0b3593dd4502de03eaf534.tar.gz |
MFH creating json1 and switching multiple gems to it
MFH: r430385 r430386 r430387 r430391 r430392 r430394 r430395 r430396 r430397 r430400 r430401 r430402 r430403 r430415 r430416 r430418
devel/rubygem-json1: create port
create port for 1.x version of rubygem-json for use by other ports that need to
depend on the older version of json
databases/rubygem-dm-serializer: switch to json 1.x dep
databases/ruby-dm-types: switch to json 1.x dep
devel/rubygem-activesupport4: switch to json 1.x dep
devel/rubygem-aws-sdk-v1: switch to json 1.x dep
devel/rubygem-rdoc3: switch to json 1.x dep
devel/rubygem-rubytree: switch to json 1.x dep
devel/rubygem-sdoc: switch to json 1.x dep
irc/rubygem-cogbot: switch to json 1.x dep
net-im/rubygem-termtter: switch to json 1.x dep
net-im/rubygem-tinder: switch to json 1.x dep
net/rubygem-amqp-utils: switch to json 1.x dep
net/rubygem-omniauth-twitter: switch to json 1.x dep
net/rubygem-qiniu: switch to json 1.x dep
net/rubygem-twitter: switch to json 1.x dep
devel/rubygem-json1: add portscout limit
Diffstat (limited to 'devel/rubygem-json1')
-rw-r--r-- | devel/rubygem-json1/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-json1/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-json1/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/rubygem-json1/Makefile b/devel/rubygem-json1/Makefile new file mode 100644 index 0000000..7768724 --- /dev/null +++ b/devel/rubygem-json1/Makefile @@ -0,0 +1,23 @@ +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= json +PORTVERSION= 1.8.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Parse JSON texts and generate them from ruby data structures + +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING + +USE_RUBY= yes +USES= gem + +PORTSCOUT= limit:^1\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-json1/distinfo b/devel/rubygem-json1/distinfo new file mode 100644 index 0000000..4d09b59 --- /dev/null +++ b/devel/rubygem-json1/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/json-1.8.3.gem) = 8ca2091e26678fb989d66cdb9f0104f1307bc584b429c2fd783d51e4b3f14bdb +SIZE (rubygem/json-1.8.3.gem) = 152064 diff --git a/devel/rubygem-json1/pkg-descr b/devel/rubygem-json1/pkg-descr new file mode 100644 index 0000000..0b1373d --- /dev/null +++ b/devel/rubygem-json1/pkg-descr @@ -0,0 +1,5 @@ +This library can parse JSON texts and generate them from ruby data structures. +This port implemented in C and comes with its own unicode conversion functions +and a parser generated by the Ragel State Machine Compiler. + +WWW: http://flori.github.io/json/ |