This plugin provides a SQL::Abstract search method for Class::DBI. It is
similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. WWW: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch PR: ports/154796 Submitted by: milki <milki at rescomp.berkeley.edy>
This commit is contained in:
parent
eaf50d6824
commit
a413fc3c8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269351
5 changed files with 46 additions and 0 deletions
|
@ -294,6 +294,7 @@
|
|||
SUBDIR += p5-Class-DBI-Pg
|
||||
SUBDIR += p5-Class-DBI-Plugin
|
||||
SUBDIR += p5-Class-DBI-Plugin-AbstractCount
|
||||
SUBDIR += p5-Class-DBI-Plugin-DeepAbstractSearch
|
||||
SUBDIR += p5-Class-DBI-Plugin-Iterator
|
||||
SUBDIR += p5-Class-DBI-Plugin-Pager
|
||||
SUBDIR += p5-Class-DBI-Plugin-RetrieveAll
|
||||
|
|
30
databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile
Normal file
30
databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: Class-DBI-Plugin-DeepAbstractSearch
|
||||
# Date created: 2011-02-15
|
||||
# Whom: milki <milki@rescomp.berkeley.edy>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI-Plugin-DeepAbstractSearch
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= milki@rescomp.berkeley.edu
|
||||
COMMENT= Provides deep_search_where() for Class::DBI
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI>=0.96:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
p5-Class-DBI-Plugin>=0.02:${PORTSDIR}/databases/p5-Class-DBI-Plugin \
|
||||
p5-SQL-Abstract>=1.18:${PORTSDIR}/databases/p5-SQL-Abstract
|
||||
RUN_DEPENDS= p5-Class-DBI>=0.96:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
p5-Class-DBI-Plugin>=0.02:${PORTSDIR}/databases/p5-Class-DBI-Plugin \
|
||||
p5-SQL-Abstract>=1.18:${PORTSDIR}/databases/p5-SQL-Abstract
|
||||
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= Class::DBI::Plugin::DeepAbstractSearch.3
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz) = a5810c091619adb805d5d451fa50a1aca1434fe0938ee1e67d940f01179419c2
|
||||
SIZE (Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz) = 6487
|
|
@ -0,0 +1,5 @@
|
|||
This plugin provides a SQL::Abstract search method for Class::DBI. It is
|
||||
similar to Class::DBI::AbstractSearch, but allows you to search and sort
|
||||
by fields from joined tables.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch
|
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/Class/DBI/Plugin/DeepAbstractSearch.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/DeepAbstractSearch/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/DeepAbstractSearch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||
@dirrmtry %%SITE_PERL%%/Class/DBI/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Class/DBI
|
Loading…
Reference in a new issue