Commit graph

3 commits

Author SHA1 Message Date
he
319b50a352 Update from versoin 2.00nb1 to 2.01.
Upstream changes:

2.01 Wed Oct  8 15:02:25 BST 2008
    - add human-readable license to the documentation
2008-10-30 21:58:24 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
abs
fa922e7d4e Added devel/p5-Data-Page version 2.00
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.
2008-07-14 09:24:06 +00:00