openbsd-ports/databases/p5-Data-Page/Makefile
sturm 0c8ae630b6 Initial import Data-Page 1.01
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.

from Sam Smith <S at msmith.net>
2004-05-20 10:52:00 +00:00

24 lines
431 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/20 10:52:00 sturm Exp $
COMMENT= "pager utility"
DISTNAME= Data-Page-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>