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:
parent
ddd8aa7c53
commit
cff8cbed8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268444
@ -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
|
||||
|
22
www/rubygem-jquery-rails/Makefile
Normal file
22
www/rubygem-jquery-rails/Makefile
Normal 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>
|
2
www/rubygem-jquery-rails/distinfo
Normal file
2
www/rubygem-jquery-rails/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/jquery-rails-0.2.6.gem) = ca43dc4e328a8035d6716f62991e8c20f88c63429ea6f84739bea54ca5b0af8f
|
||||
SIZE (rubygem/jquery-rails-0.2.6.gem) = 153600
|
5
www/rubygem-jquery-rails/pkg-descr
Normal file
5
www/rubygem-jquery-rails/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user