mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/rubygem-kaminari-rais4: copy port
Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3 WWW: https://github.com/amatsuda/kaminari Differential Revision: https://reviews.freebsd.org/D883 Approved by: swills (mentor)
This commit is contained in:
parent
4b4f3b7bd9
commit
dd97a0664a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369907
4 changed files with 29 additions and 0 deletions
|
@ -1807,6 +1807,7 @@
|
||||||
SUBDIR += rubygem-jruby-rack
|
SUBDIR += rubygem-jruby-rack
|
||||||
SUBDIR += rubygem-jwt
|
SUBDIR += rubygem-jwt
|
||||||
SUBDIR += rubygem-kaminari
|
SUBDIR += rubygem-kaminari
|
||||||
|
SUBDIR += rubygem-kaminari-rails4
|
||||||
SUBDIR += rubygem-kensa
|
SUBDIR += rubygem-kensa
|
||||||
SUBDIR += rubygem-layout-yullio
|
SUBDIR += rubygem-layout-yullio
|
||||||
SUBDIR += rubygem-less
|
SUBDIR += rubygem-less
|
||||||
|
|
22
www/rubygem-kaminari-rails4/Makefile
Normal file
22
www/rubygem-kaminari-rails4/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= kaminari
|
||||||
|
PORTVERSION= 0.16.1
|
||||||
|
CATEGORIES= www rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= -rails4
|
||||||
|
|
||||||
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
|
COMMENT= Sophisticated paginator for Rails 3
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \
|
||||||
|
rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
www/rubygem-kaminari-rails4/distinfo
Normal file
2
www/rubygem-kaminari-rails4/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/kaminari-0.16.1.gem) = 57ae8127c764a75dde3037dcdd4abcd6d2cec5ac91492a8ec8ac53967b28fc28
|
||||||
|
SIZE (rubygem/kaminari-0.16.1.gem) = 43008
|
4
www/rubygem-kaminari-rails4/pkg-descr
Normal file
4
www/rubygem-kaminari-rails4/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