Bug 182761 - new port devel/rubygem-generator_spec
Summary: new port devel/rubygem-generator_spec
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-06 18:30 UTC by loic.blot
Modified: 2013-10-25 02:40 UTC (History)
0 users

See Also:


Attachments
rubygem-generator_spec.shar (1.68 KB, text/plain)
2013-10-06 18:30 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-06 18:30:00 UTC
	Here is a new rubygem needed by future port www/jquery-atwho-rails
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-06 18:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-25 02:39:01 UTC
Author: swills
Date: Fri Oct 25 01:38:47 2013
New Revision: 331542
URL: http://svnweb.freebsd.org/changeset/ports/331542

Log:
  Test Rails generators with RSpec
  
  WWW: https://github.com/stevehodgkiss/generator_spec
  
  PR:		ports/182761
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct 25 01:33:11 2013	(r331541)
+++ head/devel/Makefile	Fri Oct 25 01:38:47 2013	(r331542)
@@ -4094,6 +4094,7 @@
     SUBDIR += rubygem-gdata
     SUBDIR += rubygem-gem_plugin
     SUBDIR += rubygem-gemcutter
+    SUBDIR += rubygem-generator_spec
     SUBDIR += rubygem-georuby
     SUBDIR += rubygem-getopt
     SUBDIR += rubygem-gettext

Added: head/devel/rubygem-generator_spec/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-generator_spec/Makefile	Fri Oct 25 01:38:47 2013	(r331542)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	generator_spec
+PORTVERSION=	0.9.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Test Rails generators with RSpec
+
+RUN_DEPENDS=	rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord \
+		rubygem-railties>=0:${PORTSDIR}/www/rubygem-railties
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-generator_spec/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-generator_spec/distinfo	Fri Oct 25 01:38:47 2013	(r331542)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/generator_spec-0.9.0.gem) = a511d10294cb93f17fc5d90bef6dd0bdc13363106222d66bd418dfdf48cca62a
+SIZE (rubygem/generator_spec-0.9.0.gem) = 8704

Added: head/devel/rubygem-generator_spec/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-generator_spec/pkg-descr	Fri Oct 25 01:38:47 2013	(r331542)
@@ -0,0 +1,3 @@
+Test Rails generators with RSpec
+
+WWW: https://github.com/stevehodgkiss/generator_spec
_______________________________________________
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 2013-10-25 02:39:03 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!