Bug 187988 - [NEW PORT] devel/rubygem-ice_nine
Summary: [NEW PORT] devel/rubygem-ice_nine
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 23:40 UTC by Michael Moll
Modified: 2014-03-29 15:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.56 KB, text/plain)
2014-03-26 23:40 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-26 23:40:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 23:40:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-29 14:56:59 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-29 15:00:35 UTC
State Changed
From-To: open->closed

New port added. Thanks!