1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

This gem provides a Rails generator to install jQuery and the jQuery-ujs

driver into your Rails 3 application, and then have them included
automatically instead of Prototype.

WWW: http://rubygems.org/gems/jquery-rails

PR:		ports/153967
Submitted by:	Jason Helfman <jhelfman at experts-exchange.com>
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-01-30 12:11:09 +00:00
parent ddd8aa7c53
commit cff8cbed8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268444
4 changed files with 30 additions and 0 deletions

View File

@ -1591,6 +1591,7 @@
SUBDIR += rubygem-httpclient
SUBDIR += rubygem-innate
SUBDIR += rubygem-jekyll
SUBDIR += rubygem-jquery-rails
SUBDIR += rubygem-layout-yullio
SUBDIR += rubygem-less
SUBDIR += rubygem-lighthouse-api

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-jquery-rails
# Date created: 13 January 2011
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
PORTNAME= jquery-rails
PORTVERSION= 0.2.6
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= jhelfman@experts-exchange.com
COMMENT= Provides a rails generator for jquery
RUN_DEPENDS+= rubygem-rails>=3.0.3:${PORTSDIR}/www/rubygem-rails \
rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/jquery-rails-0.2.6.gem) = ca43dc4e328a8035d6716f62991e8c20f88c63429ea6f84739bea54ca5b0af8f
SIZE (rubygem/jquery-rails-0.2.6.gem) = 153600

View File

@ -0,0 +1,5 @@
This gem provides a Rails generator to install jQuery and the jQuery-ujs
driver into your Rails 3 application, and then have them included
automatically instead of Prototype.
WWW: http://rubygems.org/gems/jquery-rails