prereq for catalyst output plugins

This commit is contained in:
espie 2006-11-05 09:40:03 +00:00
parent c2cd51ef7d
commit 2d1aa94ea4
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 09:40:03 espie Exp $
COMMENT= "rudimentary profiling module for Template Toolkit"
DISTNAME= Template-Timer-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
RUN_DEPENDS= ::textproc/p5-Template
REGRESS_DEPENDS=${RUN_DEPENDS}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Template-Timer-0.04.tar.gz) = 063b7d84c5cd501a2820f9c2e601eadc
RMD160 (Template-Timer-0.04.tar.gz) = a44f54a162a8a3a6178c93b6123039e0badcae05
SHA1 (Template-Timer-0.04.tar.gz) = b47db55a9d96390c1218543b4ea1386c95d2bfdf
SIZE (Template-Timer-0.04.tar.gz) = 2924

View File

@ -0,0 +1,3 @@
Template::Timer provides inline timings of the template processing
throughout your code. It's an overridden version of Template::Context that
wraps the process() and include() methods.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 09:40:03 espie Exp $
${P5SITE}/Template/
${P5SITE}/Template/Timer.pm
@man man/man3p/Template::Timer.3p