DBIx::Class::QueryProfiler is a profiler for DBIx::Class. Also
it provides more usable output or queries. WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler PR: ports/142006 Submitted by: Andrey Kostenko <andrey@kostenko.name>
This commit is contained in:
parent
dee62797f5
commit
295022ae02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247402
5 changed files with 38 additions and 0 deletions
|
@ -330,6 +330,7 @@
|
|||
SUBDIR += p5-DBIx-Class-IntrospectableM2M
|
||||
SUBDIR += p5-DBIx-Class-Loader
|
||||
SUBDIR += p5-DBIx-Class-QueryLog
|
||||
SUBDIR += p5-DBIx-Class-QueryProfiler
|
||||
SUBDIR += p5-DBIx-Class-ResultSet-HashRef
|
||||
SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate
|
||||
SUBDIR += p5-DBIx-Class-Schema-Loader
|
||||
|
|
23
databases/p5-DBIx-Class-QueryProfiler/Makefile
Normal file
23
databases/p5-DBIx-Class-QueryProfiler/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: DBIx-Class-QueryProfiler
|
||||
# Date created: 25 December 2009
|
||||
# Whom: andrey@kostenko.name
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Class-QueryProfiler
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= andrey@kostenko.name
|
||||
COMMENT= DBIx::Class profiler
|
||||
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.9+
|
||||
MAN3= DBIx::Class::QueryProfiler.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-DBIx-Class-QueryProfiler/distinfo
Normal file
3
databases/p5-DBIx-Class-QueryProfiler/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (DBIx-Class-QueryProfiler-0.02.tar.gz) = c78599469faeb6f4b6ce36ee275cd1a2
|
||||
SHA256 (DBIx-Class-QueryProfiler-0.02.tar.gz) = 8a1c4920b2a0e9ae5db28848ae74d8c8c5bc9cb353ddfa5657e1f9d816b41ca0
|
||||
SIZE (DBIx-Class-QueryProfiler-0.02.tar.gz) = 48407
|
4
databases/p5-DBIx-Class-QueryProfiler/pkg-descr
Normal file
4
databases/p5-DBIx-Class-QueryProfiler/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
DBIx::Class::QueryProfiler is a profiler for DBIx::Class. Also
|
||||
it provides more usable output or queries.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler
|
7
databases/p5-DBIx-Class-QueryProfiler/pkg-plist
Normal file
7
databases/p5-DBIx-Class-QueryProfiler/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/DBIx/Class/QueryProfiler.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/QueryProfiler/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/QueryProfiler
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
Loading…
Reference in a new issue