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:
parent
49d6f10faf
commit
cf514ff012
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330976
@ -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
|
||||
|
22
www/rubygem-chosen-rails/Makefile
Normal file
22
www/rubygem-chosen-rails/Makefile
Normal 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>
|
2
www/rubygem-chosen-rails/distinfo
Normal file
2
www/rubygem-chosen-rails/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/chosen-rails-1.0.0.gem) = e19ee924f55b00f4d374eb0d1fd735bd2d26a1313d7788a9b84b1cfe17e9434a
|
||||
SIZE (rubygem/chosen-rails-1.0.0.gem) = 20480
|
4
www/rubygem-chosen-rails/pkg-descr
Normal file
4
www/rubygem-chosen-rails/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user