mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Select2 is a jQuery based replacement for select boxes. It supports searching,
remote data sets, and infinite scrolling of results. This gem integrates Select2 with Rails asset pipeline for easy of use. WWW: https://github.com/argerim/select2-rails PR: ports/182736 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
440df6fa94
commit
011ca9d18a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331517
@ -1821,6 +1821,7 @@
|
||||
SUBDIR += rubygem-robots
|
||||
SUBDIR += rubygem-scrapi
|
||||
SUBDIR += rubygem-scrubyt
|
||||
SUBDIR += rubygem-select2-rails
|
||||
SUBDIR += rubygem-selenium-webdriver
|
||||
SUBDIR += rubygem-simple-rss
|
||||
SUBDIR += rubygem-sinatra
|
||||
|
19
www/rubygem-select2-rails/Makefile
Normal file
19
www/rubygem-select2-rails/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= select2-rails
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Implement select2 jQuery library into Rails
|
||||
|
||||
RUN_DEPENDS= rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-select2-rails/distinfo
Normal file
2
www/rubygem-select2-rails/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/select2-rails-3.5.0.gem) = bc89f7d91db12d6dd2f827d95449f7895d69c9a0ff0ab6f2ffbf367195f8ddfe
|
||||
SIZE (rubygem/select2-rails-3.5.0.gem) = 50688
|
5
www/rubygem-select2-rails/pkg-descr
Normal file
5
www/rubygem-select2-rails/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Select2 is a jQuery based replacement for select boxes. It supports searching,
|
||||
remote data sets, and infinite scrolling of results. This gem integrates
|
||||
Select2 with Rails asset pipeline for easy of use.
|
||||
|
||||
WWW: https://github.com/argerim/select2-rails
|
Loading…
Reference in New Issue
Block a user