diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 15:52:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 15:52:41 +0000 |
commit | a59a346afe8d873f0238264d2534781b211c9fea (patch) | |
tree | d09974ee35a2e793bff5f939a3042a11a9ca5017 | |
parent | 9fd83736979db0d73db17403c34b39759ad06a66 (diff) | |
download | ports-a59a346afe8d873f0238264d2534781b211c9fea.tar.gz ports-a59a346afe8d873f0238264d2534781b211c9fea.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Data-SpreadPagination/Makefile | 30 | ||||
-rw-r--r-- | textproc/p5-Data-SpreadPagination/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Data-SpreadPagination/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Data-SpreadPagination/pkg-plist | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7e20f8c47bc8..fb75801e1dd2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Data-SpreadPagination/Makefile b/textproc/p5-Data-SpreadPagination/Makefile new file mode 100644 index 000000000000..1b045dd26469 --- /dev/null +++ b/textproc/p5-Data-SpreadPagination/Makefile @@ -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> diff --git a/textproc/p5-Data-SpreadPagination/distinfo b/textproc/p5-Data-SpreadPagination/distinfo new file mode 100644 index 000000000000..ec4136d13915 --- /dev/null +++ b/textproc/p5-Data-SpreadPagination/distinfo @@ -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 diff --git a/textproc/p5-Data-SpreadPagination/pkg-descr b/textproc/p5-Data-SpreadPagination/pkg-descr new file mode 100644 index 000000000000..ace8e8ef7697 --- /dev/null +++ b/textproc/p5-Data-SpreadPagination/pkg-descr @@ -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/ diff --git a/textproc/p5-Data-SpreadPagination/pkg-plist b/textproc/p5-Data-SpreadPagination/pkg-plist new file mode 100644 index 000000000000..fecfc461a8b4 --- /dev/null +++ b/textproc/p5-Data-SpreadPagination/pkg-plist @@ -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 |