mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||
|
|
19
www/rubygem-kaminari/Makefile
Normal file
19
www/rubygem-kaminari/Makefile
Normal 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>
|
2
www/rubygem-kaminari/distinfo
Normal file
2
www/rubygem-kaminari/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/kaminari-0.14.1.gem) = c39fb22e17b829f53a6c90633b991c04332894516759db25f367031d13e3fba9
|
||||
SIZE (rubygem/kaminari-0.14.1.gem) = 36864
|
4
www/rubygem-kaminari/pkg-descr
Normal file
4
www/rubygem-kaminari/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue