Add rubygem-kaminari-core 1.0.1

kaminari-core includes pagination logic independent from ORMs and view
libraries.

WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-core
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-02-13 18:59:02 +00:00
parent 89f078d7d4
commit 9747b7e046
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434015
4 changed files with 27 additions and 0 deletions

View File

@ -2001,6 +2001,7 @@
SUBDIR += rubygem-jsobfu
SUBDIR += rubygem-jwt
SUBDIR += rubygem-kaminari
SUBDIR += rubygem-kaminari-core
SUBDIR += rubygem-kaminari-rails4
SUBDIR += rubygem-kensa
SUBDIR += rubygem-layout_yullio_generator

View File

@ -0,0 +1,19 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari-core
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Kaminari core libraries
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1486796159
SHA256 (rubygem/kaminari-core-1.0.1.gem) = 99df5a80f3e007faa49393c41eeee04453fe9d1d2533641f4fb987a646125664
SIZE (rubygem/kaminari-core-1.0.1.gem) = 16384

View File

@ -0,0 +1,4 @@
kaminari-core includes pagination logic independent from ORMs and view
libraries.
WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-core