From 2511f9f506cebd48e702742c8ea6e71f82efd635 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 5 Nov 2011 14:55:53 +0000 Subject: - Add rubygem-storable 0.8.9 Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv). WWW: https://github.com/delano/storable WWW: https://rubygems.org/gems/storable --- devel/Makefile | 1 + devel/rubygem-storable/Makefile | 20 ++++++++++++++++++++ devel/rubygem-storable/distinfo | 2 ++ devel/rubygem-storable/pkg-descr | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 devel/rubygem-storable/Makefile create mode 100644 devel/rubygem-storable/distinfo create mode 100644 devel/rubygem-storable/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 1dcfd49c7ca2..2f52c453212b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3495,6 +3495,7 @@ SUBDIR += rubygem-state_machine SUBDIR += rubygem-stemmer SUBDIR += rubygem-stomp + SUBDIR += rubygem-storable SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex diff --git a/devel/rubygem-storable/Makefile b/devel/rubygem-storable/Makefile new file mode 100644 index 000000000000..c512cab199c2 --- /dev/null +++ b/devel/rubygem-storable/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-storable +# Date created: 2011-11-02 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= storable +PORTVERSION= 0.8.9 +CATEGORIES= devel ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Marshal Ruby classes into and out of multiple formats + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/devel/rubygem-storable/distinfo b/devel/rubygem-storable/distinfo new file mode 100644 index 000000000000..6c444ed55540 --- /dev/null +++ b/devel/rubygem-storable/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/storable-0.8.9.gem) = 6f582cc10c61e33bb8f6cc139347b86f71b3696501cf7fda14dc8f74817b014a +SIZE (rubygem/storable-0.8.9.gem) = 16896 diff --git a/devel/rubygem-storable/pkg-descr b/devel/rubygem-storable/pkg-descr new file mode 100644 index 000000000000..921f9e2ab504 --- /dev/null +++ b/devel/rubygem-storable/pkg-descr @@ -0,0 +1,4 @@ +Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv). + +WWW: https://github.com/delano/storable +WWW: https://rubygems.org/gems/storable -- cgit