www/rubygem-jquery-scrollto-rails: create port

This provides jQUery scrollTo for your Rails 3 application

WWW: https://github.com/JohnColvin/jquery-scrollto-rails

Differential Revision:	https://reviews.freebsd.org/D894
Approved by:	swills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-10-04 17:28:45 +00:00
parent 77f8d393b6
commit f67d569686
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369983
4 changed files with 27 additions and 0 deletions

View file

@ -1802,6 +1802,7 @@
SUBDIR += rubygem-jquery-atwho-rails-rails4
SUBDIR += rubygem-jquery-rails
SUBDIR += rubygem-jquery-rails4
SUBDIR += rubygem-jquery-scrollto-rails
SUBDIR += rubygem-jquery-turbolinks
SUBDIR += rubygem-jquery-ui-rails
SUBDIR += rubygem-jquery-ui-rails-rails4

View file

@ -0,0 +1,21 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= jquery-scrollto-rails
PORTVERSION= 1.4.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides jQUery scrollTo for Rails 3 applications
LICENSE= MIT
RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/jquery-scrollto-rails-1.4.3.gem) = 77dbb8add00d4f1baec5f34859b992649a86a9ca054b1c2a7d3e03c3fb072c8a
SIZE (rubygem/jquery-scrollto-rails-1.4.3.gem) = 9728

View file

@ -0,0 +1,3 @@
This provides jQUery scrollTo for your Rails 3 application
WWW: https://github.com/JohnColvin/jquery-scrollto-rails