diff options
author | pav <pav@FreeBSD.org> | 2005-02-10 06:38:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-10 06:38:05 +0800 |
commit | 996f359d6a38d6e7cb2fa1b1d177510610251a90 (patch) | |
tree | a141dd0c3640d40fc747e2c87cbf4322bed0c72b /devel/pear-Pager | |
parent | d5acef4ef5e3e588e5d245c4fc5e5caecd967b16 (diff) | |
download | freebsd-ports-gnome-996f359d6a38d6e7cb2fa1b1d177510610251a90.tar.gz freebsd-ports-gnome-996f359d6a38d6e7cb2fa1b1d177510610251a90.tar.zst freebsd-ports-gnome-996f359d6a38d6e7cb2fa1b1d177510610251a90.zip |
- Update to 2.2.6
PR: ports/77311
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Diffstat (limited to 'devel/pear-Pager')
-rw-r--r-- | devel/pear-Pager/Makefile | 4 | ||||
-rw-r--r-- | devel/pear-Pager/distinfo | 4 | ||||
-rw-r--r-- | 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/ |