Bug 182669 - new port devel/rubygem-enumerize
Summary: new port devel/rubygem-enumerize
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: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 10:00 UTC by loic.blot
Modified: 2013-10-20 14:50 UTC (History)
0 users

See Also:


Attachments
rubygem-enumerize.shar (1.60 KB, text/plain)
2013-10-05 10:00 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 10:00:00 UTC
	Here is a new port needed for gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 10:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-20 14:45:36 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-20 14:45:37 UTC
Author: swills
Date: Sun Oct 20 13:45:29 2013
New Revision: 331016
URL: http://svnweb.freebsd.org/changeset/ports/331016

Log:
  Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support
  
  WWW: https://github.com/brainspec/enumerize
  
  PR:		ports/182669
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/devel/rubygem-enumerize/
  head/devel/rubygem-enumerize/Makefile   (contents, props changed)
  head/devel/rubygem-enumerize/distinfo   (contents, props changed)
  head/devel/rubygem-enumerize/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct 20 13:34:15 2013	(r331015)
+++ head/devel/Makefile	Sun Oct 20 13:45:29 2013	(r331016)
@@ -4069,6 +4069,7 @@
     SUBDIR += rubygem-echoe
     SUBDIR += rubygem-edavis10-object_daddy
     SUBDIR += rubygem-elif
+    SUBDIR += rubygem-enumerize
     SUBDIR += rubygem-errand
     SUBDIR += rubygem-eventmachine
     SUBDIR += rubygem-excon

Added: head/devel/rubygem-enumerize/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-enumerize/Makefile	Sun Oct 20 13:45:29 2013	(r331016)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	enumerize
+PORTVERSION=	0.7.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support
+
+RUN_DEPENDS=	rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+USE_RUBY_FEATURES=	iconv
+
+NOPORTDOCS=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-enumerize/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-enumerize/distinfo	Sun Oct 20 13:45:29 2013	(r331016)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/enumerize-0.7.0.gem) = 4608034132557260e16a936c0eef54bf26c21eda261da25f89e49edd475de665
+SIZE (rubygem/enumerize-0.7.0.gem) = 20480

Added: head/devel/rubygem-enumerize/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-enumerize/pkg-descr	Sun Oct 20 13:45:29 2013	(r331016)
@@ -0,0 +1,3 @@
+Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support
+
+WWW: https://github.com/brainspec/enumerize
_______________________________________________
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"