- Update to 2.2.6

PR:		ports/77311
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-02-09 22:38:05 +00:00
parent 34fc69aa63
commit 5d80401233
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128426
3 changed files with 6 additions and 7 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= Pager
PORTVERSION= 2.2.5
PORTVERSION= 2.2.6
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR Data paging class
COMMENT= PEAR data paging class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}

View File

@ -1,2 +1,2 @@
MD5 (PEAR/Pager-2.2.5.tgz) = d4389545451969d78de6e66da319c7a8
SIZE (PEAR/Pager-2.2.5.tgz) = 20031
MD5 (PEAR/Pager-2.2.6.tgz) = 27dcf9b254251020c16317f1c22f21fb
SIZE (PEAR/Pager-2.2.6.tgz) = 20103

View File

@ -1,7 +1,6 @@
PEAR Data paging class.
It takes an array of data as input and page it according to various
It takes an array of data as input and page it according to various
parameters. It also builds links within a specified range, and allows
complete customization of the output (it even works with mod_rewrite).
Two operating modes available: "Jumping" and "Sliding" window style.
WWW: http://pear.php.net/package/Pager/