Bug 182692 - new port www/rubygem-underscore-rails
Summary: new port www/rubygem-underscore-rails
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 16:00 UTC by loic.blot
Modified: 2013-10-20 23:04 UTC (History)
0 users

See Also:


Attachments
rubygem-underscore-rails.shar (1.60 KB, text/plain)
2013-10-05 16: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 16:00:00 UTC
	Here is a rubygem needed by future gitlab port which provide underscore.js wrapper
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 16:00:07 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-20 22:57:26 UTC
Author: swills
Date: Sun Oct 20 21:57:18 2013
New Revision: 331065
URL: http://svnweb.freebsd.org/changeset/ports/331065

Log:
  underscore.js asset pipeline provider/wrapper
  
  WWW: https://github.com/rweng/underscore-rails
  
  PR:		ports/182692
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-underscore-rails/
  head/www/rubygem-underscore-rails/Makefile   (contents, props changed)
  head/www/rubygem-underscore-rails/distinfo   (contents, props changed)
  head/www/rubygem-underscore-rails/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Oct 20 21:45:06 2013	(r331064)
+++ head/www/Makefile	Sun Oct 20 21:57:18 2013	(r331065)
@@ -1826,6 +1826,7 @@
     SUBDIR += rubygem-tinymce-rails
     SUBDIR += rubygem-typhoeus
     SUBDIR += rubygem-uglifier
+    SUBDIR += rubygem-underscore-rails
     SUBDIR += rubygem-unicorn
     SUBDIR += rubygem-url-mount
     SUBDIR += rubygem-url_escape

Added: head/www/rubygem-underscore-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-underscore-rails/Makefile	Sun Oct 20 21:57:18 2013	(r331065)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	underscore-rails
+PORTVERSION=	1.5.2
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	underscore.js asset pipeline provider/wrapper
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-underscore-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-underscore-rails/distinfo	Sun Oct 20 21:57:18 2013	(r331065)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/underscore-rails-1.5.2.gem) = 364c8bcf998e3488a56bf49189e8f8ff387475d8b6264374783e80c3eee67062
+SIZE (rubygem/underscore-rails-1.5.2.gem) = 18432

Added: head/www/rubygem-underscore-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-underscore-rails/pkg-descr	Sun Oct 20 21:57:18 2013	(r331065)
@@ -0,0 +1,3 @@
+underscore.js asset pipeline provider/wrapper
+
+WWW: https://github.com/rweng/underscore-rails
_______________________________________________
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-20 23:04:18 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!