freebsd-ports/www/p5-CGI-Pager/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
390 B
Plaintext

CGI::Pager performs the "dirty work" necessary to program paginated
data display in a web application.
Based on given resultset size, page size, and offset value sensed from
current URI, it constructs links for navigation between results pages.
It can be used conveniently from a templating system, has both OO and
functional interface, and can optionally generate necessary HTML
itself.