aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Pager
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-09 22:38:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-09 22:38:05 +0000
commit5d80401233d0f943994e1bf184d6a23334ef2e40 (patch)
tree4942ca39450d4df9163e34db74014cdda0a2bde0 /devel/pear-Pager
parent34fc69aa636856310997ba57cfaa3e6b56bdf035 (diff)
downloadports-5d80401233d0f943994e1bf184d6a23334ef2e40.tar.gz
ports-5d80401233d0f943994e1bf184d6a23334ef2e40.zip
Notes
Diffstat (limited to 'devel/pear-Pager')
-rw-r--r--devel/pear-Pager/Makefile4
-rw-r--r--devel/pear-Pager/distinfo4
-rw-r--r--devel/pear-Pager/pkg-descr5
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/