aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-11-05 22:55:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-11-05 22:55:53 +0800
commit2511f9f506cebd48e702742c8ea6e71f82efd635 (patch)
treef70e737e2fa93eb7875db29dfa5e56dfc8c28ead
parentf04ece9c9a4d51f0a748816ae7ad5af49a005888 (diff)
downloadfreebsd-ports-gnome-2511f9f506cebd48e702742c8ea6e71f82efd635.tar.gz
freebsd-ports-gnome-2511f9f506cebd48e702742c8ea6e71f82efd635.tar.zst
freebsd-ports-gnome-2511f9f506cebd48e702742c8ea6e71f82efd635.zip
- 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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-storable/Makefile20
-rw-r--r--devel/rubygem-storable/distinfo2
-rw-r--r--devel/rubygem-storable/pkg-descr4
4 files changed, 27 insertions, 0 deletions
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 <sunpoet@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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