pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Data-Page



Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Jul 14 09:24:06 UTC 2008

Update of /cvsroot/pkgsrc/devel/p5-Data-Page
In directory ivanova.netbsd.org:/tmp/cvs-serv11230

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.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-Data-Page/distinfo
N pkgsrc/devel/p5-Data-Page/Makefile
N pkgsrc/devel/p5-Data-Page/DESCR

No conflicts created by this import



Home | Main Index | Thread Index | Old Index