Bug 182702 - new port www/rubygem-jquery-ui-rails
Summary: new port www/rubygem-jquery-ui-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 17:00 UTC by loic.blot
Modified: 2013-10-21 03:40 UTC (History)
0 users

See Also:


Attachments
rubygem-jquery-ui-rails.shar (1.71 KB, text/plain)
2013-10-05 17: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 17:00:00 UTC
	Here is a jqueryUI gem for Rails. this is used by future gitlab port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 17:00:09 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-21 03:37:31 UTC
Author: swills
Date: Mon Oct 21 02:37:22 2013
New Revision: 331084
URL: http://svnweb.freebsd.org/changeset/ports/331084

Log:
  jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
  
  WWW: https://github.com/joliss/jquery-ui-rails
  
  PR:		ports/182702
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Oct 21 02:23:06 2013	(r331083)
+++ head/www/Makefile	Mon Oct 21 02:37:22 2013	(r331084)
@@ -1769,6 +1769,7 @@
     SUBDIR += rubygem-jekyll
     SUBDIR += rubygem-journey
     SUBDIR += rubygem-jquery-rails
+    SUBDIR += rubygem-jquery-ui-rails
     SUBDIR += rubygem-jruby-rack
     SUBDIR += rubygem-jwt
     SUBDIR += rubygem-kaminari

Added: head/www/rubygem-jquery-ui-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jquery-ui-rails/Makefile	Mon Oct 21 02:37:22 2013	(r331084)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	jquery-ui-rails
+PORTVERSION=	4.0.5
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	jQuery UI's JavaScript, CSS, and image files packaged for Rails
+
+RUN_DEPENDS=	rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-jquery-ui-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jquery-ui-rails/distinfo	Mon Oct 21 02:37:22 2013	(r331084)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jquery-ui-rails-4.0.5.gem) = 8ff0bfd18143d0e6a773296da877aee7ec930f66923093c4b6bdbc2a6b54d9aa
+SIZE (rubygem/jquery-ui-rails-4.0.5.gem) = 154112

Added: head/www/rubygem-jquery-ui-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jquery-ui-rails/pkg-descr	Mon Oct 21 02:37:22 2013	(r331084)
@@ -0,0 +1,3 @@
+jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
+
+WWW: https://github.com/joliss/jquery-ui-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-21 03:38:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!