2010-02-15 15:38:54 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Pageset from 1.05nb1 to 1.06
pkgsrc changes:
- Update homepage to CPAN module "permalink"
- Add license definition
Upstream changes:
1.06 Sun 3 Jan 2010 17:41:34 GMT
- Switch repository to github
|
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-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:20 by David Brownlee | Files touched by this commit (3) |  |
Log message:
Added devel/p5-Data-Pageset version 1.05
The object produced by Data::Pageset can be used to create page
navigation, it inherits from Data::Page and has access to all
methods from this object.
In addition it also provides methods for dealing with set of pages,
so that if there are too many pages you can easily break them into
chunks for the user to browse through.
You can even choose to view page numbers in your set in a 'sliding'
fassion.
The object can easily be passed to a templating system such as
Template Toolkit or be used within a script.
|