Not to be confused with the dm-pagination gem (a similar gem

lacking in functionality) dm-pager is a new, fresh, and feature
rich pagination implementation for DataMapper. Due to Github's gem
builder being destroyed, we were forced to rename our gem to
'dm-pager' which is now available on Gemcutter.org.

WWW: https://github.com/visionmedia/dm-pagination

PR:		ports/157988
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
This commit is contained in:
Steve Wills 2011-06-18 18:32:35 +00:00
parent 1acb8846e7
commit 3087da9ab4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275794
4 changed files with 33 additions and 0 deletions

View File

@ -753,6 +753,7 @@
SUBDIR += rubygem-dm-migrations
SUBDIR += rubygem-dm-mysql-adapter
SUBDIR += rubygem-dm-observer
SUBDIR += rubygem-dm-pager
SUBDIR += rubygem-dm-postgres-adapter
SUBDIR += rubygem-dm-serializer
SUBDIR += rubygem-dm-timestamps

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-dm-pager
# Date created: 2011-06-16
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
#
# $FreeBSD$
#
PORTNAME= dm-pager
PORTVERSION= 1.1.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= rpsfa@rit.edu
COMMENT= DataMapper Pagination
RUN_DEPENDS= rubygem-dm-aggregates>=0.10.1:${PORTSDIR}/databases/rubygem-dm-aggregates \
rubygem-dm-core>=0.10.1:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/dm-pager-1.1.0.gem) = 84dded9f4c84dbac8ab498ae370babcdb05f186c04cec7e878cab490255c27d5
SIZE (rubygem/dm-pager-1.1.0.gem) = 12800

View File

@ -0,0 +1,7 @@
Not to be confused with the dm-pagination gem (a similar gem
lacking in functionality) dm-pager is a new, fresh, and feature
rich pagination implementation for DataMapper. Due to Github's gem
builder being destroyed, we were forced to rename our gem to
'dm-pager' which is now available on Gemcutter.org.
WWW: https://github.com/visionmedia/dm-pagination