svn commit: r349531 - in head/devel: . rubygem-ice_nine
Steve Wills
swills at FreeBSD.org
Sat Mar 29 14:56:56 UTC 2014
Author: swills
Date: Sat Mar 29 14:56:54 2014
New Revision: 349531
URL: http://svnweb.freebsd.org/changeset/ports/349531
QAT: https://qat.redports.org/buildarchive/r349531/
Log:
The ice_nine gem provides a Ruby module that allows one to deep freeze
Ruby objects. This module provides an alternative method of freezing
objects to the embedded from the Ruby Object module.
WWW: https://github.com/dkubb/ice_nine
PR: ports/187988
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Added:
head/devel/rubygem-ice_nine/
head/devel/rubygem-ice_nine/Makefile (contents, props changed)
head/devel/rubygem-ice_nine/distinfo (contents, props changed)
head/devel/rubygem-ice_nine/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Mar 29 14:55:57 2014 (r349530)
+++ head/devel/Makefile Sat Mar 29 14:56:54 2014 (r349531)
@@ -4241,6 +4241,7 @@
SUBDIR += rubygem-holidays
SUBDIR += rubygem-i18n
SUBDIR += rubygem-icalendar
+ SUBDIR += rubygem-ice_nine
SUBDIR += rubygem-igraph
SUBDIR += rubygem-inline
SUBDIR += rubygem-interact
Added: head/devel/rubygem-ice_nine/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ice_nine/Makefile Sat Mar 29 14:56:54 2014 (r349531)
@@ -0,0 +1,18 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= ice_nine
+PORTVERSION= 0.11.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Deep freeze Ruby objects
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-ice_nine/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ice_nine/distinfo Sat Mar 29 14:56:54 2014 (r349531)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ice_nine-0.11.0.gem) = 99679628239977d27c13422d574b3232b9552d8fa83c000c14a84564798657b2
+SIZE (rubygem/ice_nine-0.11.0.gem) = 17408
Added: head/devel/rubygem-ice_nine/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ice_nine/pkg-descr Sat Mar 29 14:56:54 2014 (r349531)
@@ -0,0 +1,5 @@
+The ice_nine gem provides a Ruby module that allows one to deep freeze
+Ruby objects. This module provides an alternative method of freezing
+objects to the embedded from the Ruby Object module.
+
+WWW: https://github.com/dkubb/ice_nine
More information about the svn-ports-all
mailing list