aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Pager
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-04-26 05:28:26 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-04-26 05:28:26 +0000
commit89b831172d61b7987da22d7ea1d6a4491b499e3e (patch)
treec048a40664312b5bbc2415c9fdde1a93cb95dfa4 /devel/pear-Pager
parent3ba60a3932cd9c5a215a083093059520734e0715 (diff)
downloadports-89b831172d61b7987da22d7ea1d6a4491b499e3e.tar.gz
ports-89b831172d61b7987da22d7ea1d6a4491b499e3e.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-descr8
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/pear-Pager/Makefile b/devel/pear-Pager/Makefile
index 062bc7fac450..ae97f14a8c21 100644
--- a/devel/pear-Pager/Makefile
+++ b/devel/pear-Pager/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= Pager
-PORTVERSION= 2.2.7
-CATEGORIES= devel pear
+PORTVERSION= 2.3.0
+CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR data paging class
diff --git a/devel/pear-Pager/distinfo b/devel/pear-Pager/distinfo
index 884e95cc946e..66900ee068c2 100644
--- a/devel/pear-Pager/distinfo
+++ b/devel/pear-Pager/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Pager-2.2.7.tgz) = 5dc91bbeb5ea031352890d28814ff6fd
-SIZE (PEAR/Pager-2.2.7.tgz) = 21531
+MD5 (PEAR/Pager-2.3.0.tgz) = 2f1ab2efc23388b56e1f57980efa5fdd
+SIZE (PEAR/Pager-2.3.0.tgz) = 22523
diff --git a/devel/pear-Pager/pkg-descr b/devel/pear-Pager/pkg-descr
index b2a6d17f0dd8..64ebf7b9fd90 100644
--- a/devel/pear-Pager/pkg-descr
+++ b/devel/pear-Pager/pkg-descr
@@ -1,6 +1,8 @@
-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).
+PEAR::Pager takes an array of data as input and pages it according to various
+parameters.
+
+It also builds links within a specified range, and allows complete customization
+of the output (it even works with front controllers and mod_rewrite).
Two operating modes available: "Jumping" and "Sliding" window style.