pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Page-Pageset Add p5-Data-Page-Pageset 1.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6502d18e5a06
branches:  trunk
changeset: 351687:6502d18e5a06
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Aug 24 23:59:05 2016 +0000

description:
Add p5-Data-Page-Pageset 1.02

Pages number can be very high, and it is not comfortable to show user from
the first page to the last page list. Sometimes we need split the page list
into some sets to shorten the page list, the form is like:

 1-6 7-12 13 14 15 16 17 18 19-24 25-30 31-36 37-41

the first two part indicats the two pagesets, and in current pageset, we
provide the normal page list from the first one to the last one, and provide
the rest pagesets to indicate the pages scope.

In this module, you can specify the pages_per_set or max_pagesets for fine
showing.

diffstat:

 devel/p5-Data-Page-Pageset/DESCR    |  12 ++++++++++++
 devel/p5-Data-Page-Pageset/Makefile |  19 +++++++++++++++++++
 devel/p5-Data-Page-Pageset/distinfo |   6 ++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 914cd71e9a6b -r 6502d18e5a06 devel/p5-Data-Page-Pageset/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Page-Pageset/DESCR  Wed Aug 24 23:59:05 2016 +0000
@@ -0,0 +1,12 @@
+Pages number can be very high, and it is not comfortable to show user from
+the first page to the last page list. Sometimes we need split the page list
+into some sets to shorten the page list, the form is like:
+
+ 1-6 7-12 13 14 15 16 17 18 19-24 25-30 31-36 37-41
+
+the first two part indicats the two pagesets, and in current pageset, we
+provide the normal page list from the first one to the last one, and provide
+the rest pagesets to indicate the pages scope.
+
+In this module, you can specify the pages_per_set or max_pagesets for fine
+showing.
diff -r 914cd71e9a6b -r 6502d18e5a06 devel/p5-Data-Page-Pageset/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Page-Pageset/Makefile       Wed Aug 24 23:59:05 2016 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/08/24 23:59:05 markd Exp $
+
+DISTNAME=      Data-Page-Pageset-1.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHUNZI/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-Page-Pageset
+COMMENT=       Change long page list to be shorter and well navigate
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+DEPENDS+=      p5-Data-Page>=2:../../devel/p5-Data-Page
+
+PERL5_PACKLIST=        auto/Data/Page/Pageset/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 914cd71e9a6b -r 6502d18e5a06 devel/p5-Data-Page-Pageset/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Page-Pageset/distinfo       Wed Aug 24 23:59:05 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/24 23:59:05 markd Exp $
+
+SHA1 (Data-Page-Pageset-1.02.tar.gz) = d62c1b1fd5d9e6656617cbeb84b03dc0b0b26403
+RMD160 (Data-Page-Pageset-1.02.tar.gz) = e695d90bbc613c2f69febf73c91d44fc2e0f8211
+SHA512 (Data-Page-Pageset-1.02.tar.gz) = d6676511e6b9cb0c110d6f535120e04f110e53a18bf9ce65e6f346d616d9020cea6f7d9514e264fee0220ef100a1bce2e863d276fbaaa113ba8f920cf5bd2610
+Size (Data-Page-Pageset-1.02.tar.gz) = 4220 bytes



Home | Main Index | Thread Index | Old Index