1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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>
This commit is contained in:
Steve Wills 2013-10-20 05:15:19 +00:00
parent 49d6f10faf
commit cf514ff012
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330976
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/chosen-rails-1.0.0.gem) = e19ee924f55b00f4d374eb0d1fd735bd2d26a1313d7788a9b84b1cfe17e9434a
SIZE (rubygem/chosen-rails-1.0.0.gem) = 20480

View File

@ -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