summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Page
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Revision bump after updating perl to 5.14.1adam1-6/+6
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-15Updating devel/p5-Data-Page from 2.01 to 2.02sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 2.02 Mon Dec 7 19:45:33 GMT 2009 - fix SQL documentation, spotted by Terrence Brannon - added change_entries_per_page, patch by James Laver (ELPENGUIN) - run perltidy on the modules
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-2/+2
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2008-10-30Update from versoin 2.00nb1 to 2.01.he2-7/+6
Upstream changes: 2.01 Wed Oct 8 15:02:25 BST 2008 - add human-readable license to the documentation
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-14Added devel/p5-Data-Page version 2.00abs3-0/+36
When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module. The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are.