1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-05 14:55:53 +00:00
parent d9fb5b3dab
commit 228694e1d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285079
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/storable-0.8.9.gem) = 6f582cc10c61e33bb8f6cc139347b86f71b3696501cf7fda14dc8f74817b014a
SIZE (rubygem/storable-0.8.9.gem) = 16896

View File

@ -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