From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 02:37:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01213876; Mon, 21 Oct 2013 02:37:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CABFC2251; Mon, 21 Oct 2013 02:37:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L2bNUd050774; Mon, 21 Oct 2013 02:37:23 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9L2bNRr050769; Mon, 21 Oct 2013 02:37:23 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310210237.r9L2bNRr050769@svn.freebsd.org> From: Steve Wills Date: Mon, 21 Oct 2013 02:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331084 - in head/www: . rubygem-jquery-ui-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 02:37:24 -0000 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 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 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