mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Adding port databases/p5-Data-Pageset, a module for manipulating multiple pages of returned data as well as sets of pages.
Approved by: tobez (implicit)
This commit is contained in:
parent
c46be8e47c
commit
00d556cf82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164008
@ -240,6 +240,7 @@
|
||||
SUBDIR += p5-DBZ_File
|
||||
SUBDIR += p5-DWH_File
|
||||
SUBDIR += p5-Data-Page
|
||||
SUBDIR += p5-Data-Pageset
|
||||
SUBDIR += p5-Exception-Class-DBI
|
||||
SUBDIR += p5-GDBM
|
||||
SUBDIR += p5-GraphViz-DBI
|
||||
|
31
databases/p5-Data-Pageset/Makefile
Normal file
31
databases/p5-Data-Pageset/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Data-Pageset
|
||||
# Date created: 29 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Pageset
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Page numbering and page sets
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Data::Pageset.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
databases/p5-Data-Pageset/distinfo
Normal file
2
databases/p5-Data-Pageset/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Data-Pageset-1.03.tar.gz) = 5175f54b07abf7b68740c3f452c49505
|
||||
SIZE (Data-Pageset-1.03.tar.gz) = 7035
|
16
databases/p5-Data-Pageset/pkg-descr
Normal file
16
databases/p5-Data-Pageset/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Pageset
|
||||
Author: Leo Lapworth <LLAP@cuckoo.org>
|
5
databases/p5-Data-Pageset/pkg-plist
Normal file
5
databases/p5-Data-Pageset/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Data/Pageset.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Pageset/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Pageset
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in New Issue
Block a user