aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-12 18:42:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-12 18:42:14 +0000
commit79053c64a1d9b931b971399f2b897ae07ba018f3 (patch)
treeeda804c73645121cf674c72752bda15885d002b6 /devel/Makefile
parent39adc1b4abb0a83ccc3ece4e3c5318e84fdabf76 (diff)
downloadports-79053c64a1d9b931b971399f2b897ae07ba018f3.tar.gz
ports-79053c64a1d9b931b971399f2b897ae07ba018f3.zip
Add pear-Pager, a data paging class. 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). PR: ports/73831 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=121466
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8c61e140aca2..c32dbe0f329e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1074,6 +1074,7 @@
SUBDIR += pear-PEAR
SUBDIR += pear-PHPUnit
SUBDIR += pear-PHPUnit2
+ SUBDIR += pear-Pager
SUBDIR += pear-VFS
SUBDIR += pear-Validate
SUBDIR += pear-XML_Parser