pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Pageset Added devel/p5-Data-Pageset vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58e5b141a9b8
branches:  trunk
changeset: 544397:58e5b141a9b8
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jul 14 09:24:20 2008 +0000

description:
Added devel/p5-Data-Pageset version 1.05

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.

diffstat:

 devel/p5-Data-Pageset/DESCR    |  13 +++++++++++++
 devel/p5-Data-Pageset/Makefile |  20 ++++++++++++++++++++
 devel/p5-Data-Pageset/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 8ab0c0630423 -r 58e5b141a9b8 devel/p5-Data-Pageset/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Pageset/DESCR       Mon Jul 14 09:24:20 2008 +0000
@@ -0,0 +1,13 @@
+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.
diff -r 8ab0c0630423 -r 58e5b141a9b8 devel/p5-Data-Pageset/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Pageset/Makefile    Mon Jul 14 09:24:20 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:24:20 abs Exp $
+
+DISTNAME=      Data-Pageset-1.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LL/LLAP/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~llap/Data-Pageset/
+COMMENT=       Page numbering and page sets
+
+DEPENDS+=      p5-Data-Page>=2.00:../../devel/p5-Data-Page
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Data/Pageset/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ab0c0630423 -r 58e5b141a9b8 devel/p5-Data-Pageset/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Pageset/distinfo    Mon Jul 14 09:24:20 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:24:20 abs Exp $
+
+SHA1 (Data-Pageset-1.05.tar.gz) = 779077f61ade898a88723d56badef85eccf759bd
+RMD160 (Data-Pageset-1.05.tar.gz) = 4f4120aa307eddc494ba41a1839cc19c9e5621cd
+Size (Data-Pageset-1.05.tar.gz) = 7959 bytes



Home | Main Index | Thread Index | Old Index