summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-01-30 12:11:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-01-30 12:11:09 +0000
commitcff8cbed8ccfc052bf40059b070b8749056e10b1 (patch)
tree1af3a630ab5fed24f61b81f4ed3fdb569b1f36ae /www
parentDragonfly is an on-the-fly Rack-based image handling framework. It is suitable (diff)
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
Notes
Notes: svn path=/head/; revision=268444
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-jquery-rails/Makefile22
-rw-r--r--www/rubygem-jquery-rails/distinfo2
-rw-r--r--www/rubygem-jquery-rails/pkg-descr5
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 16290b6234f4..59d337b7ccb0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile
new file mode 100644
index 000000000000..15d6ea2778e2
--- /dev/null
+++ b/www/rubygem-jquery-rails/Makefile
@@ -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>
diff --git a/www/rubygem-jquery-rails/distinfo b/www/rubygem-jquery-rails/distinfo
new file mode 100644
index 000000000000..ccf3e1f466eb
--- /dev/null
+++ b/www/rubygem-jquery-rails/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jquery-rails-0.2.6.gem) = ca43dc4e328a8035d6716f62991e8c20f88c63429ea6f84739bea54ca5b0af8f
+SIZE (rubygem/jquery-rails-0.2.6.gem) = 153600
diff --git a/www/rubygem-jquery-rails/pkg-descr b/www/rubygem-jquery-rails/pkg-descr
new file mode 100644
index 000000000000..dddd9ff2ece2
--- /dev/null
+++ b/www/rubygem-jquery-rails/pkg-descr
@@ -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