mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Template-Timer 0.02, rudimentary profiling for Template Toolkit.
This commit is contained in:
parent
ff989b3132
commit
9a50223f29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134614
5 changed files with 43 additions and 0 deletions
|
@ -562,6 +562,7 @@
|
|||
SUBDIR += p5-Template-Plugin-Class
|
||||
SUBDIR += p5-Template-Plugin-Comma
|
||||
SUBDIR += p5-Template-Plugin-MP3
|
||||
SUBDIR += p5-Template-Timer
|
||||
SUBDIR += p5-Template-Toolkit
|
||||
SUBDIR += p5-URI-Sequin
|
||||
SUBDIR += p5-W3C-LinkChecker
|
||||
|
|
30
www/p5-Template-Timer/Makefile
Normal file
30
www/p5-Template-Timer/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: www/p5-Template-Timer
|
||||
# Date created: 04 May 2005
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Template-Timer
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Template
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Rudimentary profiling for Template Toolkit
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Template::Timer.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} <= 500503
|
||||
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-Template-Timer/distinfo
Normal file
2
www/p5-Template-Timer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Template-Timer-0.02.tar.gz) = 7c988a054c71835d28ecd089c890e1be
|
||||
SIZE (Template-Timer-0.02.tar.gz) = 2506
|
5
www/p5-Template-Timer/pkg-descr
Normal file
5
www/p5-Template-Timer/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Template::Timer provides inline timings of the template processing
|
||||
througout your code. It's an overridden version of Template::Context
|
||||
that wraps the process() and include() methods.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Template-Timer
|
5
www/p5-Template-Timer/pkg-plist
Normal file
5
www/p5-Template-Timer/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Template/Timer.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Timer/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Timer
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Template 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue