Date: Fri, 14 Apr 2017 15:07:29 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438520 - in head/devel: . rubygem-will_paginate Message-ID: <201704141507.v3EF7UbS083637@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Fri Apr 14 15:07:29 2017 New Revision: 438520 URL: https://svnweb.freebsd.org/changeset/ports/438520 Log: New port, devel/rubygem-will_paginate: Pagination plugin for web frameworks and other apps Adding devel/rubygem-will_paginate, because it is a dependency of the upcoming www/mastodon port. WWW: https://github.com/mislav/will_paginate/wiki/ Approved by: swills (mentor, implicit) Added: head/devel/rubygem-will_paginate/ head/devel/rubygem-will_paginate/Makefile (contents, props changed) head/devel/rubygem-will_paginate/distinfo (contents, props changed) head/devel/rubygem-will_paginate/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 14 14:54:56 2017 (r438519) +++ head/devel/Makefile Fri Apr 14 15:07:29 2017 (r438520) @@ -5608,6 +5608,7 @@ SUBDIR += rubygem-web-console SUBDIR += rubygem-web-console2 SUBDIR += rubygem-webby + SUBDIR += rubygem-will_paginate SUBDIR += rubygem-windows_error SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xpath Added: head/devel/rubygem-will_paginate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-will_paginate/Makefile Fri Apr 14 15:07:29 2017 (r438520) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= will_paginate +PORTVERSION= 3.1.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Pagination plugin for web frameworks and other apps + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-will_paginate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-will_paginate/distinfo Fri Apr 14 15:07:29 2017 (r438520) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492182001 +SHA256 (rubygem/will_paginate-3.1.5.gem) = d204bac6b85c34e6c13f176583ccef1fdfdbd802658271d1b84791d7ca0b2f06 +SIZE (rubygem/will_paginate-3.1.5.gem) = 36864 Added: head/devel/rubygem-will_paginate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-will_paginate/pkg-descr Fri Apr 14 15:07:29 2017 (r438520) @@ -0,0 +1,5 @@ +will_paginate provides a simple API for performing paginated queries with Active +Record, DataMapper and Sequel, and includes helpers for rendering pagination +links in Rails, Sinatra and Merb web apps. + +WWW: https://github.com/mislav/will_paginate/wiki/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704141507.v3EF7UbS083637>