2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-15 15:33:03 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Page from 2.01 to 2.02
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-13 08:46:48 by Roland Illig | Files touched by this commit (67) |
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
2008-10-30 22:58:25 by Havard Eidnes | Files touched by this commit (2) |
Log message:
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-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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-07-14 11:24:06 by David Brownlee | Files touched by this commit (3) | |
Log message:
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.
|