aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-10-20 13:15:19 +0800
committerswills <swills@FreeBSD.org>2013-10-20 13:15:19 +0800
commit4aff5def60012f9df97d08a56262f96c5059a5a3 (patch)
tree43ea021508c8892aaf4e8ecce9b6b464f9e1ed13 /www
parentc30e8c7f451bd96ad1fb10fc15f9499d34aa1c2c (diff)
downloadfreebsd-ports-gnome-4aff5def60012f9df97d08a56262f96c5059a5a3.tar.gz
freebsd-ports-gnome-4aff5def60012f9df97d08a56262f96c5059a5a3.tar.zst
freebsd-ports-gnome-4aff5def60012f9df97d08a56262f96c5059a5a3.zip
Chosen is a javascript library of select box enhancer for jQuery and Protoype.
This gem integrates Chosen with Rails asset pipeline for easy of use. WWW: https://github.com/tsechingho/chosen-rails PR: ports/182663 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-chosen-rails/Makefile22
-rw-r--r--www/rubygem-chosen-rails/distinfo2
-rw-r--r--www/rubygem-chosen-rails/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 3ef7bc16c3d4..f6e21b9f7ee0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1739,6 +1739,7 @@
SUBDIR += rubygem-cgi_multipart_eof_fix
SUBDIR += rubygem-chef-server-api
SUBDIR += rubygem-chef-server-webui
+ SUBDIR += rubygem-chosen-rails
SUBDIR += rubygem-cookiejar
SUBDIR += rubygem-cuba
SUBDIR += rubygem-davclient
diff --git a/www/rubygem-chosen-rails/Makefile b/www/rubygem-chosen-rails/Makefile
new file mode 100644
index 000000000000..f84dc1a2a727
--- /dev/null
+++ b/www/rubygem-chosen-rails/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= chosen-rails
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= box enhancer for jQuery and Protoype
+
+RUN_DEPENDS= rubygem-coffee-rails>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails \
+ rubygem-compass-rails>=1.0:${PORTSDIR}/textproc/rubygem-compass-rails \
+ rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \
+ rubygem-sass-rails>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-chosen-rails/distinfo b/www/rubygem-chosen-rails/distinfo
new file mode 100644
index 000000000000..8892f6877e46
--- /dev/null
+++ b/www/rubygem-chosen-rails/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/chosen-rails-1.0.0.gem) = e19ee924f55b00f4d374eb0d1fd735bd2d26a1313d7788a9b84b1cfe17e9434a
+SIZE (rubygem/chosen-rails-1.0.0.gem) = 20480
diff --git a/www/rubygem-chosen-rails/pkg-descr b/www/rubygem-chosen-rails/pkg-descr
new file mode 100644
index 000000000000..175c2a859795
--- /dev/null
+++ b/www/rubygem-chosen-rails/pkg-descr
@@ -0,0 +1,4 @@
+Chosen is a javascript library of select box enhancer for jQuery and Protoype.
+This gem integrates Chosen with Rails asset pipeline for easy of use.
+
+WWW: https://github.com/tsechingho/chosen-rails