aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Pager
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-03-18 19:15:03 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-03-18 19:15:03 +0000
commit86ad34bdba34d54527b051a716f4ee76bc12bdc6 (patch)
tree815ea8c867113ff2bc02f2e484e505533a0db120 /devel/pear-Pager
parent0a0995aaa7dd1224aa7212fd50fb7dfd08473d98 (diff)
downloadports-86ad34bdba34d54527b051a716f4ee76bc12bdc6.tar.gz
ports-86ad34bdba34d54527b051a716f4ee76bc12bdc6.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-descr7
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/pear-Pager/Makefile b/devel/pear-Pager/Makefile
index 47c960180709..062bc7fac450 100644
--- a/devel/pear-Pager/Makefile
+++ b/devel/pear-Pager/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= Pager
-PORTVERSION= 2.2.6
-CATEGORIES= devel www pear
+PORTVERSION= 2.2.7
+CATEGORIES= devel pear
MAINTAINER= antonio@php.net
COMMENT= PEAR data paging class
diff --git a/devel/pear-Pager/distinfo b/devel/pear-Pager/distinfo
index 8108bbe2d8a6..884e95cc946e 100644
--- a/devel/pear-Pager/distinfo
+++ b/devel/pear-Pager/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Pager-2.2.6.tgz) = 27dcf9b254251020c16317f1c22f21fb
-SIZE (PEAR/Pager-2.2.6.tgz) = 20103
+MD5 (PEAR/Pager-2.2.7.tgz) = 5dc91bbeb5ea031352890d28814ff6fd
+SIZE (PEAR/Pager-2.2.7.tgz) = 21531
diff --git a/devel/pear-Pager/pkg-descr b/devel/pear-Pager/pkg-descr
index b600d66cc052..b2a6d17f0dd8 100644
--- a/devel/pear-Pager/pkg-descr
+++ b/devel/pear-Pager/pkg-descr
@@ -1,6 +1,7 @@
-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).
+PEAR::Pager 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/