New port databases/p5-Class-DBI-Pager
Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. PR: 54723 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor)
This commit is contained in:
parent
ef4c6bce23
commit
b58aec0ab3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85381
5 changed files with 48 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
SUBDIR += p5-CDB_File-Generator
|
||||
SUBDIR += p5-Class-DBI
|
||||
SUBDIR += p5-Class-DBI-AbstractSearch
|
||||
SUBDIR += p5-Class-DBI-Pager
|
||||
SUBDIR += p5-Data-Page
|
||||
SUBDIR += p5-DBD-CSV
|
||||
SUBDIR += p5-DBD-Excel
|
||||
|
|
28
databases/p5-Class-DBI-Pager/Makefile
Normal file
28
databases/p5-Class-DBI-Pager/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: p5-Class-DBI-Pager
|
||||
# Date created: 21 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI-Pager
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Pager utility for Class::DBI
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite \
|
||||
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::DBI::Pager.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-Class-DBI-Pager/distinfo
Normal file
1
databases/p5-Class-DBI-Pager/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Class-DBI-Pager-0.04.tar.gz) = 4f1f7a572782694fb12382d2599e2140
|
11
databases/p5-Class-DBI-Pager/pkg-descr
Normal file
11
databases/p5-Class-DBI-Pager/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with
|
||||
Class::DBI. This module reduces your work a lot, for example when you have to
|
||||
do something like:
|
||||
|
||||
* retrieve objects from a database
|
||||
* display objects with 20 items per page
|
||||
|
||||
In addition, your work will be reduced more, when you use Template-Toolkit as
|
||||
your templating engine
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-DBI-Pager/
|
7
databases/p5-Class-DBI-Pager/pkg-plist
Normal file
7
databases/p5-Class-DBI-Pager/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Class/DBI/Pager.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Pager/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Pager
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
Loading…
Reference in a new issue