mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Data::Page::NoTotalEntries is a generic pager object, so it's very
similar with Data::Page. But so Data::Page::NoTotalEntries doesn't support $pager->total_entries and other some methods. WWW: http://search.cpan.org/dist/Data-Page-NoTotalEntries/
This commit is contained in:
parent
6567a7a0a0
commit
98d1fbd267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269802
@ -1419,6 +1419,7 @@
|
||||
SUBDIR += p5-Data-Model
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
SUBDIR += p5-Data-ParseBinary
|
||||
SUBDIR += p5-Data-Path
|
||||
SUBDIR += p5-Data-Properties
|
||||
|
27
devel/p5-Data-Page-NoTotalEntries/Makefile
Normal file
27
devel/p5-Data-Page-NoTotalEntries/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Data::Page::NoTotalEntries
|
||||
# Date created: 26 Feb 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Page-NoTotalEntries
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOKUHIROM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for paging results without total entries
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Page::NoTotalEntries.3 \
|
||||
Data::Page::README.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Page-NoTotalEntries/distinfo
Normal file
2
devel/p5-Data-Page-NoTotalEntries/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Data-Page-NoTotalEntries-0.02.tar.gz) = 75feb9fa0d952049e26942307eba2da5dd478041c433ebd544a973bce0c314a1
|
||||
SIZE (Data-Page-NoTotalEntries-0.02.tar.gz) = 21068
|
5
devel/p5-Data-Page-NoTotalEntries/pkg-descr
Normal file
5
devel/p5-Data-Page-NoTotalEntries/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Data::Page::NoTotalEntries is a generic pager object, so it's very
|
||||
similar with Data::Page. But so Data::Page::NoTotalEntries doesn't
|
||||
support $pager->total_entries and other some methods.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Page-NoTotalEntries/
|
8
devel/p5-Data-Page-NoTotalEntries/pkg-plist
Normal file
8
devel/p5-Data-Page-NoTotalEntries/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Page/NoTotalEntries/.packlist
|
||||
%%SITE_PERL%%/Data/Page/NoTotalEntries.pm
|
||||
%%SITE_PERL%%/Data/Page/README.pod
|
||||
@dirrmtry %%SITE_PERL%%/Data/Page
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Page/NoTotalEntries
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Page
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
Loading…
Reference in New Issue
Block a user