1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Perl module for page numbering and spread pagination. The object produced by

Data::SpreadPagination can be used to create an easy to use spread pagination
navigator. It inherits from Data::Page, and in addition provides methods to
create a pagination spread, keeping pagenumbers displayed within a sensible
limit.

WWW: http://search.cpan.org/dist/Data-SpreadPagination/

PR:		ports/110677
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru>
This commit is contained in:
Martin Wilke 2007-03-22 15:52:41 +00:00
parent 9fd8373697
commit a59a346afe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188029
5 changed files with 46 additions and 0 deletions

View File

@ -346,6 +346,7 @@
SUBDIR += p5-Class-CSV
SUBDIR += p5-Data-FormValidator
SUBDIR += p5-Data-Report
SUBDIR += p5-Data-SpreadPagination
SUBDIR += p5-DelimMatch
SUBDIR += p5-Devel-TraceSAX
SUBDIR += p5-Excel-Template

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Data-SpreadPagination
# Date created: 21 Mar 2007
# Whom: svysh
#
# $FreeBSD$
#
PORTNAME= Data-SpreadPagination
PORTVERSION= 0.1.2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= svysh@pn.sinp.msu.ru
COMMENT= Page numbering and spread pagination
BUILD_DEPENDS= \
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page \
${SITE_PERL}/Math/Round.pm:${PORTSDIR}/math/p5-Math-Round
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Data::SpreadPagination.3
test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Data-SpreadPagination-0.1.2.tar.gz) = d297c4fe65609dce54201e29d6a585bf
SHA256 (Data-SpreadPagination-0.1.2.tar.gz) = 74ebfd847132c38cc9e835e14e82c43f1809a95cbc98bb84d1f7ce2e4ef487e3
SIZE (Data-SpreadPagination-0.1.2.tar.gz) = 7111

View File

@ -0,0 +1,7 @@
Perl module for page numbering and spread pagination. The object produced by
Data::SpreadPagination can be used to create an easy to use spread pagination
navigator. It inherits from Data::Page, and in addition provides methods to
create a pagination spread, keeping pagenumbers displayed within a sensible
limit.
WWW: http://search.cpan.org/dist/Data-SpreadPagination/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Data/SpreadPagination.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/SpreadPagination/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/SpreadPagination
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
@dirrmtry %%SITE_PERL%%/Data