Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and

sophisticated paginator for Rails 3

WWW: https://github.com/amatsuda/kaminari
This commit is contained in:
Steve Wills 2013-06-29 02:37:35 +00:00
parent 485ff574db
commit bf6c8ab44f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322023
4 changed files with 26 additions and 0 deletions

View file

@ -1760,6 +1760,7 @@
SUBDIR += rubygem-jquery-rails
SUBDIR += rubygem-jruby-rack
SUBDIR += rubygem-jwt
SUBDIR += rubygem-kaminari
SUBDIR += rubygem-layout-yullio
SUBDIR += rubygem-less
SUBDIR += rubygem-lighthouse-api

View file

@ -0,0 +1,19 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari
PORTVERSION= 0.14.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sophisticated paginator for Rails 3
RUN_DEPENDS= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-actionpack>=3.0.0:${PORTSDIR}/www/rubygem-actionpack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/kaminari-0.14.1.gem) = c39fb22e17b829f53a6c90633b991c04332894516759db25f367031d13e3fba9
SIZE (rubygem/kaminari-0.14.1.gem) = 36864

View file

@ -0,0 +1,4 @@
Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and
sophisticated paginator for Rails 3
WWW: https://github.com/amatsuda/kaminari