From 5d80401233d0f943994e1bf184d6a23334ef2e40 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 9 Feb 2005 22:38:05 +0000 Subject: [PATCH] - Update to 2.2.6 PR: ports/77311 Submitted by: Antonio Carlos Venancio Junior (maintainer) --- devel/pear-Pager/Makefile | 4 ++-- devel/pear-Pager/distinfo | 4 ++-- devel/pear-Pager/pkg-descr | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/pear-Pager/Makefile b/devel/pear-Pager/Makefile index 6c1d1d6bb1d2..47c960180709 100644 --- a/devel/pear-Pager/Makefile +++ b/devel/pear-Pager/Makefile @@ -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} diff --git a/devel/pear-Pager/distinfo b/devel/pear-Pager/distinfo index a895b0b68e3c..8108bbe2d8a6 100644 --- a/devel/pear-Pager/distinfo +++ b/devel/pear-Pager/distinfo @@ -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 diff --git a/devel/pear-Pager/pkg-descr b/devel/pear-Pager/pkg-descr index aec1f1c2bf02..b600d66cc052 100644 --- a/devel/pear-Pager/pkg-descr +++ b/devel/pear-Pager/pkg-descr @@ -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/