mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
New port databases/p5-Data-Page
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. PR: 54720 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor)
This commit is contained in:
parent
551b0bd651
commit
fbb8501f1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85377
@ -82,6 +82,7 @@
|
||||
SUBDIR += p5-CDB_File-Generator
|
||||
SUBDIR += p5-Class-DBI
|
||||
SUBDIR += p5-Class-DBI-AbstractSearch
|
||||
SUBDIR += p5-Data-Page
|
||||
SUBDIR += p5-DBD-CSV
|
||||
SUBDIR += p5-DBD-Excel
|
||||
SUBDIR += p5-DBD-InterBase
|
||||
|
24
databases/p5-Data-Page/Makefile
Normal file
24
databases/p5-Data-Page/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Data-Page
|
||||
# Date created: 21 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Page
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Pager utility for Class::DBI
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Page.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-Data-Page/distinfo
Normal file
1
databases/p5-Data-Page/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Data-Page-0.18.tar.gz) = 5c96f57fdd52413dd2da4844c60ef756
|
11
databases/p5-Data-Page/pkg-descr
Normal file
11
databases/p5-Data-Page/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Page/
|
4
databases/p5-Data-Page/pkg-plist
Normal file
4
databases/p5-Data-Page/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Data/Page.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data-Page/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data-Page
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user