svn commit: r331084 - in head/www: . rubygem-jquery-ui-rails

Steve Wills swills at FreeBSD.org
Mon Oct 21 02:37:24 UTC 2013


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 at 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 at 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


More information about the svn-ports-all mailing list