aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-04-26 13:28:26 +0800
committernovel <novel@FreeBSD.org>2005-04-26 13:28:26 +0800
commit209c823d4a8d095d811c4ba835c4d702d9f933a3 (patch)
treededd6e6dddface426fff69598676afff80dded70 /devel
parent51c73aad6bc139d186a860c3cf20c5ade4a7dbc1 (diff)
downloadfreebsd-ports-gnome-209c823d4a8d095d811c4ba835c4d702d9f933a3.tar.gz
freebsd-ports-gnome-209c823d4a8d095d811c4ba835c4d702d9f933a3.tar.zst
freebsd-ports-gnome-209c823d4a8d095d811c4ba835c4d702d9f933a3.zip
+ update port: devel/pear-Pager to 2.3.0
+ changelog: http://pear.php.net/package/Pager/download/2.3.0/ + update CATEGORIES + update pkg-descr PR: 80335 Submitted by: Antonio Carlos Venancio Junior (maintainer)
Diffstat (limited to 'devel')
-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.